jekyll-theme-centos 0.1.25 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/{page/breadcrumbs.html → breadcrumbs.html} +0 -0
  3. data/_includes/{page/download-body-doc.html → download/body-doc.html} +0 -0
  4. data/_includes/{page/download-body-eol.html → download/body-eol.html} +0 -0
  5. data/_includes/{page/download-body.html → download/body.html} +0 -0
  6. data/_includes/download/cards.html +16 -0
  7. data/_includes/{page/download-footer.html → download/footer.html} +0 -0
  8. data/_includes/download/header-doc.html +8 -0
  9. data/_includes/download/header-eol.html +8 -0
  10. data/_includes/download/header.html +10 -0
  11. data/_includes/download/linux.html +22 -0
  12. data/_includes/download/linux/7-doc.html +5 -0
  13. data/_includes/download/linux/7-eol.html +5 -0
  14. data/_includes/download/linux/7.html +5 -0
  15. data/_includes/download/linux/8-doc.html +5 -0
  16. data/_includes/download/linux/8-eol.html +5 -0
  17. data/_includes/download/linux/8.html +5 -0
  18. data/_includes/download/stream.html +16 -0
  19. data/_includes/download/stream/8-doc.html +5 -0
  20. data/_includes/download/stream/8-eol.html +5 -0
  21. data/_includes/download/stream/8.html +5 -0
  22. data/_includes/header.html +9 -11
  23. data/_includes/header/blog.html +17 -20
  24. data/_includes/header/home.html +13 -17
  25. data/_includes/header/page.html +4 -10
  26. data/_includes/header/post.html +19 -20
  27. data/_includes/home/around.html +2 -4
  28. data/_includes/home/news-and-sponsors.html +8 -0
  29. data/_includes/home/news.html +10 -13
  30. data/_includes/home/sponsors.html +6 -6
  31. data/_includes/{page/search.html → search.html} +0 -0
  32. data/_includes/{page/toc.html → toc.html} +4 -5
  33. data/_includes/top.html +3 -0
  34. data/_layouts/aside.html +11 -10
  35. data/_layouts/blog.html +34 -40
  36. data/_layouts/default.html +1 -0
  37. data/_layouts/download-mirror.html +5 -7
  38. data/_layouts/home.html +5 -9
  39. data/_layouts/page.html +10 -7
  40. data/_layouts/post.html +34 -19
  41. data/_layouts/search.html +8 -7
  42. data/_layouts/sponsors.html +16 -10
  43. data/_sass/centos/_breadcrumbs.scss +4 -0
  44. data/_sass/centos/_footer.scss +15 -3
  45. data/_sass/centos/_header.scss +82 -38
  46. data/_sass/centos/_main.scss +196 -0
  47. data/_sass/centos/_mixins.scss +3 -6
  48. data/_sass/centos/_nav.scss +2 -13
  49. data/_sass/centos/{mixins/_page-toc.scss → _toc.scss} +8 -4
  50. data/_sass/centos/_variables.scss +15 -45
  51. data/_sass/centos/centos.scss +3 -2
  52. data/_sass/centos/mixins/_aside-nav.scss +26 -0
  53. data/_sass/centos/mixins/_content.scss +82 -0
  54. data/_sass/centos/{_rssfeeds.scss → mixins/_link-list.scss} +1 -1
  55. data/assets/img/post.png +0 -0
  56. metadata +33 -33
  57. data/_includes/page/download-cards.html +0 -13
  58. data/_includes/page/download-header-doc.html +0 -8
  59. data/_includes/page/download-header-eol.html +0 -8
  60. data/_includes/page/download-header.html +0 -10
  61. data/_includes/page/download-linux.html +0 -20
  62. data/_includes/page/download-linux/7-doc.html +0 -5
  63. data/_includes/page/download-linux/7-eol.html +0 -5
  64. data/_includes/page/download-linux/7.html +0 -5
  65. data/_includes/page/download-linux/8-doc.html +0 -5
  66. data/_includes/page/download-linux/8-eol.html +0 -5
  67. data/_includes/page/download-linux/8.html +0 -5
  68. data/_includes/page/download-stream.html +0 -16
  69. data/_includes/page/download-stream/8-doc.html +0 -5
  70. data/_includes/page/download-stream/8-eol.html +0 -5
  71. data/_includes/page/download-stream/8.html +0 -5
  72. data/_layouts/download.html +0 -25
  73. data/_sass/centos/_page.scss +0 -222
  74. data/_sass/centos/mixins/_before-angle-right.scss +0 -9
  75. data/_sass/centos/mixins/_link-dark.scss +0 -10
  76. data/_sass/centos/mixins/_page-card.scss +0 -14
  77. data/_sass/centos/mixins/_page-heading.scss +0 -28
  78. data/_sass/centos/mixins/_page-lists.scss +0 -15
@@ -1,9 +0,0 @@
1
- @mixin before-angle-right {
2
- &:before {
3
- @extend .fas;
4
- color: $nord-color-4;
5
- margin-right: 0.5em;
6
- margin-left: -1em;
7
- content: fa-content($fa-var-angle-right);
8
- }
9
- }
@@ -1,10 +0,0 @@
1
- @mixin link-dark {
2
- a {
3
- color: $navbar-dark-color;
4
- &:hover {
5
- color: $white;
6
- opacity: 1;
7
- text-decoration: underline;
8
- }
9
- }
10
- }
@@ -1,14 +0,0 @@
1
- @mixin page-card {
2
- @extend .card;
3
- margin: 0;
4
- padding: 1em;
5
- border: none;
6
- &:hover {
7
- background-color: rgba($nord-color-6, 0.5);
8
- }
9
- img {
10
- margin-bottom: 1em;
11
- object-fit: cover;
12
- height: 230px;
13
- }
14
- }
@@ -1,28 +0,0 @@
1
- @mixin page-heading {
2
- h2 {
3
- margin-top: $heading-margin-top;
4
- font-weight: $font-weight-bold;
5
- border-bottom: 3px solid $nord-color-0;
6
- color: $nord-color-0;
7
- scroll-margin-top: $scroll-margin-top;
8
- &:first-child {
9
- margin-top: 0;
10
- }
11
- }
12
- h3 {
13
- margin-top: $heading-margin-top - 0.5;
14
- scroll-margin-top: $scroll-margin-top + 0.5;
15
- }
16
- h4 {
17
- margin-top: $heading-margin-top - 0.9;
18
- scroll-margin-top: $scroll-margin-top + 0.9;
19
- }
20
- h5 {
21
- margin-top: $heading-margin-top - 1.2;
22
- scroll-margin-top: $scroll-margin-top + 1.2;
23
- }
24
- h6 {
25
- margin-top: $heading-margin-top - 1.8;
26
- scroll-margin-top: $scroll-margin-top + 1.8;
27
- }
28
- }
@@ -1,15 +0,0 @@
1
- @mixin page-lists {
2
- ol,
3
- ul,
4
- dl {
5
- margin-top: 0;
6
- margin-bottom: $paragraph-margin-bottom;
7
- }
8
-
9
- ol ol,
10
- ul ul,
11
- ol ul,
12
- ul ol {
13
- margin-bottom: 0;
14
- }
15
- }