jekyll-theme-centos 2.52.0.beta.52 → 2.52.0.beta.53
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/_data/base/bits_schema.yml +5 -4
- data/_data/base/content_schema.yml +1 -1
- data/_data/base/footer.yml +9 -0
- data/_data/base/footer_schema.yml +55 -0
- data/_data/base/heading_anchor.yml +4 -0
- data/_data/base/heading_anchor_schema.yml +37 -0
- data/_data/base/link_schema.yml +101 -67
- data/_data/base/locales_schema.yml +1 -1
- data/_data/base/project_schema.yml +8 -4
- data/_data/base/title_schema.yml +1 -1
- data/_data/base/toc_schema.yml +16 -2
- data/_includes/base/announcement.html.liquid +19 -7
- data/_includes/base/artwork.html.liquid +18 -6
- data/_includes/base/backtotop.html.liquid +20 -6
- data/_includes/base/bits.html.liquid +31 -18
- data/_includes/base/breadcrumb.html.liquid +7 -1
- data/_includes/base/breakingnews.html.liquid +19 -7
- data/_includes/base/card.html.liquid +43 -29
- data/_includes/base/configuration-variables-nested.html.liquid +1 -1
- data/_includes/base/configuration-variables.html.liquid +3 -3
- data/_includes/base/copyright.html.liquid +18 -6
- data/_includes/base/copyvalue.html.liquid +19 -5
- data/_includes/base/datatable.html.liquid +20 -6
- data/_includes/base/event.html.liquid +33 -21
- data/_includes/base/fontawesome.html.liquid +21 -7
- data/_includes/base/footer.html.liquid +36 -29
- data/_includes/base/head.html.liquid +60 -68
- data/_includes/base/heading_anchor.html.liquid +62 -0
- data/_includes/base/highlight.html.liquid +19 -5
- data/_includes/base/link.html.liquid +47 -53
- data/_includes/base/locales.html.liquid +41 -30
- data/_includes/base/navbar.html.liquid +22 -12
- data/_includes/base/navindex.html.liquid +14 -2
- data/_includes/base/ogp.html.liquid +89 -75
- data/_includes/base/project.html.liquid +34 -22
- data/_includes/base/script.html.liquid +7 -19
- data/_includes/base/shortcut.html.liquid +32 -24
- data/_includes/base/social.html.liquid +33 -23
- data/_includes/base/sponsors-cards.html.liquid +17 -6
- data/_includes/base/sponsors-carousel.html.liquid +21 -8
- data/_includes/base/title.html.liquid +21 -10
- data/_includes/base/toc.html.liquid +2 -2
- data/_layouts/base/default.html +8 -8
- data/_sass/base/_customization.scss +47 -0
- data/assets/img/base/page-layout-default.png +0 -0
- data/assets/img/base/page-layout-default.svg +878 -1241
- data/assets/img/base/page-with-backtotop.png +0 -0
- data/assets/img/base/page-with-backtotop.svg +800 -573
- data/assets/img/base/page-with-copyright.png +0 -0
- data/assets/img/base/page-with-copyright.svg +818 -645
- data/assets/img/base/page-with-footer.png +0 -0
- data/assets/img/base/page-with-footer.svg +1018 -0
- data/assets/img/base/page-with-link.png +0 -0
- data/assets/img/base/page-with-link.svg +142 -139
- data/assets/img/base/page-with-locales.png +0 -0
- data/assets/img/base/page-with-locales.svg +795 -577
- data/assets/img/base/page-with-shortcut.png +0 -0
- data/assets/img/base/page-with-shortcut.svg +796 -569
- data/assets/img/base/page-with-social.png +0 -0
- data/assets/img/base/page-with-social.svg +811 -673
- data/assets/img/base/page-with-sponsors.png +0 -0
- data/assets/img/base/page-with-sponsors.svg +795 -568
- data/assets/js/base/heading-anchor.js +108 -0
- data/assets/js/base/init-tooltips.js +5 -4
- metadata +10 -3
- data/_data/base/toc_generator_schema.yml +0 -102
- /data/_includes/base/{toc_generator.html.liquid → toc-generator.html.liquid} +0 -0
|
Binary file
|