jekyll-theme-centos 2.52.0.beta.51 → 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.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +0 -1
  3. data/_data/base/bits_schema.yml +5 -4
  4. data/_data/base/content_schema.yml +1 -1
  5. data/_data/base/footer.yml +9 -0
  6. data/_data/base/footer_schema.yml +55 -0
  7. data/_data/base/heading_anchor.yml +4 -0
  8. data/_data/base/heading_anchor_schema.yml +37 -0
  9. data/_data/base/link_schema.yml +101 -67
  10. data/_data/base/locales_schema.yml +1 -1
  11. data/_data/base/project_schema.yml +8 -4
  12. data/_data/base/title_schema.yml +1 -1
  13. data/_data/base/toc_schema.yml +16 -2
  14. data/_includes/base/announcement.html.liquid +19 -7
  15. data/_includes/base/artwork.html.liquid +18 -6
  16. data/_includes/base/backtotop.html.liquid +20 -6
  17. data/_includes/base/bits.html.liquid +31 -18
  18. data/_includes/base/breadcrumb.html.liquid +7 -1
  19. data/_includes/base/breakingnews.html.liquid +19 -7
  20. data/_includes/base/card.html.liquid +43 -29
  21. data/_includes/base/configuration-variables-nested.html.liquid +1 -1
  22. data/_includes/base/configuration-variables.html.liquid +3 -3
  23. data/_includes/base/copyright.html.liquid +18 -6
  24. data/_includes/base/copyvalue.html.liquid +19 -5
  25. data/_includes/base/datatable.html.liquid +20 -6
  26. data/_includes/base/event.html.liquid +33 -21
  27. data/_includes/base/fontawesome.html.liquid +21 -7
  28. data/_includes/base/footer.html.liquid +36 -29
  29. data/_includes/base/head.html.liquid +60 -68
  30. data/_includes/base/heading_anchor.html.liquid +62 -0
  31. data/_includes/base/highlight.html.liquid +19 -5
  32. data/_includes/base/link.html.liquid +47 -53
  33. data/_includes/base/locales.html.liquid +41 -30
  34. data/_includes/base/navbar.html.liquid +22 -12
  35. data/_includes/base/navindex.html.liquid +14 -2
  36. data/_includes/base/ogp.html.liquid +89 -75
  37. data/_includes/base/project.html.liquid +34 -22
  38. data/_includes/base/script.html.liquid +7 -19
  39. data/_includes/base/shortcut.html.liquid +32 -24
  40. data/_includes/base/social.html.liquid +33 -23
  41. data/_includes/base/sponsors-cards.html.liquid +17 -6
  42. data/_includes/base/sponsors-carousel.html.liquid +21 -8
  43. data/_includes/base/title.html.liquid +21 -10
  44. data/_includes/base/toc.html.liquid +2 -2
  45. data/_layouts/base/default.html +8 -8
  46. data/_sass/base/_customization.scss +47 -0
  47. data/assets/img/base/page-layout-default.png +0 -0
  48. data/assets/img/base/page-layout-default.svg +878 -1241
  49. data/assets/img/base/page-with-backtotop.png +0 -0
  50. data/assets/img/base/page-with-backtotop.svg +800 -573
  51. data/assets/img/base/page-with-copyright.png +0 -0
  52. data/assets/img/base/page-with-copyright.svg +818 -645
  53. data/assets/img/base/page-with-footer.png +0 -0
  54. data/assets/img/base/page-with-footer.svg +1018 -0
  55. data/assets/img/base/page-with-link.png +0 -0
  56. data/assets/img/base/page-with-link.svg +142 -139
  57. data/assets/img/base/page-with-locales.png +0 -0
  58. data/assets/img/base/page-with-locales.svg +795 -577
  59. data/assets/img/base/page-with-shortcut.png +0 -0
  60. data/assets/img/base/page-with-shortcut.svg +796 -569
  61. data/assets/img/base/page-with-social.png +0 -0
  62. data/assets/img/base/page-with-social.svg +811 -673
  63. data/assets/img/base/page-with-sponsors.png +0 -0
  64. data/assets/img/base/page-with-sponsors.svg +795 -568
  65. data/assets/js/base/heading-anchor.js +108 -0
  66. data/assets/js/base/init-tooltips.js +5 -4
  67. metadata +10 -3
  68. data/_data/base/toc_generator_schema.yml +0 -102
  69. /data/_includes/base/{toc_generator.html.liquid → toc-generator.html.liquid} +0 -0