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,7 +0,0 @@
1
- {% if paginator.previous_page_path %}
2
- <a href="{{ paginator.previous_page_path }}"><span class="paginator paginator-previous"><i class="fas fa-arrow-left"></i></span></a>
3
- {% endif %}
4
- {% if paginator.next_page_path %}
5
- <a href="{{ paginator.next_page_path }}"><span class="paginator paginator-next"><i class="fas fa-arrow-right"></i></span></a>
6
- {% endif %}
7
-
@@ -1,13 +0,0 @@
1
- <section class="centos-header-page">
2
- {% include centos-header/blog-paginator.html %}
3
- <div class="container">
4
- <div class="row">
5
- <div class="col">
6
- <header>
7
- <h1>{{ page.title }}</h1>
8
- </header>
9
- <p class="lead">{{ page.title_lead }}</p>
10
- </div>
11
- </div>
12
- </div>
13
- </section>
@@ -1,15 +0,0 @@
1
- <section class="centos-header-home">
2
- <div class="container">
3
- <div class="row">
4
- <div class="col-md-12 col-xl-8">
5
- <header>
6
- <h1>{{ page.title }}</h1>
7
- </header>
8
- <p class="lead">{{ page.title_lead }}</p>
9
- <p class="lead">We offer two Linux distros:</p>
10
- <a class="btn btn-light btn-lg" role="button" href="/centos-linux"><i class="fas fa-download"></i> <strong>CentOS Linux</strong></a>
11
- <a class="btn btn-light btn-lg" role="button" href="/centos-stream"><i class="fas fa-download"></i> <strong>CentOS Stream</strong></a>
12
- </div>
13
- </div>
14
- </div>
15
- </section>
@@ -1,12 +0,0 @@
1
- <section class="centos-header-page">
2
- <div class="container">
3
- <div class="row">
4
- <div class="col">
5
- <header>
6
- <h1>{{ page.title }}</h1>
7
- </header>
8
- <p class="lead">{{ page.title_lead }}</p>
9
- </div>
10
- </div>
11
- </div>
12
- </section>
@@ -1,6 +0,0 @@
1
- {% if page.previous.url %}
2
- <a href="{{ page.previous.url }}"><span class="paginator paginator-previous"><i class="fas fa-arrow-left"></i></span></a>
3
- {% endif %}
4
- {% if page.next.url %}
5
- <a href="{{ page.next.url }}"><span class="paginator paginator-next"><i class="fas fa-arrow-right"></i></span></a>
6
- {% endif %}
@@ -1,13 +0,0 @@
1
- <section class="centos-header-page">
2
- {% include centos-header/post-paginator.html %}
3
- <div class="container">
4
- <div class="row">
5
- <div class="col">
6
- <header>
7
- <h1>{{ page.title }}</h1>
8
- </header>
9
- <p class="lead">{{ page.title_lead }}</p>
10
- </div>
11
- </div>
12
- </div>
13
- </section>
@@ -1,243 +0,0 @@
1
- ## Headings
2
-
3
- ### Heading three
4
-
5
- ```markdown
6
- ### Heading three
7
- ```
8
-
9
- #### Heading four
10
-
11
- ```markdown
12
- #### Heading four
13
- ```
14
-
15
- ##### Heading five
16
-
17
- ```markdown
18
- ##### Heading five
19
- ```
20
-
21
- ###### Heading six
22
-
23
- ```markdown
24
- ###### Heading six
25
- ```
26
-
27
- ## Paragraphs
28
-
29
- Incididunt ex adipisicing ea ullamco consectetur in voluptate proident fugiat tempor deserunt reprehenderit ullamco id dolore laborum. Do laboris laboris minim incididunt qui consectetur exercitation adipisicing dolore et magna consequat magna anim sunt. Officia fugiat Lorem sunt pariatur incididunt Lorem reprehenderit proident irure. Dolore ipsum aliqua mollit ad officia fugiat sit eu aliquip cupidatat ipsum duis laborum laborum fugiat esse. Voluptate anim ex dolore deserunt ea ex eiusmod irure. Occaecat excepteur aliqua exercitation aliquip dolor esse eu eu.
30
-
31
- Officia dolore laborum aute incididunt commodo nisi velit est est elit et dolore elit exercitation. Enim aliquip magna id ipsum aliquip consectetur ad nulla quis. Incididunt pariatur dolor consectetur cillum enim velit cupidatat laborum quis ex.
32
-
33
- Officia irure in non voluptate adipisicing sit amet tempor duis dolore deserunt enim ut. Reprehenderit incididunt in ad anim et deserunt deserunt Lorem laborum quis. Enim aute anim labore proident laboris voluptate elit excepteur in. Ex labore nulla velit officia ullamco Lorem Lorem id do. Dolore ullamco ipsum magna dolor pariatur voluptate ipsum id occaecat ipsum. Dolore tempor quis duis commodo quis quis enim.
34
-
35
- ```markdown
36
- Incididunt ex adipisicing ea ullamco consectetur in voluptate proident fugiat tempor deserunt reprehenderit ullamco id dolore laborum. Do laboris laboris minim incididunt qui consectetur exercitation adipisicing dolore et magna consequat magna anim sunt. Officia fugiat Lorem sunt pariatur incididunt Lorem reprehenderit proident irure. Dolore ipsum aliqua mollit ad officia fugiat sit eu aliquip cupidatat ipsum duis laborum laborum fugiat esse. Voluptate anim ex dolore deserunt ea ex eiusmod irure. Occaecat excepteur aliqua exercitation aliquip dolor esse eu eu.
37
-
38
- Officia dolore laborum aute incididunt commodo nisi velit est est elit et dolore elit exercitation. Enim aliquip magna id ipsum aliquip consectetur ad nulla quis. Incididunt pariatur dolor consectetur cillum enim velit cupidatat laborum quis ex.
39
-
40
- Officia irure in non voluptate adipisicing sit amet tempor duis dolore deserunt enim ut. Reprehenderit incididunt in ad anim et deserunt deserunt Lorem laborum quis. Enim aute anim labore proident laboris voluptate elit excepteur in. Ex labore nulla velit officia ullamco Lorem Lorem id do. Dolore ullamco ipsum magna dolor pariatur voluptate ipsum id occaecat ipsum. Dolore tempor quis duis commodo quis quis enim.
41
- ```
42
-
43
- ## Emphasis
44
-
45
- __This is bold text__
46
-
47
- ```markdown
48
- __This is bold text__
49
- ```
50
-
51
- _This is italic text_
52
-
53
- ```markdown
54
- _This is italic text_
55
- ```
56
-
57
- ~~Strikethrough~~
58
-
59
- ```markdown
60
- ~~Strikethrough~~
61
- ```
62
-
63
- ## Ordered List
64
-
65
- 1. Longan
66
- 2. Lychee
67
- 3. Excepteur ad cupidatat do elit laborum amet cillum reprehenderit consequat quis.
68
- Deserunt officia esse aliquip consectetur duis ut labore laborum commodo aliquip aliquip velit pariatur dolore.
69
- 4. Marionberry
70
- 5. Melon
71
- - Cantaloupe
72
- - Honeydew
73
- - Watermelon
74
- 6. Miracle fruit
75
- 7. Mulberry
76
-
77
- ```markdown
78
- 1. Longan
79
- 2. Lychee
80
- 3. Excepteur ad cupidatat do elit laborum amet cillum reprehenderit consequat quis.
81
- Deserunt officia esse aliquip consectetur duis ut labore laborum commodo aliquip aliquip velit pariatur dolore.
82
- 4. Marionberry
83
- 5. Melon
84
- - Cantaloupe
85
- - Honeydew
86
- - Watermelon
87
- 6. Miracle fruit
88
- 7. Mulberry
89
- ```
90
-
91
- ## Unordered List
92
-
93
- - Olive
94
- - Orange
95
- - Blood orange
96
- - Clementine
97
- - Papaya
98
- - Ut aute ipsum occaecat nisi culpa Lorem id occaecat cupidatat id id magna laboris ad duis. Fugiat cillum dolore veniam nostrud proident sint consectetur eiusmod irure adipisicing.
99
- - Passionfruit
100
-
101
- ```markdown
102
- - Olive
103
- - Orange
104
- - Blood orange
105
- - Clementine
106
- - Papaya
107
- - Ut aute ipsum occaecat nisi culpa Lorem id occaecat cupidatat id id magna laboris ad duis. Fugiat cillum dolore veniam nostrud proident sint consectetur eiusmod irure adipisicing.
108
- - Passionfruit
109
- ```
110
-
111
- ## Tables
112
-
113
- | Table Heading 1 | Table Heading 2 | Center align | Right align | Table Heading 5 |
114
- | :-------------- | :-------------- | :-------------: | --------------: | :-------------- |
115
- | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
116
- | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
117
- | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
118
- | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
119
- | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
120
-
121
- ```markdown
122
- | Table Heading 1 | Table Heading 2 | Center align | Right align | Table Heading 5 |
123
- | :-------------- | :-------------- | :-------------: | --------------: | :-------------- |
124
- | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
125
- | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
126
- | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
127
- | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
128
- | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 |
129
- ```
130
-
131
- ## Inline code
132
-
133
- Ad amet irure est magna id mollit Lorem in do duis enim. Excepteur velit nisi magna ea pariatur pariatur ullamco fugiat deserunt sint non sint. Duis duis est `code in text` velit velit aute culpa ex quis pariatur pariatur laborum aute pariatur duis tempor sunt ad. Irure magna voluptate dolore consectetur consectetur irure esse. Anim magna `<strong>in culpa qui officia</strong>` dolor eiusmod esse amet aute cupidatat aliqua do id voluptate cupidatat reprehenderit amet labore deserunt.
134
-
135
- ## Code
136
-
137
- ```python
138
- # Program to display the Fibonacci sequence up to n-th term
139
-
140
- nterms = int(input("How many terms? "))
141
-
142
- # first two terms
143
- n1, n2 = 0, 1
144
- count = 0
145
-
146
- # check if the number of terms is valid
147
- if nterms <= 0:
148
- print("Please enter a positive integer")
149
- elif nterms == 1:
150
- print("Fibonacci sequence upto",nterms,":")
151
- print(n1)
152
- else:
153
- print("Fibonacci sequence:")
154
- while count < nterms:
155
- print(n1)
156
- nth = n1 + n2
157
- # update values
158
- n1 = n2
159
- n2 = nth
160
- count += 1
161
- ```
162
-
163
- <pre>
164
- ```python
165
- # Program to display the Fibonacci sequence up to n-th term
166
-
167
- nterms = int(input("How many terms? "))
168
-
169
- # first two terms
170
- n1, n2 = 0, 1
171
- count = 0
172
-
173
- # check if the number of terms is valid
174
- if nterms <= 0:
175
- print("Please enter a positive integer")
176
- elif nterms == 1:
177
- print("Fibonacci sequence upto",nterms,":")
178
- print(n1)
179
- else:
180
- print("Fibonacci sequence:")
181
- while count < nterms:
182
- print(n1)
183
- nth = n1 + n2
184
- # update values
185
- n1 = n2
186
- n2 = nth
187
- count += 1
188
- ```
189
- </pre>
190
-
191
- Supported languanges can be found at <https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexers>.
192
-
193
- ## Images
194
-
195
- {% include centos-content/figure.html src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/003e1649-1298-4774-a5fe-0cbc297194f1/de947wq-3400547c-c4ad-49f6-b200-62b60140b2c8.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvMDAzZTE2NDktMTI5OC00Nzc0LWE1ZmUtMGNiYzI5NzE5NGYxXC9kZTk0N3dxLTM0MDA1NDdjLWM0YWQtNDlmNi1iMjAwLTYyYjYwMTQwYjJjOC5qcGcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ._xzy8oWpfHlCjtcCj0RFP66I7ivHH0-T3hjREODl0vA" alt="Landscape sketching by Philipp Urlich" caption="Landscape sketching by Philipp Urlich" %}
196
-
197
- ```markdown
198
- {% raw %}{% include centos-content/figure.html src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/003e1649-1298-4774-a5fe-0cbc297194f1/de947wq-3400547c-c4ad-49f6-b200-62b60140b2c8.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvMDAzZTE2NDktMTI5OC00Nzc0LWE1ZmUtMGNiYzI5NzE5NGYxXC9kZTk0N3dxLTM0MDA1NDdjLWM0YWQtNDlmNi1iMjAwLTYyYjYwMTQwYjJjOC5qcGcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ._xzy8oWpfHlCjtcCj0RFP66I7ivHH0-T3hjREODl0vA" alt="Landscape sketching by Philipp Urlich" caption="Landscape sketching by Philipp Urlich" %}{% endraw %}
199
- ```
200
-
201
- ## Videos
202
-
203
- {% include centos-content/video.html src="https://www.youtube.com/embed/WhWc3b3KhnY" %}
204
-
205
- ```markdown
206
- {% raw %}{% include centos-content/video.html src="https://www.youtube.com/embed/WhWc3b3KhnY" %}{% endraw %}
207
- ```
208
-
209
- ## Blockquotes
210
-
211
- > Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut.
212
- >> Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut.
213
- >>> Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut.
214
- >>>> Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut.
215
-
216
- ```markdown
217
- > Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut.
218
- >> Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut.
219
- >>> Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut.
220
- >>>> Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut.
221
- ```
222
-
223
- ## Admonitions
224
-
225
- {% include centos-content/admonition/note.html content="Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut." %}
226
- ```markdown
227
- {% raw %}{% include centos-content/admonition/note.html content="Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut." %}{% endraw %}
228
- ```
229
-
230
- {% include centos-content/admonition/warning.html content="Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut." %}
231
- ```markdown
232
- {% raw %}{% include centos-content/admonition/warning.html content="Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut." %}{% endraw %}
233
- ```
234
-
235
- {% include centos-content/admonition/caution.html content="Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut." %}
236
- ```markdown
237
- {% raw %}{% include centos-content/admonition/caution.html content="Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut." %}{% endraw %}
238
- ```
239
-
240
- {% include centos-content/admonition/idea.html content="Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut." %}
241
- ```markdown
242
- {% raw %}{% include centos-content/admonition/idea.html content="Ipsum et cupidatat mollit exercitation enim duis sunt irure aliqua reprehenderit mollit. Pariatur Lorem pariatur laboris do culpa do elit irure. Eiusmod amet nulla voluptate velit culpa et aliqua ad reprehenderit sit ut." %}{% endraw %}
243
- ```
@@ -1,9 +0,0 @@
1
- ---
2
- layout: centos-content
3
- ---
4
-
5
- <main class="centos-content-1col">
6
- <div class="row">
7
- {% include centos-content/1col.html %}
8
- </div>
9
- </main>
@@ -1,9 +0,0 @@
1
- ---
2
- layout: centos-content
3
- ---
4
-
5
- <main class="centos-content-2col">
6
- <div class="row">
7
- {% include centos-content/2col.html %}
8
- </div>
9
- </main>
@@ -1,18 +0,0 @@
1
- ---
2
- layout: centos-content
3
- ---
4
-
5
- <main class="centos-content-1col">
6
- <div class="centos-content-download">
7
- <div class="row">
8
- {% include centos-content/download/cards.html %}
9
- </div>
10
- </div>
11
-
12
- <div class="container">
13
- <div class="row">
14
- {% include centos-content/2col.html %}
15
- </div>
16
- </div>
17
-
18
- </main>
@@ -1,23 +0,0 @@
1
- ---
2
- layout: centos-content
3
- ---
4
-
5
- <main class="centos-content-1col">
6
- <div class="row">
7
-
8
- <section class="centos-content-figure">
9
- <img src="{{ page.image }}" alt="{{ page.title | escape }}">
10
- </section>
11
-
12
- <aside class="centos-content-2col-aside">
13
- <section class="centos-content-2col-aside-toc">
14
- {% include centos-content/toc.html html=content %}
15
- </section>
16
- </aside>
17
-
18
- <article class="centos-content-2col-article">
19
- {{ content }}
20
- </section>
21
-
22
- </div>
23
- </main>
@@ -1,12 +0,0 @@
1
- ---
2
- layout: centos-content
3
- ---
4
-
5
- <main class="centos-content-1col-search">
6
- <div class="row">
7
- <div class="centos-content-1col-search">
8
- {{ content }}
9
- </div>
10
- </div>
11
- </main>
12
-
@@ -1,107 +0,0 @@
1
- .centos-content {
2
-
3
- @include centos-content-heading;
4
-
5
- pre {
6
- background: $nord-color-0;
7
- color: $nord-color-6;
8
- padding: 1.5em;
9
- }
10
-
11
- blockquote {
12
- @extend .blockquote;
13
-
14
- border-left: 5px solid $nord-color-7;
15
- background-color: rgba($nord-color-7, 0.05);
16
- padding: 1em;
17
- padding-left: 2em;
18
-
19
- font-size: $font-size-base;
20
-
21
- &.centos-content-admonition-note {
22
- padding-top: 2em;
23
- }
24
- &.centos-content-admonition-warning {
25
- padding-top: 2em;
26
- border-left: 5px solid $nord-color-13;
27
- background-color: rgba($nord-color-13, 0.05);
28
- }
29
- &.centos-content-admonition-caution {
30
- padding-top: 2em;
31
- border-left: 5px solid $nord-color-11;
32
- background-color: rgba($nord-color-11, 0.05);
33
- }
34
- &.centos-content-admonition-idea {
35
- padding-top: 2em;
36
- border-left: 5px solid $nord-color-14;
37
- background-color: rgba($nord-color-14, 0.05);
38
- }
39
-
40
- p.title {
41
- font-size: $h4-font-size;
42
- font-weight: $font-weight-bold;
43
- margin-bottom: 0.3em;
44
- }
45
-
46
- blockquote {
47
- border-left: 5px solid $nord-color-11;
48
- background-color: rgba($nord-color-11, 0.05);
49
- blockquote {
50
- border-left: 5px solid $nord-color-14;
51
- background-color: rgba($nord-color-14, 0.05);
52
- blockquote {
53
- border-left: 5px solid $nord-color-13;
54
- background-color: rgba($nord-color-13, 0.05);
55
- }
56
- }
57
- }
58
- }
59
-
60
- table {
61
- @extend .table, .table-striped, .table-borderless;
62
- thead {
63
- @extend .thead-dark;
64
- @include centos-footer-link;
65
- }
66
- }
67
-
68
- &-figure {
69
- @extend .figure;
70
- @extend .col-lg-12;
71
- margin-bottom: $line-height-base * 1em;
72
- padding: 0;
73
- border: 1px solid $nord-color-0;
74
- img {
75
- width: 100%;
76
- }
77
- }
78
-
79
- &-video {
80
- @extend .embed-responsive, .embed-responsive-16by9;
81
- margin-bottom: $line-height-base * 1em;
82
- }
83
-
84
- &-news {
85
- @extend .col-md-8, .col-lg-8;
86
- .card {
87
- border: none;
88
- }
89
- .card-text {
90
- margin: 0;
91
- }
92
- .card-title{
93
- margin: 0;
94
- }
95
- }
96
-
97
- &-around {
98
- @extend .col-md-12, .col-lg-12;
99
- margin-top: 1em;
100
- }
101
-
102
- }
103
-
104
- @import "content/_sponsors";
105
- @import "content/_download";
106
- @import "content/_1col";
107
- @import "content/_2col";