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 +4 -4
- data/_config.yml +20 -0
- data/assets/img/centos-social-share.png +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b1d1b938327fe04cba20ad9c8ef4cef8a5199b7b7f04c51e66f514851e4cf84
|
|
4
|
+
data.tar.gz: fc7e5fd6b188dd043ed0ed10b36d6012999464754a18f824a4959ef1bd023acd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
4
|
+
version: 2.52.0.beta.66
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
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
|
-
-
|
|
277
|
+
- alain.reguera@gmail.com
|
|
278
278
|
executables: []
|
|
279
279
|
extensions: []
|
|
280
280
|
extra_rdoc_files: []
|