jekyll-theme-centos 2.52.0.beta.53 → 2.52.0.beta.54
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
- metadata +13 -13
- /data/_data/base/{content.yml → partials/content.yml} +0 -0
- /data/_data/base/{content_schema.yml → partials/content_schema.yml} +0 -0
- /data/_data/base/{footer.yml → partials/footer.yml} +0 -0
- /data/_data/base/{footer_schema.yml → partials/footer_schema.yml} +0 -0
- /data/_data/base/{head_schema.yml → partials/head_schema.yml} +0 -0
- /data/_data/base/{navbar.yml → partials/navbar.yml} +0 -0
- /data/_data/base/{navbar_schema.yml → partials/navbar_schema.yml} +0 -0
- /data/_data/base/{script_schema.yml → partials/script_schema.yml} +0 -0
- /data/_includes/base/{footer.html.liquid → partials/footer.html.liquid} +0 -0
- /data/_includes/base/{head.html.liquid → partials/head.html.liquid} +0 -0
- /data/_includes/base/{navbar.html.liquid → partials/navbar.html.liquid} +0 -0
- /data/_includes/base/{script.html.liquid → partials/script.html.liquid} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ca5de15d87481320314787579144666585f5aeaeae61fe83e6468a3a1dc656c
|
|
4
|
+
data.tar.gz: 9cc13b010e5503fcd8b4c66a1707e4a5a9b981ec51cb2af3b0de2c853229f681
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09927ec32d4100f0eedd81757415781ef0bfb896b803e96ab1af4dc14367ce80837502644ec70ca5c183bf4d60a0d1a78a033560f0daea5cfb0c05776ccfb916'
|
|
7
|
+
data.tar.gz: 87b8e87a82e9fe8c3c9dfad8bec61c5314b5009ecf381617737353beefb811e4c4e6107080338ee7f677016913ee9edf9aaa85a67b731450334ea8f31c28cc24
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.54
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ReleaseBot
|
|
@@ -290,17 +290,12 @@ files:
|
|
|
290
290
|
- _data/base/card_schema.yml
|
|
291
291
|
- _data/base/color.yml
|
|
292
292
|
- _data/base/color_schema.yml
|
|
293
|
-
- _data/base/content.yml
|
|
294
|
-
- _data/base/content_schema.yml
|
|
295
293
|
- _data/base/copyright.yml
|
|
296
294
|
- _data/base/copyright_schema.yml
|
|
297
295
|
- _data/base/copyvalue_schema.yml
|
|
298
296
|
- _data/base/datatable_schema.yml
|
|
299
297
|
- _data/base/event_schema.yml
|
|
300
298
|
- _data/base/fontawesome_schema.yml
|
|
301
|
-
- _data/base/footer.yml
|
|
302
|
-
- _data/base/footer_schema.yml
|
|
303
|
-
- _data/base/head_schema.yml
|
|
304
299
|
- _data/base/heading_anchor.yml
|
|
305
300
|
- _data/base/heading_anchor_schema.yml
|
|
306
301
|
- _data/base/highlight_schema.yml
|
|
@@ -308,13 +303,18 @@ files:
|
|
|
308
303
|
- _data/base/languages.yml
|
|
309
304
|
- _data/base/link_schema.yml
|
|
310
305
|
- _data/base/locales_schema.yml
|
|
311
|
-
- _data/base/navbar.yml
|
|
312
|
-
- _data/base/navbar_schema.yml
|
|
313
306
|
- _data/base/navindex_schema.yml
|
|
314
307
|
- _data/base/ogp_schema.yml
|
|
308
|
+
- _data/base/partials/content.yml
|
|
309
|
+
- _data/base/partials/content_schema.yml
|
|
310
|
+
- _data/base/partials/footer.yml
|
|
311
|
+
- _data/base/partials/footer_schema.yml
|
|
312
|
+
- _data/base/partials/head_schema.yml
|
|
313
|
+
- _data/base/partials/navbar.yml
|
|
314
|
+
- _data/base/partials/navbar_schema.yml
|
|
315
|
+
- _data/base/partials/script_schema.yml
|
|
315
316
|
- _data/base/project.yml
|
|
316
317
|
- _data/base/project_schema.yml
|
|
317
|
-
- _data/base/script_schema.yml
|
|
318
318
|
- _data/base/shortcut_schema.yml
|
|
319
319
|
- _data/base/social.yml
|
|
320
320
|
- _data/base/social_schema.yml
|
|
@@ -338,18 +338,18 @@ files:
|
|
|
338
338
|
- _includes/base/datatable.html.liquid
|
|
339
339
|
- _includes/base/event.html.liquid
|
|
340
340
|
- _includes/base/fontawesome.html.liquid
|
|
341
|
-
- _includes/base/footer.html.liquid
|
|
342
|
-
- _includes/base/head.html.liquid
|
|
343
341
|
- _includes/base/heading_anchor.html.liquid
|
|
344
342
|
- _includes/base/highlight.html.liquid
|
|
345
343
|
- _includes/base/image.html.liquid
|
|
346
344
|
- _includes/base/link.html.liquid
|
|
347
345
|
- _includes/base/locales.html.liquid
|
|
348
|
-
- _includes/base/navbar.html.liquid
|
|
349
346
|
- _includes/base/navindex.html.liquid
|
|
350
347
|
- _includes/base/ogp.html.liquid
|
|
348
|
+
- _includes/base/partials/footer.html.liquid
|
|
349
|
+
- _includes/base/partials/head.html.liquid
|
|
350
|
+
- _includes/base/partials/navbar.html.liquid
|
|
351
|
+
- _includes/base/partials/script.html.liquid
|
|
351
352
|
- _includes/base/project.html.liquid
|
|
352
|
-
- _includes/base/script.html.liquid
|
|
353
353
|
- _includes/base/shortcut.html.liquid
|
|
354
354
|
- _includes/base/social.html.liquid
|
|
355
355
|
- _includes/base/sponsors-cards.html.liquid
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|