jekyll-theme-centos 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/{centos-footer.html → footer.html} +5 -5
  3. data/_includes/{centos-head.html → head.html} +0 -0
  4. data/_includes/header.html +11 -0
  5. data/_includes/header/blog.html +23 -0
  6. data/_includes/header/home.html +13 -0
  7. data/_includes/header/page.html +10 -0
  8. data/_includes/header/post.html +22 -0
  9. data/_includes/{centos-content → home}/around.html +1 -1
  10. data/_includes/home/news.html +14 -0
  11. data/_includes/{centos-content → home}/sponsors.html +2 -2
  12. data/_includes/{centos-nav.html → nav.html} +1 -1
  13. data/_includes/page/alert-danger.html +4 -0
  14. data/_includes/page/alert-info.html +4 -0
  15. data/_includes/page/alert-success.html +4 -0
  16. data/_includes/page/alert-warning.html +4 -0
  17. data/_includes/page/breadcrumbs.html +11 -0
  18. data/_includes/{centos-content/download/table-body-doc.html → page/download-body-doc.html} +0 -0
  19. data/_includes/{centos-content/download/table-body-eol.html → page/download-body-eol.html} +0 -0
  20. data/_includes/{centos-content/download/table-body.html → page/download-body.html} +0 -0
  21. data/_includes/page/download-cards.html +13 -0
  22. data/_includes/{centos-content/download/table-footer.html → page/download-footer.html} +0 -0
  23. data/_includes/{centos-content/download/table-header-doc.html → page/download-header-doc.html} +0 -0
  24. data/_includes/{centos-content/download/table-header-eol.html → page/download-header-eol.html} +0 -0
  25. data/_includes/{centos-content/download/table-header.html → page/download-header.html} +0 -0
  26. data/_includes/page/download-linux.html +20 -0
  27. data/_includes/page/download-linux/7-doc.html +5 -0
  28. data/_includes/page/download-linux/7-eol.html +5 -0
  29. data/_includes/page/download-linux/7.html +5 -0
  30. data/_includes/page/download-linux/8-doc.html +5 -0
  31. data/_includes/page/download-linux/8-eol.html +5 -0
  32. data/_includes/page/download-linux/8.html +5 -0
  33. data/_includes/{centos-content/download/stream.html → page/download-stream.html} +4 -4
  34. data/_includes/page/download-stream/8-doc.html +5 -0
  35. data/_includes/page/download-stream/8-eol.html +5 -0
  36. data/_includes/page/download-stream/8.html +5 -0
  37. data/_includes/page/figure.html +1 -0
  38. data/_includes/{centos-search.html → page/search.html} +0 -0
  39. data/_includes/{centos-content → page}/toc.html +4 -2
  40. data/_includes/{centos-content → page}/video.html +1 -1
  41. data/_layouts/aside.html +16 -0
  42. data/_layouts/{centos-content/blog.html → blog.html} +13 -13
  43. data/_layouts/{centos-content.html → default.html} +4 -4
  44. data/_layouts/{centos-content/download-mirror.html → download-mirror.html} +10 -7
  45. data/_layouts/download.html +25 -0
  46. data/_layouts/{centos-content/home.html → home.html} +8 -8
  47. data/_layouts/page.html +13 -0
  48. data/_layouts/post.html +23 -0
  49. data/_layouts/search.html +12 -0
  50. data/_layouts/{centos-content/sponsors.html → sponsors.html} +2 -2
  51. data/_sass/centos/_footer.scss +6 -6
  52. data/_sass/centos/_header.scss +23 -15
  53. data/_sass/centos/_mixins.scss +5 -4
  54. data/_sass/centos/_page.scss +242 -0
  55. data/_sass/centos/_variables.scss +13 -12
  56. data/_sass/centos/centos.scss +2 -2
  57. data/_sass/centos/mixins/{_footer-link.scss → _link-dark.scss} +1 -1
  58. data/_sass/centos/mixins/_page-card.scss +14 -0
  59. data/_sass/centos/mixins/_page-heading.scss +28 -0
  60. data/_sass/centos/mixins/_page-lists.scss +15 -0
  61. data/_sass/centos/mixins/{_content-toc.scss → _page-toc.scss} +9 -4
  62. data/assets/img/{centos-logo-white.png → logo.png} +0 -0
  63. data/assets/img/{centos-motif.png → motif.png} +0 -0
  64. data/assets/js/jquery.rss.js +1 -11
  65. data/assets/js/moment.min.js +2 -7
  66. metadata +59 -61
  67. data/_includes/centos-content/1col.html +0 -11
  68. data/_includes/centos-content/2col.html +0 -15
  69. data/_includes/centos-content/admonition/caution.html +0 -4
  70. data/_includes/centos-content/admonition/idea.html +0 -4
  71. data/_includes/centos-content/admonition/note.html +0 -4
  72. data/_includes/centos-content/admonition/warning.html +0 -4
  73. data/_includes/centos-content/breadcrumbs.html +0 -11
  74. data/_includes/centos-content/download/stream-8-doc.html +0 -5
  75. data/_includes/centos-content/download/stream-8-eol.html +0 -5
  76. data/_includes/centos-content/download/stream-8.html +0 -5
  77. data/_includes/centos-content/figure.html +0 -4
  78. data/_includes/centos-content/news.html +0 -15
  79. data/_includes/centos-header.html +0 -11
  80. data/_includes/centos-header/blog-paginator.html +0 -7
  81. data/_includes/centos-header/blog.html +0 -13
  82. data/_includes/centos-header/home.html +0 -15
  83. data/_includes/centos-header/page.html +0 -12
  84. data/_includes/centos-header/post-paginator.html +0 -6
  85. data/_includes/centos-header/post.html +0 -13
  86. data/_includes/centos-styleguide.md +0 -243
  87. data/_layouts/centos-content/1col.html +0 -9
  88. data/_layouts/centos-content/2col.html +0 -9
  89. data/_layouts/centos-content/download.html +0 -18
  90. data/_layouts/centos-content/post.html +0 -23
  91. data/_layouts/centos-content/search.html +0 -12
  92. data/_sass/centos/_content.scss +0 -107
  93. data/_sass/centos/content/_1col.scss +0 -109
  94. data/_sass/centos/content/_2col.scss +0 -44
  95. data/_sass/centos/content/_download.scss +0 -17
  96. data/_sass/centos/content/_sponsors.scss +0 -9
  97. data/_sass/centos/header/_home.scss +0 -4
  98. data/_sass/centos/header/_page.scss +0 -4
  99. data/_sass/centos/mixins/_content-card.scss +0 -13
  100. data/_sass/centos/mixins/_content-heading.scss +0 -28
@@ -1,109 +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
-
33
- &-blog {
34
- @extend .col-md-12, .col-lg-12;
35
-
36
- .card {
37
- @extend .col-md-6;
38
- border: none;
39
- padding: 1em;
40
- padding-bottom: 0;
41
- &:hover {
42
- background-color: rgba($nord-color-6, 0.5);
43
- }
44
- img {
45
- margin-bottom: 1em;
46
- object-fit: cover;
47
- height: 230px;
48
- }
49
- }
50
-
51
- .rss-subscribe {
52
- @extend .col-md-12;
53
- @extend .text-right;
54
- margin-bottom: 1em;
55
- }
56
-
57
- .paginator {
58
- border-top: 1px solid $nord-color-4;
59
- margin-top: 1em;
60
- padding: 0;
61
- padding-top: 1em;
62
- li {
63
- display: inline;
64
- &.paginator-next {
65
- float: right;
66
- }
67
- &.paginator-previous {
68
- float: left;
69
- }
70
- }
71
- }
72
- }
73
-
74
- &-search {
75
- @extend .container;
76
- @include centos-content-heading;
77
-
78
- p {
79
- padding: 3em;
80
- background: $nord-color-6;
81
- }
82
-
83
- ul {
84
- padding-left: 0;
85
- li {
86
- list-style: none;
87
- margin-top: 1em;
88
- margin-left: 1em;
89
- &:before {
90
- @extend .fas;
91
- color: $nord-color-4;
92
- margin-right: 0.5em;
93
- margin-left: -1em;
94
- content: fa-content($fa-var-angle-right);
95
- }
96
- }
97
- }
98
-
99
- .lunrsearchresult {
100
- .title {
101
- margin-top: 0;
102
- }
103
- .url {
104
- color: silver;
105
- }
106
- }
107
- }
108
-
109
- }
@@ -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
- }