jekyll-theme-centos 0.1.2 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/{centos-footer.html → footer.html} +5 -5
- data/_includes/{centos-head.html → head.html} +0 -0
- data/_includes/header.html +11 -0
- data/_includes/header/blog.html +23 -0
- data/_includes/header/home.html +13 -0
- data/_includes/header/page.html +10 -0
- data/_includes/header/post.html +22 -0
- data/_includes/{centos-content → home}/around.html +1 -1
- data/_includes/home/news.html +14 -0
- data/_includes/{centos-content → home}/sponsors.html +2 -2
- data/_includes/{centos-nav.html → nav.html} +2 -1
- data/_includes/page/alert-danger.html +4 -0
- data/_includes/page/alert-info.html +4 -0
- data/_includes/page/alert-success.html +4 -0
- data/_includes/page/alert-warning.html +4 -0
- data/_includes/page/breadcrumbs.html +11 -0
- data/_includes/{centos-content/download/table-body-doc.html → page/download-body-doc.html} +0 -0
- data/_includes/{centos-content/download/table-body-eol.html → page/download-body-eol.html} +0 -0
- data/_includes/{centos-content/download/table-body.html → page/download-body.html} +0 -0
- data/_includes/page/download-cards.html +13 -0
- data/_includes/{centos-content/download/table-footer.html → page/download-footer.html} +0 -0
- data/_includes/{centos-content/download/table-header-doc.html → page/download-header-doc.html} +0 -0
- data/_includes/{centos-content/download/table-header-eol.html → page/download-header-eol.html} +0 -0
- data/_includes/{centos-content/download/table-header.html → page/download-header.html} +0 -0
- data/_includes/page/download-linux.html +20 -0
- data/_includes/page/download-linux/7-doc.html +5 -0
- data/_includes/page/download-linux/7-eol.html +5 -0
- data/_includes/page/download-linux/7.html +5 -0
- data/_includes/page/download-linux/8-doc.html +5 -0
- data/_includes/page/download-linux/8-eol.html +5 -0
- data/_includes/page/download-linux/8.html +5 -0
- data/_includes/{centos-content/download/stream.html → page/download-stream.html} +4 -4
- data/_includes/page/download-stream/8-doc.html +5 -0
- data/_includes/page/download-stream/8-eol.html +5 -0
- data/_includes/page/download-stream/8.html +5 -0
- data/_includes/page/figure.html +3 -0
- data/_includes/page/search.html +62 -0
- data/_includes/{centos-content → page}/toc.html +4 -2
- data/_includes/{centos-content → page}/video.html +1 -1
- data/_layouts/aside.html +16 -0
- data/_layouts/blog.html +50 -0
- data/_layouts/default.html +4 -4
- data/_layouts/{centos-content/download-mirror.html → download-mirror.html} +10 -7
- data/_layouts/download.html +25 -0
- data/_layouts/{centos-home.html → home.html} +9 -8
- data/_layouts/page.html +9 -1
- data/_layouts/post.html +19 -1
- data/_layouts/search.html +12 -0
- data/_layouts/{centos-content/sponsors.html → sponsors.html} +2 -2
- data/_sass/centos/_footer.scss +6 -6
- data/_sass/centos/_header.scss +32 -7
- data/_sass/centos/_mixins.scss +5 -4
- data/_sass/centos/_page.scss +248 -0
- data/_sass/centos/_variables.scss +13 -12
- data/_sass/centos/centos.scss +2 -2
- data/_sass/centos/mixins/{_footer-link.scss → _link-dark.scss} +1 -1
- data/_sass/centos/mixins/_page-card.scss +14 -0
- data/_sass/centos/mixins/_page-heading.scss +28 -0
- data/_sass/centos/mixins/_page-lists.scss +15 -0
- data/_sass/centos/mixins/{_content-toc.scss → _page-toc.scss} +9 -4
- data/assets/img/{centos-logo-white.png → logo.png} +0 -0
- data/assets/img/{centos-motif.png → motif.png} +0 -0
- data/assets/js/jquery.rss.js +1 -11
- data/assets/js/lunr.min.js +6 -0
- data/assets/js/moment.min.js +2 -7
- metadata +57 -52
- data/_includes/centos-content/1col.html +0 -11
- data/_includes/centos-content/2col.html +0 -15
- data/_includes/centos-content/admonition/caution.html +0 -4
- data/_includes/centos-content/admonition/idea.html +0 -4
- data/_includes/centos-content/admonition/note.html +0 -4
- data/_includes/centos-content/admonition/warning.html +0 -4
- data/_includes/centos-content/breadcrumbs.html +0 -11
- data/_includes/centos-content/download/stream-8-doc.html +0 -5
- data/_includes/centos-content/download/stream-8-eol.html +0 -5
- data/_includes/centos-content/download/stream-8.html +0 -5
- data/_includes/centos-content/figure.html +0 -4
- data/_includes/centos-content/news.html +0 -15
- data/_includes/centos-header.html +0 -7
- data/_includes/centos-header/home.html +0 -15
- data/_includes/centos-header/page.html +0 -12
- data/_includes/centos-styleguide.md +0 -243
- data/_layouts/centos-content/1col.html +0 -9
- data/_layouts/centos-content/2col.html +0 -9
- data/_layouts/centos-content/download.html +0 -18
- data/_sass/centos/_content.scss +0 -101
- data/_sass/centos/content/_1col.scss +0 -32
- data/_sass/centos/content/_2col.scss +0 -44
- data/_sass/centos/content/_download.scss +0 -17
- data/_sass/centos/content/_sponsors.scss +0 -9
- data/_sass/centos/header/_home.scss +0 -4
- data/_sass/centos/header/_page.scss +0 -4
- data/_sass/centos/mixins/_content-card.scss +0 -13
- data/_sass/centos/mixins/_content-heading.scss +0 -28
@@ -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,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,18 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
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>
|
data/_sass/centos/_content.scss
DELETED
@@ -1,101 +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
|
-
margin-bottom: $line-height-base * 1em;
|
71
|
-
}
|
72
|
-
|
73
|
-
&-video {
|
74
|
-
@extend .embed-responsive, .embed-responsive-16by9;
|
75
|
-
margin-bottom: $line-height-base * 1em;
|
76
|
-
}
|
77
|
-
|
78
|
-
&-news {
|
79
|
-
@extend .col-md-8, .col-lg-8;
|
80
|
-
.card {
|
81
|
-
border: none;
|
82
|
-
}
|
83
|
-
.card-text {
|
84
|
-
margin: 0;
|
85
|
-
}
|
86
|
-
.card-title{
|
87
|
-
margin: 0;
|
88
|
-
}
|
89
|
-
}
|
90
|
-
|
91
|
-
&-around {
|
92
|
-
@extend .col-md-12, .col-lg-12;
|
93
|
-
margin-top: 1em;
|
94
|
-
}
|
95
|
-
|
96
|
-
}
|
97
|
-
|
98
|
-
@import "content/_sponsors";
|
99
|
-
@import "content/_download";
|
100
|
-
@import "content/_1col";
|
101
|
-
@import "content/_2col";
|
@@ -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
|
-
}
|