jekyll-theme-centos 2.52.0.beta.64 → 2.52.0.beta.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca320dc2ecbb03a33a7a53f4b978a616cabcefc840b0117984f378613792c407
4
- data.tar.gz: 00facfed66962b61eea1348566cd97d5c09049ea08ec05495637aee6aace8ea6
3
+ metadata.gz: 0b1d1b938327fe04cba20ad9c8ef4cef8a5199b7b7f04c51e66f514851e4cf84
4
+ data.tar.gz: fc7e5fd6b188dd043ed0ed10b36d6012999464754a18f824a4959ef1bd023acd
5
5
  SHA512:
6
- metadata.gz: dd20919e3360d0508af6809a0722ea9f8a1efbf4bc0eb76414cde8a4d252b1ca08d32e1d541410b91b10934d400b52de6f4f670e493fd422dff23a696019d03d
7
- data.tar.gz: 206de0e441f4d502127ef0c1a0f989320992ea5f90bf57e7014cf926b4091c7a4daf639a1ac85a547985be7e44453ffacddccb4dce5fc2fe8bb09b6ad8b38590
6
+ metadata.gz: dafea8d1bc1d9c581622471396a1aed186dd0a489264afb43eba980425261b288c3401281b71cec4758a7ed5b556ac0346e2af5bd50e8f59dd8810fbb8607b2f
7
+ data.tar.gz: 0521db40f57e6f872588db260933c17734b58cfede0cf0b792be1ab69adfa78746bb3e2a312e298faaa7d0c539b6da46eda5221b415a3b0944cf59bcc5850b3c
data/_config.yml CHANGED
@@ -146,6 +146,26 @@ exclude:
146
146
  sass:
147
147
  style: compressed
148
148
 
149
+ # -------------------------------------------------------------------------------
150
+ # Highlighter
151
+ # -------------------------------------------------------------------------------
152
+ # Disable syntax highlighting so that fenced code blocks render as plain
153
+ # <pre><code> elements — direct children of their parent content element
154
+ # (e.g. <li>, <dd>, <p>).
155
+ #
156
+ # With an active highlighter (Rouge or Pygments), each code block is wrapped
157
+ # in extra <div class="highlighter-rouge">…</div> elements. Those divs are
158
+ # container-level elements that jekyll-l10n treats as block boundaries, which
159
+ # would prevent the plugin from stripping code content before extraction and
160
+ # re-inserting it verbatim after translation.
161
+ #
162
+ # Setting highlighter: none keeps the DOM flat so jekyll-l10n can reliably
163
+ # detect and preserve <pre> blocks inside translatable content elements.
164
+ highlighter: none
165
+
166
+ # -------------------------------------------------------------------------------
167
+ # Permalink
168
+ # -------------------------------------------------------------------------------
149
169
  permalink: /:path/:basename/
150
170
 
151
171
  # -------------------------------------------------------------------------------
Binary file
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.52.0.beta.64
4
+ version: 2.52.0.beta.66
5
5
  platform: ruby
6
6
  authors:
7
- - ReleaseBot
7
+ - Alain Reguera Delgado
8
8
  bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
@@ -274,7 +274,7 @@ dependencies:
274
274
  - !ruby/object:Gem::Version
275
275
  version: '0.9'
276
276
  email:
277
- - group_58921183_bot_c5520aeba366578e2e444dd181ff3e23@noreply.gitlab.com
277
+ - alain.reguera@gmail.com
278
278
  executables: []
279
279
  extensions: []
280
280
  extra_rdoc_files: []