jekyll-theme-centos 0.1.1 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/{LICENSE.txt → LICENSE} +5 -5
  3. data/_includes/{centos-footer.html → footer.html} +5 -5
  4. data/_includes/{centos-head.html → head.html} +0 -0
  5. data/_includes/header.html +11 -0
  6. data/_includes/header/blog.html +23 -0
  7. data/_includes/header/home.html +13 -0
  8. data/_includes/header/page.html +10 -0
  9. data/_includes/header/post.html +22 -0
  10. data/_includes/{centos-content → home}/around.html +1 -1
  11. data/_includes/home/news.html +14 -0
  12. data/_includes/{centos-content → home}/sponsors.html +2 -2
  13. data/_includes/{centos-nav.html → nav.html} +2 -1
  14. data/_includes/page/alert-danger.html +4 -0
  15. data/_includes/page/alert-info.html +4 -0
  16. data/_includes/page/alert-success.html +4 -0
  17. data/_includes/page/alert-warning.html +4 -0
  18. data/_includes/page/breadcrumbs.html +11 -0
  19. data/_includes/{centos-content/download/table-body-doc.html → page/download-body-doc.html} +0 -0
  20. data/_includes/{centos-content/download/table-body-eol.html → page/download-body-eol.html} +0 -0
  21. data/_includes/{centos-content/download/table-body.html → page/download-body.html} +0 -0
  22. data/_includes/page/download-cards.html +13 -0
  23. data/_includes/{centos-content/download/table-footer.html → page/download-footer.html} +0 -0
  24. data/_includes/{centos-content/download/table-header-doc.html → page/download-header-doc.html} +0 -0
  25. data/_includes/{centos-content/download/table-header-eol.html → page/download-header-eol.html} +0 -0
  26. data/_includes/{centos-content/download/table-header.html → page/download-header.html} +0 -0
  27. data/_includes/page/download-linux.html +20 -0
  28. data/_includes/page/download-linux/7-doc.html +5 -0
  29. data/_includes/page/download-linux/7-eol.html +5 -0
  30. data/_includes/page/download-linux/7.html +5 -0
  31. data/_includes/page/download-linux/8-doc.html +5 -0
  32. data/_includes/page/download-linux/8-eol.html +5 -0
  33. data/_includes/page/download-linux/8.html +5 -0
  34. data/_includes/{centos-content/download/stream.html → page/download-stream.html} +4 -4
  35. data/_includes/page/download-stream/8-doc.html +5 -0
  36. data/_includes/page/download-stream/8-eol.html +5 -0
  37. data/_includes/page/download-stream/8.html +5 -0
  38. data/_includes/page/figure.html +1 -0
  39. data/_includes/page/search.html +62 -0
  40. data/_includes/{centos-content → page}/toc.html +4 -2
  41. data/_includes/{centos-content → page}/video.html +1 -1
  42. data/_layouts/aside.html +16 -0
  43. data/_layouts/blog.html +50 -0
  44. data/_layouts/default.html +4 -4
  45. data/_layouts/{centos-content/download-mirror.html → download-mirror.html} +10 -7
  46. data/_layouts/download.html +25 -0
  47. data/_layouts/{centos-home.html → home.html} +9 -8
  48. data/_layouts/page.html +9 -1
  49. data/_layouts/post.html +19 -1
  50. data/_layouts/search.html +12 -0
  51. data/_layouts/{centos-content/sponsors.html → sponsors.html} +2 -2
  52. data/_sass/centos/_footer.scss +6 -6
  53. data/_sass/centos/_header.scss +32 -7
  54. data/_sass/centos/_mixins.scss +5 -4
  55. data/_sass/centos/_page.scss +242 -0
  56. data/_sass/centos/_variables.scss +13 -12
  57. data/_sass/centos/centos.scss +2 -2
  58. data/_sass/centos/mixins/{_footer-link.scss → _link-dark.scss} +1 -1
  59. data/_sass/centos/mixins/_page-card.scss +14 -0
  60. data/_sass/centos/mixins/_page-heading.scss +28 -0
  61. data/_sass/centos/mixins/_page-lists.scss +15 -0
  62. data/_sass/centos/mixins/{_content-toc.scss → _page-toc.scss} +9 -4
  63. data/assets/img/{centos-logo-white.png → logo.png} +0 -0
  64. data/assets/img/{centos-motif.png → motif.png} +0 -0
  65. data/assets/js/jquery.rss.js +1 -11
  66. data/assets/js/lunr.min.js +6 -0
  67. data/assets/js/moment.min.js +2 -7
  68. metadata +64 -59
  69. data/_includes/centos-content/1col.html +0 -11
  70. data/_includes/centos-content/2col.html +0 -15
  71. data/_includes/centos-content/admonition/caution.html +0 -4
  72. data/_includes/centos-content/admonition/idea.html +0 -4
  73. data/_includes/centos-content/admonition/note.html +0 -4
  74. data/_includes/centos-content/admonition/warning.html +0 -4
  75. data/_includes/centos-content/breadcrumbs.html +0 -11
  76. data/_includes/centos-content/download/stream-8-doc.html +0 -5
  77. data/_includes/centos-content/download/stream-8-eol.html +0 -5
  78. data/_includes/centos-content/download/stream-8.html +0 -5
  79. data/_includes/centos-content/figure.html +0 -4
  80. data/_includes/centos-content/news.html +0 -15
  81. data/_includes/centos-header.html +0 -7
  82. data/_includes/centos-header/home.html +0 -15
  83. data/_includes/centos-header/page.html +0 -12
  84. data/_includes/centos-styleguide.md +0 -243
  85. data/_layouts/centos-content/1col.html +0 -9
  86. data/_layouts/centos-content/2col.html +0 -9
  87. data/_layouts/centos-content/download.html +0 -18
  88. data/_sass/centos/_content.scss +0 -101
  89. data/_sass/centos/content/_1col.scss +0 -32
  90. data/_sass/centos/content/_2col.scss +0 -44
  91. data/_sass/centos/content/_download.scss +0 -17
  92. data/_sass/centos/content/_sponsors.scss +0 -9
  93. data/_sass/centos/header/_home.scss +0 -4
  94. data/_sass/centos/header/_page.scss +0 -4
  95. data/_sass/centos/mixins/_content-card.scss +0 -13
  96. data/_sass/centos/mixins/_content-heading.scss +0 -28
@@ -1,32 +0,0 @@
1
- .centos-content-1col {
2
- @extend .centos-content;
3
- @extend .container;
4
-
5
- &-toc {
6
- @extend .col-md-12, .col-lg-12;
7
- @include centos-content-toc;
8
-
9
- header {
10
- margin-top: $line-height-base * 1em;
11
- }
12
-
13
- ul {
14
- padding-left: 1em;
15
- ul {
16
- padding-left: 1em;
17
- }
18
- }
19
- }
20
-
21
- &-breadcrumb {
22
- @extend .col-md-12, .col-lg-12;
23
- ol {
24
- margin-top: 0;
25
- padding-top: 0;
26
- }
27
- }
28
-
29
- &-article {
30
- @extend .col-md-12, .col-lg-12;
31
- }
32
- }
@@ -1,44 +0,0 @@
1
- .centos-content-2col {
2
- @extend .centos-content;
3
- @extend .container;
4
-
5
- &-aside {
6
- @extend .col-md-4, .col-lg-4;
7
- font-size: small;
8
- @include media-breakpoint-up(md) {
9
- align-self: start;
10
- position: sticky;
11
- top: 90px;
12
- }
13
-
14
- &-breadcrumb {
15
- ol {
16
- margin-top: 0;
17
- padding-top: 0;
18
- }
19
- }
20
-
21
- &-toc {
22
- @include centos-content-toc;
23
- @include media-breakpoint-up(md) {
24
- display: flex;
25
- flex-direction: column;
26
- max-height: 75vh;
27
- overflow-y: auto;
28
- }
29
-
30
- ul {
31
- padding-left: 0;
32
- ul {
33
- padding-left: $line-height-base * 0.85em;
34
- }
35
- }
36
- }
37
- }
38
-
39
- &-article {
40
- @extend .col-md-8, .col-lg-8;
41
- }
42
-
43
- }
44
-
@@ -1,17 +0,0 @@
1
- .centos-content-download {
2
- @extend .container;
3
-
4
- &-cards {
5
- @extend .col-md-6;
6
- .tab-content {
7
- table {
8
- font-size: small;
9
- }
10
- }
11
- }
12
-
13
- margin-bottom: 2em;
14
- padding-bottom: 2em;
15
- border-bottom: 1px solid $nord-color-4;
16
-
17
- }
@@ -1,9 +0,0 @@
1
- .centos-content-sponsors {
2
- @extend .col-md-4, .col-lg-4;
3
- @include centos-content-sponsors-card;
4
- }
5
-
6
- .centos-content-sponsors-cards {
7
- @include centos-content-sponsors-card;
8
- margin-bottom: 1em;
9
- }
@@ -1,4 +0,0 @@
1
- .centos-header-home {
2
- padding-top: $centos-header-home-padding-top;
3
- padding-bottom: $centos-header-home-padding-bottom;
4
- }
@@ -1,4 +0,0 @@
1
- .centos-header-page {
2
- padding-top: $centos-header-page-padding-top;
3
- padding-bottom: $centos-header-page-padding-bottom;
4
- }
@@ -1,13 +0,0 @@
1
- @mixin centos-content-sponsors-card {
2
- .card {
3
- @extend .card;
4
- margin-right: 10px;
5
- margin-top: 10px;
6
- margin-bottom: 10px;
7
- border: none;
8
- }
9
- img {
10
- width: auto;
11
- height: 50px;
12
- }
13
- }
@@ -1,28 +0,0 @@
1
- @mixin centos-content-heading {
2
- h2 {
3
- margin-top: $centos-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: $centos-scroll-margin-top;
8
- &:first-child {
9
- margin-top: 0;
10
- }
11
- }
12
- h3 {
13
- margin-top: $centos-heading-margin-top - 0.5;
14
- scroll-margin-top: $centos-scroll-margin-top + 0.5;
15
- }
16
- h4 {
17
- margin-top: $centos-heading-margin-top - 0.9;
18
- scroll-margin-top: $centos-scroll-margin-top + 0.9;
19
- }
20
- h5 {
21
- margin-top: $centos-heading-margin-top - 1.2;
22
- scroll-margin-top: $centos-scroll-margin-top + 1.2;
23
- }
24
- h6 {
25
- margin-top: $centos-heading-margin-top - 1.8;
26
- scroll-margin-top: $centos-scroll-margin-top + 1.8;
27
- }
28
- }