jekyll-theme-centos 2.1.1.beta.1 → 2.2.0.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (259) hide show
  1. checksums.yaml +4 -4
  2. data/_data/aws-images.csv +81 -0
  3. data/_data/full-altarchlist.csv +74 -0
  4. data/_data/full-mirrorlist.csv +609 -0
  5. data/_sass/bootstrap/_accordion.scss +149 -0
  6. data/_sass/bootstrap/_alert.scss +71 -0
  7. data/_sass/bootstrap/_badge.scss +38 -0
  8. data/_sass/bootstrap/_breadcrumb.scss +40 -0
  9. data/_sass/bootstrap/_button-group.scss +142 -0
  10. data/_sass/bootstrap/_buttons.scss +207 -0
  11. data/_sass/bootstrap/_card.scss +234 -0
  12. data/_sass/bootstrap/_carousel.scss +226 -0
  13. data/_sass/bootstrap/_close.scss +40 -0
  14. data/_sass/bootstrap/_containers.scss +41 -0
  15. data/_sass/bootstrap/_dropdown.scss +249 -0
  16. data/_sass/bootstrap/_forms.scss +9 -0
  17. data/_sass/bootstrap/_functions.scss +302 -0
  18. data/_sass/bootstrap/_grid.scss +33 -0
  19. data/_sass/bootstrap/_helpers.scss +10 -0
  20. data/_sass/bootstrap/_images.scss +42 -0
  21. data/_sass/bootstrap/_list-group.scss +192 -0
  22. data/_sass/bootstrap/_maps.scss +54 -0
  23. data/_sass/bootstrap/_mixins.scss +43 -0
  24. data/_sass/bootstrap/_modal.scss +237 -0
  25. data/_sass/bootstrap/_nav.scss +172 -0
  26. data/_sass/bootstrap/_navbar.scss +278 -0
  27. data/_sass/bootstrap/_offcanvas.scss +144 -0
  28. data/_sass/bootstrap/_pagination.scss +109 -0
  29. data/_sass/bootstrap/_placeholders.scss +51 -0
  30. data/_sass/bootstrap/_popover.scss +196 -0
  31. data/_sass/bootstrap/_progress.scss +59 -0
  32. data/_sass/bootstrap/_reboot.scss +610 -0
  33. data/_sass/bootstrap/_root.scss +73 -0
  34. data/_sass/bootstrap/_spinners.scss +85 -0
  35. data/_sass/bootstrap/_tables.scss +164 -0
  36. data/_sass/bootstrap/_toasts.scss +73 -0
  37. data/_sass/bootstrap/_tooltip.scss +120 -0
  38. data/_sass/bootstrap/_transitions.scss +27 -0
  39. data/_sass/bootstrap/_type.scss +106 -0
  40. data/_sass/bootstrap/_utilities.scss +647 -0
  41. data/_sass/bootstrap/_variables.scss +1634 -0
  42. data/_sass/bootstrap/bootstrap-grid.scss +64 -0
  43. data/_sass/bootstrap/bootstrap-reboot.scss +9 -0
  44. data/_sass/bootstrap/bootstrap-utilities.scss +18 -0
  45. data/_sass/bootstrap/bootstrap.scss +51 -0
  46. data/_sass/bootstrap/forms/_floating-labels.scss +75 -0
  47. data/_sass/bootstrap/forms/_form-check.scss +175 -0
  48. data/_sass/bootstrap/forms/_form-control.scss +194 -0
  49. data/_sass/bootstrap/forms/_form-range.scss +91 -0
  50. data/_sass/bootstrap/forms/_form-select.scss +71 -0
  51. data/_sass/bootstrap/forms/_form-text.scss +11 -0
  52. data/_sass/bootstrap/forms/_input-group.scss +132 -0
  53. data/_sass/bootstrap/forms/_labels.scss +36 -0
  54. data/_sass/bootstrap/forms/_validation.scss +12 -0
  55. data/_sass/bootstrap/helpers/_clearfix.scss +3 -0
  56. data/_sass/bootstrap/helpers/_color-bg.scss +10 -0
  57. data/_sass/bootstrap/helpers/_colored-links.scss +12 -0
  58. data/_sass/bootstrap/helpers/_position.scss +36 -0
  59. data/_sass/bootstrap/helpers/_ratio.scss +26 -0
  60. data/_sass/bootstrap/helpers/_stacks.scss +15 -0
  61. data/_sass/bootstrap/helpers/_stretched-link.scss +15 -0
  62. data/_sass/bootstrap/helpers/_text-truncation.scss +7 -0
  63. data/_sass/bootstrap/helpers/_visually-hidden.scss +8 -0
  64. data/_sass/bootstrap/helpers/_vr.scss +8 -0
  65. data/_sass/bootstrap/mixins/_alert.scss +15 -0
  66. data/_sass/bootstrap/mixins/_backdrop.scss +14 -0
  67. data/_sass/bootstrap/mixins/_banner.scss +9 -0
  68. data/_sass/bootstrap/mixins/_border-radius.scss +78 -0
  69. data/_sass/bootstrap/mixins/_box-shadow.scss +18 -0
  70. data/_sass/bootstrap/mixins/_breakpoints.scss +127 -0
  71. data/_sass/bootstrap/mixins/_buttons.scss +70 -0
  72. data/_sass/bootstrap/mixins/_caret.scss +64 -0
  73. data/_sass/bootstrap/mixins/_clearfix.scss +9 -0
  74. data/_sass/bootstrap/mixins/_color-scheme.scss +7 -0
  75. data/_sass/bootstrap/mixins/_container.scss +11 -0
  76. data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
  77. data/_sass/bootstrap/mixins/_forms.scss +152 -0
  78. data/_sass/bootstrap/mixins/_gradients.scss +47 -0
  79. data/_sass/bootstrap/mixins/_grid.scss +151 -0
  80. data/_sass/bootstrap/mixins/_image.scss +16 -0
  81. data/_sass/bootstrap/mixins/_list-group.scss +24 -0
  82. data/_sass/bootstrap/mixins/_lists.scss +7 -0
  83. data/_sass/bootstrap/mixins/_pagination.scss +10 -0
  84. data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
  85. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  86. data/_sass/bootstrap/mixins/_table-variants.scss +24 -0
  87. data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
  88. data/_sass/bootstrap/mixins/_transition.scss +26 -0
  89. data/_sass/bootstrap/mixins/_utilities.scss +97 -0
  90. data/_sass/bootstrap/mixins/_visually-hidden.scss +29 -0
  91. data/_sass/bootstrap/utilities/_api.scss +47 -0
  92. data/_sass/bootstrap/vendor/_rfs.scss +354 -0
  93. data/_sass/fontawesome-free/_animated.scss +153 -0
  94. data/_sass/fontawesome-free/_bordered-pulled.scss +20 -0
  95. data/_sass/fontawesome-free/_core.scss +43 -0
  96. data/_sass/fontawesome-free/_fixed-width.scss +7 -0
  97. data/_sass/fontawesome-free/_functions.scss +57 -0
  98. data/_sass/fontawesome-free/_icons.scss +9 -0
  99. data/_sass/fontawesome-free/_list.scss +18 -0
  100. data/_sass/fontawesome-free/_mixins.scss +75 -0
  101. data/_sass/fontawesome-free/_rotated-flipped.scss +31 -0
  102. data/_sass/fontawesome-free/_screen-reader.scss +14 -0
  103. data/_sass/fontawesome-free/_shims.scss +2042 -0
  104. data/_sass/fontawesome-free/_sizing.scss +16 -0
  105. data/_sass/fontawesome-free/_stacked.scss +32 -0
  106. data/_sass/fontawesome-free/_variables.scss +4957 -0
  107. data/_sass/fontawesome-free/brands.scss +30 -0
  108. data/_sass/fontawesome-free/fontawesome.scss +21 -0
  109. data/_sass/fontawesome-free/regular.scss +26 -0
  110. data/_sass/fontawesome-free/solid.scss +26 -0
  111. data/_sass/fontawesome-free/v4-shims.scss +11 -0
  112. data/_sass/montserrat/_montserrat.scss +79 -0
  113. data/_sass/overpass-mono/_overpass-mono.scss +33 -0
  114. data/assets/css/dataTables.bootstrap5.css +416 -0
  115. data/assets/css/dataTables.bootstrap5.min.css +5 -0
  116. data/assets/css/stylesheet.min.scss +11 -7
  117. data/assets/img/anaconda-symbolic.svg +149 -0
  118. data/assets/img/anaconda.svg +183 -0
  119. data/assets/img/centos-dynamicmsg-logo.svg +182 -0
  120. data/assets/img/centos-dynamicmsg-type.svg +136 -0
  121. data/assets/img/centos-dynamicmsg-whitelogo.svg +172 -0
  122. data/assets/img/centos-dynamicmsg-whitetype.svg +142 -0
  123. data/assets/img/centos-gdm-whitelogo.svg +184 -0
  124. data/assets/img/centos-ipa-whiteheader.svg +162 -0
  125. data/assets/img/centos-logo-2bits.svg +142 -0
  126. data/assets/img/centos-logo.svg +171 -0
  127. data/assets/img/centos-message-logo.svg +304 -0
  128. data/assets/img/centos-motif.png +0 -0
  129. data/assets/img/centos-poweredby-logo.svg +258 -0
  130. data/assets/img/centos-symbol-2bits.svg +102 -0
  131. data/assets/img/centos-symbol.svg +121 -0
  132. data/assets/img/centos-type.svg +125 -0
  133. data/assets/img/centos-vertical-logo.svg +168 -0
  134. data/assets/img/centos-vertical-message-logo.svg +316 -0
  135. data/assets/img/centos-whitelogo.svg +161 -0
  136. data/assets/img/favicon.svg +121 -0
  137. data/assets/img/sort_asc.png +0 -0
  138. data/assets/img/sort_asc_disabled.png +0 -0
  139. data/assets/img/sort_both.png +0 -0
  140. data/assets/img/sort_desc.png +0 -0
  141. data/assets/img/sort_desc_disabled.png +0 -0
  142. data/assets/js/bootstrap.bundle.js +7075 -0
  143. data/assets/js/bootstrap.bundle.js.map +1 -0
  144. data/assets/js/bootstrap.bundle.min.js +7 -0
  145. data/assets/js/bootstrap.bundle.min.js.map +1 -0
  146. data/assets/js/bootstrap.esm.js +5202 -0
  147. data/assets/js/bootstrap.esm.js.map +1 -0
  148. data/assets/js/bootstrap.esm.min.js +7 -0
  149. data/assets/js/bootstrap.esm.min.js.map +1 -0
  150. data/assets/js/bootstrap.js +5249 -0
  151. data/assets/js/bootstrap.js.map +1 -0
  152. data/assets/js/bootstrap.min.js +7 -0
  153. data/assets/js/bootstrap.min.js.map +1 -0
  154. data/assets/js/clipboard.js +890 -0
  155. data/assets/js/clipboard.min.js +7 -0
  156. data/assets/js/dataTables.bootstrap5.js +200 -0
  157. data/assets/js/dataTables.bootstrap5.min.js +4 -0
  158. data/assets/js/dataTables.bootstrap5.min.mjs +4 -0
  159. data/assets/js/dataTables.bootstrap5.mjs +164 -0
  160. data/assets/js/jquery.js +10993 -0
  161. data/assets/js/jquery.min.js +2 -0
  162. data/assets/js/jquery.min.map +1 -0
  163. data/assets/js/jquery.slim.js +8894 -0
  164. data/assets/js/jquery.slim.min.js +2 -0
  165. data/assets/js/jquery.slim.min.map +1 -0
  166. data/assets/webfonts/Montserrat-Black.woff +0 -0
  167. data/assets/webfonts/Montserrat-Black.woff2 +0 -0
  168. data/assets/webfonts/Montserrat-BlackItalic.woff +0 -0
  169. data/assets/webfonts/Montserrat-BlackItalic.woff2 +0 -0
  170. data/assets/webfonts/Montserrat-Bold.woff +0 -0
  171. data/assets/webfonts/Montserrat-Bold.woff2 +0 -0
  172. data/assets/webfonts/Montserrat-BoldItalic.woff +0 -0
  173. data/assets/webfonts/Montserrat-BoldItalic.woff2 +0 -0
  174. data/assets/webfonts/Montserrat-ExtraBold.woff +0 -0
  175. data/assets/webfonts/Montserrat-ExtraBold.woff2 +0 -0
  176. data/assets/webfonts/Montserrat-ExtraBoldItalic.woff +0 -0
  177. data/assets/webfonts/Montserrat-ExtraBoldItalic.woff2 +0 -0
  178. data/assets/webfonts/Montserrat-ExtraLight.woff +0 -0
  179. data/assets/webfonts/Montserrat-ExtraLight.woff2 +0 -0
  180. data/assets/webfonts/Montserrat-ExtraLightItalic.woff +0 -0
  181. data/assets/webfonts/Montserrat-ExtraLightItalic.woff2 +0 -0
  182. data/assets/webfonts/Montserrat-Italic.woff +0 -0
  183. data/assets/webfonts/Montserrat-Italic.woff2 +0 -0
  184. data/assets/webfonts/Montserrat-Light.woff +0 -0
  185. data/assets/webfonts/Montserrat-Light.woff2 +0 -0
  186. data/assets/webfonts/Montserrat-LightItalic.woff +0 -0
  187. data/assets/webfonts/Montserrat-LightItalic.woff2 +0 -0
  188. data/assets/webfonts/Montserrat-Medium.woff +0 -0
  189. data/assets/webfonts/Montserrat-Medium.woff2 +0 -0
  190. data/assets/webfonts/Montserrat-MediumItalic.woff +0 -0
  191. data/assets/webfonts/Montserrat-MediumItalic.woff2 +0 -0
  192. data/assets/webfonts/Montserrat-Regular.woff +0 -0
  193. data/assets/webfonts/Montserrat-Regular.woff2 +0 -0
  194. data/assets/webfonts/Montserrat-SemiBold.woff +0 -0
  195. data/assets/webfonts/Montserrat-SemiBold.woff2 +0 -0
  196. data/assets/webfonts/Montserrat-SemiBoldItalic.woff +0 -0
  197. data/assets/webfonts/Montserrat-SemiBoldItalic.woff2 +0 -0
  198. data/assets/webfonts/Montserrat-Thin.woff +0 -0
  199. data/assets/webfonts/Montserrat-Thin.woff2 +0 -0
  200. data/assets/webfonts/Montserrat-ThinItalic.woff +0 -0
  201. data/assets/webfonts/Montserrat-ThinItalic.woff2 +0 -0
  202. data/assets/webfonts/MontserratAlternates-Black.woff +0 -0
  203. data/assets/webfonts/MontserratAlternates-Black.woff2 +0 -0
  204. data/assets/webfonts/MontserratAlternates-BlackItalic.woff +0 -0
  205. data/assets/webfonts/MontserratAlternates-BlackItalic.woff2 +0 -0
  206. data/assets/webfonts/MontserratAlternates-Bold.woff +0 -0
  207. data/assets/webfonts/MontserratAlternates-Bold.woff2 +0 -0
  208. data/assets/webfonts/MontserratAlternates-BoldItalic.woff +0 -0
  209. data/assets/webfonts/MontserratAlternates-BoldItalic.woff2 +0 -0
  210. data/assets/webfonts/MontserratAlternates-ExtraBold.woff +0 -0
  211. data/assets/webfonts/MontserratAlternates-ExtraBold.woff2 +0 -0
  212. data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff +0 -0
  213. data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff2 +0 -0
  214. data/assets/webfonts/MontserratAlternates-ExtraLight.woff +0 -0
  215. data/assets/webfonts/MontserratAlternates-ExtraLight.woff2 +0 -0
  216. data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff +0 -0
  217. data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff2 +0 -0
  218. data/assets/webfonts/MontserratAlternates-Italic.woff +0 -0
  219. data/assets/webfonts/MontserratAlternates-Italic.woff2 +0 -0
  220. data/assets/webfonts/MontserratAlternates-Light.woff +0 -0
  221. data/assets/webfonts/MontserratAlternates-Light.woff2 +0 -0
  222. data/assets/webfonts/MontserratAlternates-LightItalic.woff +0 -0
  223. data/assets/webfonts/MontserratAlternates-LightItalic.woff2 +0 -0
  224. data/assets/webfonts/MontserratAlternates-Medium.woff +0 -0
  225. data/assets/webfonts/MontserratAlternates-Medium.woff2 +0 -0
  226. data/assets/webfonts/MontserratAlternates-MediumItalic.woff +0 -0
  227. data/assets/webfonts/MontserratAlternates-MediumItalic.woff2 +0 -0
  228. data/assets/webfonts/MontserratAlternates-Regular.woff +0 -0
  229. data/assets/webfonts/MontserratAlternates-Regular.woff2 +0 -0
  230. data/assets/webfonts/MontserratAlternates-SemiBold.woff +0 -0
  231. data/assets/webfonts/MontserratAlternates-SemiBold.woff2 +0 -0
  232. data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff +0 -0
  233. data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff2 +0 -0
  234. data/assets/webfonts/MontserratAlternates-Thin.woff +0 -0
  235. data/assets/webfonts/MontserratAlternates-Thin.woff2 +0 -0
  236. data/assets/webfonts/MontserratAlternates-ThinItalic.woff +0 -0
  237. data/assets/webfonts/MontserratAlternates-ThinItalic.woff2 +0 -0
  238. data/assets/webfonts/fa-brands-400.ttf +0 -0
  239. data/assets/webfonts/fa-brands-400.woff2 +0 -0
  240. data/assets/webfonts/fa-regular-400.ttf +0 -0
  241. data/assets/webfonts/fa-regular-400.woff2 +0 -0
  242. data/assets/webfonts/fa-solid-900.ttf +0 -0
  243. data/assets/webfonts/fa-solid-900.woff2 +0 -0
  244. data/assets/webfonts/fa-v4compatibility.ttf +0 -0
  245. data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
  246. data/assets/webfonts/overpass-mono-bold.woff +0 -0
  247. data/assets/webfonts/overpass-mono-bold.woff2 +0 -0
  248. data/assets/webfonts/overpass-mono-light.woff +0 -0
  249. data/assets/webfonts/overpass-mono-light.woff2 +0 -0
  250. data/assets/webfonts/overpass-mono-regular.woff +0 -0
  251. data/assets/webfonts/overpass-mono-regular.woff2 +0 -0
  252. data/assets/webfonts/overpass-mono-semibold.woff +0 -0
  253. data/assets/webfonts/overpass-mono-semibold.woff2 +0 -0
  254. data/default.md +165 -0
  255. data/index.md +9 -0
  256. data/people.md +8 -0
  257. metadata +256 -4
  258. data/_sass/centos/fonts/_montserrat.scss +0 -253
  259. data/_sass/centos/fonts/_overpass.scss +0 -43
Binary file
Binary file
Binary file
Binary file
Binary file
data/default.md ADDED
@@ -0,0 +1,165 @@
1
+ ---
2
+ title: "Nam euismod tellus id erat."
3
+ title_lead: |
4
+ The Special Interest Groups (SIGs), are the teams responsible for their
5
+ specific CentOS Project variants. Variants are specialized and focused rebuilds
6
+ of CentOS to meet the needs and requirements of their corresponding communities
7
+ and the technology associated with those communities.
8
+ layout: default
9
+ ---
10
+
11
+ SIGs are usually self-forming around a technology by a small community of
12
+ enthusiasts and interested parties. In addition to the existing CentOS SIGs, it
13
+ is expected that <code>additional SIGs</code>, as approved by the CentOS Board, will be
14
+ created.
15
+
16
+ <em>Praesent fermentum <code>tempor tellus</code>. <strong>Nullam tempus. Mauris ac <code>felis</code> vel velit tristique imperdiet.</strong> Donec at pede. Etiam vel neque nec dui dignissim bibendum. Vivamus id enim. Phasellus neque orci, porta a, aliquet quis, semper a, massa. Phasellus purus. Pellentesque tristique imperdiet tortor. Nam euismod tellus id erat. Nullam eu ante vel est convallis dignissim. Fusce suscipit, wisi nec facilisis facilisis, est dui fermentum leo, quis tempor ligula erat quis odio.</em>
17
+
18
+ ```
19
+ Each group will be responsible for its own variant in CentOS that is
20
+ specifically targeted towards its community (e.g., The CentOS FooBar SIG
21
+ creates a CentOS variant targeted to FooBar users and developers, the CentOS
22
+ Hosting SIG builds a variant for web hosters, included in the CentOS
23
+ distribution). The SIG is the deciding authority on what is required in their
24
+ variant to satisfy the needs of their community, with the understanding that
25
+ the Board has ultimate oversight as explained elsewhere. If required, the
26
+ CentOS Board will help the individual SIGs to reach consensus on any issues or
27
+ problems.
28
+ ```
29
+
30
+ SIGs are the only way for an entity to use and associate the CentOS brand with
31
+ a variant. You can always use Git and the repo to fork and try-out ideas, but
32
+ only those packages in git.centos.org and released and signed by CentOS can be
33
+ called 'CentOS'.
34
+
35
+ Another type of SIG is functional, focused on maintaining parts of the Project
36
+ itself, such as infrastructure, documentation, and design. A unique SIG is the
37
+ Core SIG that builds and maintains the core CentOS derivative of Red Hat
38
+ Enterprise Linux. It is unique because it is the central, orchestrating
39
+ platform that all other variants are built from.
40
+
41
+ # CentOS Core SIG Responsibilities
42
+
43
+ * Build the CentOS release.
44
+ * _Sign_ the CentOS release.
45
+ * Push official CentOS releases to the initial mirror.
46
+ * Coordinate with upstream as required.
47
+ * Accept changes into Git.
48
+ * Manage Git licensing and contribution policies.
49
+
50
+ ## Level 2
51
+ Fusce suscipit, wisi nec facilisis facilisis, est dui fermentum leo, quis tempor ligula erat quis odio. Nunc porta vulputate tellus. Nunc rutrum turpis sed pede. Sed bibendum. Aliquam posuere. Nunc aliquet, augue nec adipiscing interdum, lacus tellus malesuada massa, quis varius mi purus non odio. Pellentesque condimentum, magna ut suscipit hendrerit, ipsum augue ornare nulla, non luctus diam neque sit amet urna. Curabitur vulputate vestibulum lorem. Fusce sagittis, libero non molestie mollis, magna orci ultrices dolor, at vulputate neque nulla lacinia eros. Sed id ligula quis est convallis tempor. Curabitur lacinia pulvinar nibh. Nam a sapien.
52
+ ### Level 3
53
+ Fusce suscipit, wisi nec facilisis facilisis, est dui fermentum leo, quis tempor ligula erat quis odio. Nunc porta vulputate tellus. Nunc rutrum turpis sed pede. Sed bibendum. Aliquam posuere. Nunc aliquet, augue nec adipiscing interdum, lacus tellus malesuada massa, quis varius mi purus non odio. Pellentesque condimentum, magna ut suscipit hendrerit, ipsum augue ornare nulla, non luctus diam neque sit amet urna. Curabitur vulputate vestibulum lorem. Fusce sagittis, libero non molestie mollis, magna orci ultrices dolor, at vulputate neque nulla lacinia eros. Sed id ligula quis est convallis tempor. Curabitur lacinia pulvinar nibh. Nam a sapien.
54
+ #### Level 4
55
+ Fusce suscipit, wisi nec facilisis facilisis, est dui fermentum leo, quis tempor ligula erat quis odio. Nunc porta vulputate tellus. Nunc rutrum turpis sed pede. Sed bibendum. Aliquam posuere. Nunc aliquet, augue nec adipiscing interdum, lacus tellus malesuada massa, quis varius mi purus non odio. Pellentesque condimentum, magna ut suscipit hendrerit, ipsum augue ornare nulla, non luctus diam neque sit amet urna. Curabitur vulputate vestibulum lorem. Fusce sagittis, libero non molestie mollis, magna orci ultrices dolor, at vulputate neque nulla lacinia eros. Sed id ligula quis est convallis tempor. Curabitur lacinia pulvinar nibh. Nam a sapien.
56
+ ##### Level 5
57
+ Fusce suscipit, wisi nec facilisis facilisis, est dui fermentum leo, quis tempor ligula erat quis odio. Nunc porta vulputate tellus. Nunc rutrum turpis sed pede. Sed bibendum. Aliquam posuere. Nunc aliquet, augue nec adipiscing interdum, lacus tellus malesuada massa, quis varius mi purus non odio. Pellentesque condimentum, magna ut suscipit hendrerit, ipsum augue ornare nulla, non luctus diam neque sit amet urna. Curabitur vulputate vestibulum lorem. Fusce sagittis, libero non molestie mollis, magna orci ultrices dolor, at vulputate neque nulla lacinia eros. Sed id ligula quis est convallis tempor. Curabitur lacinia pulvinar nibh. Nam a sapien.
58
+ ###### Level 6
59
+ Fusce suscipit, wisi nec facilisis facilisis, est dui fermentum leo, quis tempor ligula erat quis odio. Nunc porta vulputate tellus. Nunc rutrum turpis sed pede. Sed bibendum. Aliquam posuere. Nunc aliquet, augue nec adipiscing interdum, lacus tellus malesuada massa, quis varius mi purus non odio. Pellentesque condimentum, magna ut suscipit hendrerit, ipsum augue ornare nulla, non luctus diam neque sit amet urna. Curabitur vulputate vestibulum lorem. Fusce sagittis, libero non molestie mollis, magna orci ultrices dolor, at vulputate neque nulla lacinia eros. Sed id ligula quis est convallis tempor. Curabitur lacinia pulvinar nibh. Nam a sapien.
60
+
61
+ # Variant SIG Responsibilities
62
+
63
+ * Create and maintain one or more variations with technology in CentOS on top of or modifications to the core base.
64
+ * Foster a user community as a primary purpose of the variant.
65
+ * Keep the Project artifacts (the variant) relevant and useful to the user community.
66
+ * Ensure the software brought in to support the variant is licensed and prepared properly for packaging and distribution as part of the CentOS Project.
67
+ * Oversee inclusions of code related to the variant in to git.centos.org.
68
+ * Conduct the business of the SIG following accepted open source practices around meritocracy and consensus decision making.
69
+
70
+ # Functional SIG Responsibilities
71
+ * Accountable for designing, building, and maintaining key Project component(s).
72
+ * Make the functional area open for participation, with barriers to contribution as low as feasible and reasonable.
73
+ * Foster a community of users and doers around the functional aspect, to share the responsibility, workload, and innovation.
74
+ * Work within given legal constraints and requirements.
75
+
76
+ # SIG Governance
77
+
78
+ <figure class="figure">
79
+ <img class="figure-img img-fluid" src="/about/governance/sig-maturity-crossover.png" alt="SIG Governance">
80
+ </figure>
81
+
82
+ The SIGs themselves also have a merit path toward autonomy and accountability
83
+ for Project aspects. The determination of merit level is reflected in the
84
+ amount of oversight required by the Board and the SIGs ability to self-sign and
85
+ release software builds. As merit increases, Board oversight goes down, with a
86
+ transition spot in the middle where the SIG naturally obtains more autonomy,
87
+ usually toward the end of the "Early" phase.
88
+
89
+ __Sandboxes__ are the entry point for all proposed SIGs. To enter, there must
90
+ be a Champion from or approved by the Board and a proposal (which indicates the
91
+ reason for the SIG, the expected audience, initial team, risks, etc.) For a SIG
92
+ to be created, there must be at least 3 +1 votes from the Board (NOT including
93
+ the Champion) and zero (nil) -1 votes. When approved, the Champion becomes the
94
+ formal Mentor of the Sandbox SIG.
95
+
96
+ Sandboxes cannot make formal releases, but can create releases that allow
97
+ people, developers, etc. to use, test, and play with the build. Sandboxes are
98
+ also closely monitored by the Board to ensure that they are attracting interest
99
+ and developers and users are learning the ropes regarding SIG operation. All
100
+ new committers, developers, SIG core team members, etc. must be approved by the
101
+ Board.
102
+
103
+ SIGs that have expressed a level of merit, as determined by the Board, will
104
+ move to the __Early__ SIG stage (Sandboxes can request graduation to Early, if
105
+ they like). These SIGs are allowed to create formal releases, but the release
106
+ must be approved by the Board and signed by the Mentor. In all other matters,
107
+ however, they are self-sufficient and no longer require Board approval, such as
108
+ as in adding committers and so forth. Movement from Sandbox to Early is via 3
109
+ +1 vote of the Board (Mentor not included) and zero (nil) -1 votes.
110
+
111
+ The final stage is the __Mature__ SIG. Again, this graduation is based on the
112
+ judgment and determination of the Board, but this movement must be a unanimous
113
+ decision of the Board. The Mature SIG has full control over the SIG, pulling in
114
+ its own sources to git.centos.org, its releases, its internal governance, and
115
+ has the ability to self-sign releases. The Board members may vote in, or
116
+ participate in any SIG decision at any time.
117
+
118
+ In both the Sandbox and Early SIGs, the role of the Board is primarily to
119
+ facilitate the movement of those SIGs towards the Mature level; it serves as an
120
+ initial gateway with the goal of getting out of the way of the SIGs.
121
+
122
+ Note that in all cases, maturity is a measure of the community itself, and not
123
+ the codebase or the actual SIG variant release. A mature SIG could create a
124
+ non-mature (e.g., Alpha or Beta release) distribution and, conversely, a
125
+ Sandbox SIG could produce a very mature (robust and reliable) distro.
126
+
127
+ # Community and SIGs
128
+
129
+ SIGs represent the true power and value of the CentOS Project. As seen in the
130
+ current CentOS Dojos, and in the CentOS community itself, the builds provide a
131
+ safe, neutral, and communal central meeting place for major technology areas.
132
+ This is the reason why SIGs should not be program/project specific (e.g., a
133
+ MariaDB rebuild), but rather technology-area focused (e.g., the "Hoster's"
134
+ rebuild). By creating a central point where all projects and communities can
135
+ interact, using the OS as the common foundation, upstream projects will be able
136
+ to reach and interface with a much larger audience.
137
+
138
+ It is expected that SIGs may propose significant forking of the base CentOS
139
+ core, such as introducing a new Python version or Linux kernel. It is the job
140
+ of the Board and CentOS Core SIG to oversee and approve any forks that are
141
+ pulled back into Git, including to ensure that these forks are supportable.
142
+ This support is best done by an active and engaged variant SIG. The Board or
143
+ CentOS Core SIG can pull a variant from release if they reasonably believe the
144
+ variant SIG is unable to support the variant. Another option is reassigning an
145
+ active variant from a dead SIG to a willing living SIG. The Board is
146
+ specifically not limited in what it can do to protect the quality of the CentOS
147
+ mark where it comes to the content and quality of a variant.
148
+
149
+ # Creating a new SIG
150
+
151
+ The process of creating a new SIG involves two major components:
152
+ community building and the administrative side.
153
+
154
+ Bring your SIG proposal first to the centos-devel mailing list to find
155
+ other like-minded people who wish to start the SIG with you. Also look
156
+ around outside of the CentOS project for people who may want to
157
+ distribute projects on CentOS
158
+
159
+ Once you have a core group that wants to make this happen, open a ticket
160
+ on the [board issue tracker](https://git.centos.org/centos/board/issues)
161
+ with your proposed SIG, and someone there will walk you through the
162
+ process.
163
+
164
+ For the current list of active SIGs, refer to
165
+ [http://wiki.centos.org/SpecialInterestGroup](http://wiki.centos.org/SpecialInterestGroup)
data/index.md ADDED
@@ -0,0 +1,9 @@
1
+ ---
2
+ # Feel free to add content and custom Front Matter to this file.
3
+ # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
4
+
5
+ layout: home
6
+ title: jekyll-theme-centos
7
+ title_lead: Jekyll theme for CentOS project websites.
8
+
9
+ ---
data/people.md ADDED
@@ -0,0 +1,8 @@
1
+ ---
2
+
3
+ username: username
4
+ fullname: username
5
+ layout: people
6
+
7
+ ---
8
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1.beta.1
4
+ version: 2.2.0.beta.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-28 00:00:00.000000000 Z
11
+ date: 2022-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -59,6 +59,9 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - _data/aws-images.csv
63
+ - _data/full-altarchlist.csv
64
+ - _data/full-mirrorlist.csv
62
65
  - _includes/blog/header.html
63
66
  - _includes/breadcrumbs.html
64
67
  - _includes/default/alert-danger.html
@@ -111,14 +114,263 @@ files:
111
114
  - _layouts/post.html
112
115
  - _layouts/search.html
113
116
  - _layouts/sponsors.html
117
+ - _sass/bootstrap/_accordion.scss
118
+ - _sass/bootstrap/_alert.scss
119
+ - _sass/bootstrap/_badge.scss
120
+ - _sass/bootstrap/_breadcrumb.scss
121
+ - _sass/bootstrap/_button-group.scss
122
+ - _sass/bootstrap/_buttons.scss
123
+ - _sass/bootstrap/_card.scss
124
+ - _sass/bootstrap/_carousel.scss
125
+ - _sass/bootstrap/_close.scss
126
+ - _sass/bootstrap/_containers.scss
127
+ - _sass/bootstrap/_dropdown.scss
128
+ - _sass/bootstrap/_forms.scss
129
+ - _sass/bootstrap/_functions.scss
130
+ - _sass/bootstrap/_grid.scss
131
+ - _sass/bootstrap/_helpers.scss
132
+ - _sass/bootstrap/_images.scss
133
+ - _sass/bootstrap/_list-group.scss
134
+ - _sass/bootstrap/_maps.scss
135
+ - _sass/bootstrap/_mixins.scss
136
+ - _sass/bootstrap/_modal.scss
137
+ - _sass/bootstrap/_nav.scss
138
+ - _sass/bootstrap/_navbar.scss
139
+ - _sass/bootstrap/_offcanvas.scss
140
+ - _sass/bootstrap/_pagination.scss
141
+ - _sass/bootstrap/_placeholders.scss
142
+ - _sass/bootstrap/_popover.scss
143
+ - _sass/bootstrap/_progress.scss
144
+ - _sass/bootstrap/_reboot.scss
145
+ - _sass/bootstrap/_root.scss
146
+ - _sass/bootstrap/_spinners.scss
147
+ - _sass/bootstrap/_tables.scss
148
+ - _sass/bootstrap/_toasts.scss
149
+ - _sass/bootstrap/_tooltip.scss
150
+ - _sass/bootstrap/_transitions.scss
151
+ - _sass/bootstrap/_type.scss
152
+ - _sass/bootstrap/_utilities.scss
153
+ - _sass/bootstrap/_variables.scss
154
+ - _sass/bootstrap/bootstrap-grid.scss
155
+ - _sass/bootstrap/bootstrap-reboot.scss
156
+ - _sass/bootstrap/bootstrap-utilities.scss
157
+ - _sass/bootstrap/bootstrap.scss
158
+ - _sass/bootstrap/forms/_floating-labels.scss
159
+ - _sass/bootstrap/forms/_form-check.scss
160
+ - _sass/bootstrap/forms/_form-control.scss
161
+ - _sass/bootstrap/forms/_form-range.scss
162
+ - _sass/bootstrap/forms/_form-select.scss
163
+ - _sass/bootstrap/forms/_form-text.scss
164
+ - _sass/bootstrap/forms/_input-group.scss
165
+ - _sass/bootstrap/forms/_labels.scss
166
+ - _sass/bootstrap/forms/_validation.scss
167
+ - _sass/bootstrap/helpers/_clearfix.scss
168
+ - _sass/bootstrap/helpers/_color-bg.scss
169
+ - _sass/bootstrap/helpers/_colored-links.scss
170
+ - _sass/bootstrap/helpers/_position.scss
171
+ - _sass/bootstrap/helpers/_ratio.scss
172
+ - _sass/bootstrap/helpers/_stacks.scss
173
+ - _sass/bootstrap/helpers/_stretched-link.scss
174
+ - _sass/bootstrap/helpers/_text-truncation.scss
175
+ - _sass/bootstrap/helpers/_visually-hidden.scss
176
+ - _sass/bootstrap/helpers/_vr.scss
177
+ - _sass/bootstrap/mixins/_alert.scss
178
+ - _sass/bootstrap/mixins/_backdrop.scss
179
+ - _sass/bootstrap/mixins/_banner.scss
180
+ - _sass/bootstrap/mixins/_border-radius.scss
181
+ - _sass/bootstrap/mixins/_box-shadow.scss
182
+ - _sass/bootstrap/mixins/_breakpoints.scss
183
+ - _sass/bootstrap/mixins/_buttons.scss
184
+ - _sass/bootstrap/mixins/_caret.scss
185
+ - _sass/bootstrap/mixins/_clearfix.scss
186
+ - _sass/bootstrap/mixins/_color-scheme.scss
187
+ - _sass/bootstrap/mixins/_container.scss
188
+ - _sass/bootstrap/mixins/_deprecate.scss
189
+ - _sass/bootstrap/mixins/_forms.scss
190
+ - _sass/bootstrap/mixins/_gradients.scss
191
+ - _sass/bootstrap/mixins/_grid.scss
192
+ - _sass/bootstrap/mixins/_image.scss
193
+ - _sass/bootstrap/mixins/_list-group.scss
194
+ - _sass/bootstrap/mixins/_lists.scss
195
+ - _sass/bootstrap/mixins/_pagination.scss
196
+ - _sass/bootstrap/mixins/_reset-text.scss
197
+ - _sass/bootstrap/mixins/_resize.scss
198
+ - _sass/bootstrap/mixins/_table-variants.scss
199
+ - _sass/bootstrap/mixins/_text-truncate.scss
200
+ - _sass/bootstrap/mixins/_transition.scss
201
+ - _sass/bootstrap/mixins/_utilities.scss
202
+ - _sass/bootstrap/mixins/_visually-hidden.scss
203
+ - _sass/bootstrap/utilities/_api.scss
204
+ - _sass/bootstrap/vendor/_rfs.scss
114
205
  - _sass/centos/_headings.scss
115
206
  - _sass/centos/_links.scss
116
207
  - _sass/centos/_sponsors.scss
117
208
  - _sass/centos/_variables.scss
118
- - _sass/centos/fonts/_montserrat.scss
119
- - _sass/centos/fonts/_overpass.scss
209
+ - _sass/fontawesome-free/_animated.scss
210
+ - _sass/fontawesome-free/_bordered-pulled.scss
211
+ - _sass/fontawesome-free/_core.scss
212
+ - _sass/fontawesome-free/_fixed-width.scss
213
+ - _sass/fontawesome-free/_functions.scss
214
+ - _sass/fontawesome-free/_icons.scss
215
+ - _sass/fontawesome-free/_list.scss
216
+ - _sass/fontawesome-free/_mixins.scss
217
+ - _sass/fontawesome-free/_rotated-flipped.scss
218
+ - _sass/fontawesome-free/_screen-reader.scss
219
+ - _sass/fontawesome-free/_shims.scss
220
+ - _sass/fontawesome-free/_sizing.scss
221
+ - _sass/fontawesome-free/_stacked.scss
222
+ - _sass/fontawesome-free/_variables.scss
223
+ - _sass/fontawesome-free/brands.scss
224
+ - _sass/fontawesome-free/fontawesome.scss
225
+ - _sass/fontawesome-free/regular.scss
226
+ - _sass/fontawesome-free/solid.scss
227
+ - _sass/fontawesome-free/v4-shims.scss
228
+ - _sass/montserrat/_montserrat.scss
229
+ - _sass/overpass-mono/_overpass-mono.scss
230
+ - assets/css/dataTables.bootstrap5.css
231
+ - assets/css/dataTables.bootstrap5.min.css
120
232
  - assets/css/stylesheet.min.scss
233
+ - assets/img/anaconda-symbolic.svg
234
+ - assets/img/anaconda.svg
235
+ - assets/img/centos-dynamicmsg-logo.svg
236
+ - assets/img/centos-dynamicmsg-type.svg
237
+ - assets/img/centos-dynamicmsg-whitelogo.svg
238
+ - assets/img/centos-dynamicmsg-whitetype.svg
239
+ - assets/img/centos-gdm-whitelogo.svg
240
+ - assets/img/centos-ipa-whiteheader.svg
241
+ - assets/img/centos-logo-2bits.svg
242
+ - assets/img/centos-logo.svg
243
+ - assets/img/centos-message-logo.svg
244
+ - assets/img/centos-motif.png
245
+ - assets/img/centos-poweredby-logo.svg
246
+ - assets/img/centos-symbol-2bits.svg
247
+ - assets/img/centos-symbol.svg
248
+ - assets/img/centos-type.svg
249
+ - assets/img/centos-vertical-logo.svg
250
+ - assets/img/centos-vertical-message-logo.svg
251
+ - assets/img/centos-whitelogo.svg
252
+ - assets/img/favicon.svg
121
253
  - assets/img/people/username.png
254
+ - assets/img/sort_asc.png
255
+ - assets/img/sort_asc_disabled.png
256
+ - assets/img/sort_both.png
257
+ - assets/img/sort_desc.png
258
+ - assets/img/sort_desc_disabled.png
259
+ - assets/js/bootstrap.bundle.js
260
+ - assets/js/bootstrap.bundle.js.map
261
+ - assets/js/bootstrap.bundle.min.js
262
+ - assets/js/bootstrap.bundle.min.js.map
263
+ - assets/js/bootstrap.esm.js
264
+ - assets/js/bootstrap.esm.js.map
265
+ - assets/js/bootstrap.esm.min.js
266
+ - assets/js/bootstrap.esm.min.js.map
267
+ - assets/js/bootstrap.js
268
+ - assets/js/bootstrap.js.map
269
+ - assets/js/bootstrap.min.js
270
+ - assets/js/bootstrap.min.js.map
271
+ - assets/js/clipboard.js
272
+ - assets/js/clipboard.min.js
273
+ - assets/js/dataTables.bootstrap5.js
274
+ - assets/js/dataTables.bootstrap5.min.js
275
+ - assets/js/dataTables.bootstrap5.min.mjs
276
+ - assets/js/dataTables.bootstrap5.mjs
277
+ - assets/js/jquery.js
278
+ - assets/js/jquery.min.js
279
+ - assets/js/jquery.min.map
280
+ - assets/js/jquery.slim.js
281
+ - assets/js/jquery.slim.min.js
282
+ - assets/js/jquery.slim.min.map
283
+ - assets/webfonts/Montserrat-Black.woff
284
+ - assets/webfonts/Montserrat-Black.woff2
285
+ - assets/webfonts/Montserrat-BlackItalic.woff
286
+ - assets/webfonts/Montserrat-BlackItalic.woff2
287
+ - assets/webfonts/Montserrat-Bold.woff
288
+ - assets/webfonts/Montserrat-Bold.woff2
289
+ - assets/webfonts/Montserrat-BoldItalic.woff
290
+ - assets/webfonts/Montserrat-BoldItalic.woff2
291
+ - assets/webfonts/Montserrat-ExtraBold.woff
292
+ - assets/webfonts/Montserrat-ExtraBold.woff2
293
+ - assets/webfonts/Montserrat-ExtraBoldItalic.woff
294
+ - assets/webfonts/Montserrat-ExtraBoldItalic.woff2
295
+ - assets/webfonts/Montserrat-ExtraLight.woff
296
+ - assets/webfonts/Montserrat-ExtraLight.woff2
297
+ - assets/webfonts/Montserrat-ExtraLightItalic.woff
298
+ - assets/webfonts/Montserrat-ExtraLightItalic.woff2
299
+ - assets/webfonts/Montserrat-Italic.woff
300
+ - assets/webfonts/Montserrat-Italic.woff2
301
+ - assets/webfonts/Montserrat-Light.woff
302
+ - assets/webfonts/Montserrat-Light.woff2
303
+ - assets/webfonts/Montserrat-LightItalic.woff
304
+ - assets/webfonts/Montserrat-LightItalic.woff2
305
+ - assets/webfonts/Montserrat-Medium.woff
306
+ - assets/webfonts/Montserrat-Medium.woff2
307
+ - assets/webfonts/Montserrat-MediumItalic.woff
308
+ - assets/webfonts/Montserrat-MediumItalic.woff2
309
+ - assets/webfonts/Montserrat-Regular.woff
310
+ - assets/webfonts/Montserrat-Regular.woff2
311
+ - assets/webfonts/Montserrat-SemiBold.woff
312
+ - assets/webfonts/Montserrat-SemiBold.woff2
313
+ - assets/webfonts/Montserrat-SemiBoldItalic.woff
314
+ - assets/webfonts/Montserrat-SemiBoldItalic.woff2
315
+ - assets/webfonts/Montserrat-Thin.woff
316
+ - assets/webfonts/Montserrat-Thin.woff2
317
+ - assets/webfonts/Montserrat-ThinItalic.woff
318
+ - assets/webfonts/Montserrat-ThinItalic.woff2
319
+ - assets/webfonts/MontserratAlternates-Black.woff
320
+ - assets/webfonts/MontserratAlternates-Black.woff2
321
+ - assets/webfonts/MontserratAlternates-BlackItalic.woff
322
+ - assets/webfonts/MontserratAlternates-BlackItalic.woff2
323
+ - assets/webfonts/MontserratAlternates-Bold.woff
324
+ - assets/webfonts/MontserratAlternates-Bold.woff2
325
+ - assets/webfonts/MontserratAlternates-BoldItalic.woff
326
+ - assets/webfonts/MontserratAlternates-BoldItalic.woff2
327
+ - assets/webfonts/MontserratAlternates-ExtraBold.woff
328
+ - assets/webfonts/MontserratAlternates-ExtraBold.woff2
329
+ - assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff
330
+ - assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff2
331
+ - assets/webfonts/MontserratAlternates-ExtraLight.woff
332
+ - assets/webfonts/MontserratAlternates-ExtraLight.woff2
333
+ - assets/webfonts/MontserratAlternates-ExtraLightItalic.woff
334
+ - assets/webfonts/MontserratAlternates-ExtraLightItalic.woff2
335
+ - assets/webfonts/MontserratAlternates-Italic.woff
336
+ - assets/webfonts/MontserratAlternates-Italic.woff2
337
+ - assets/webfonts/MontserratAlternates-Light.woff
338
+ - assets/webfonts/MontserratAlternates-Light.woff2
339
+ - assets/webfonts/MontserratAlternates-LightItalic.woff
340
+ - assets/webfonts/MontserratAlternates-LightItalic.woff2
341
+ - assets/webfonts/MontserratAlternates-Medium.woff
342
+ - assets/webfonts/MontserratAlternates-Medium.woff2
343
+ - assets/webfonts/MontserratAlternates-MediumItalic.woff
344
+ - assets/webfonts/MontserratAlternates-MediumItalic.woff2
345
+ - assets/webfonts/MontserratAlternates-Regular.woff
346
+ - assets/webfonts/MontserratAlternates-Regular.woff2
347
+ - assets/webfonts/MontserratAlternates-SemiBold.woff
348
+ - assets/webfonts/MontserratAlternates-SemiBold.woff2
349
+ - assets/webfonts/MontserratAlternates-SemiBoldItalic.woff
350
+ - assets/webfonts/MontserratAlternates-SemiBoldItalic.woff2
351
+ - assets/webfonts/MontserratAlternates-Thin.woff
352
+ - assets/webfonts/MontserratAlternates-Thin.woff2
353
+ - assets/webfonts/MontserratAlternates-ThinItalic.woff
354
+ - assets/webfonts/MontserratAlternates-ThinItalic.woff2
355
+ - assets/webfonts/fa-brands-400.ttf
356
+ - assets/webfonts/fa-brands-400.woff2
357
+ - assets/webfonts/fa-regular-400.ttf
358
+ - assets/webfonts/fa-regular-400.woff2
359
+ - assets/webfonts/fa-solid-900.ttf
360
+ - assets/webfonts/fa-solid-900.woff2
361
+ - assets/webfonts/fa-v4compatibility.ttf
362
+ - assets/webfonts/fa-v4compatibility.woff2
363
+ - assets/webfonts/overpass-mono-bold.woff
364
+ - assets/webfonts/overpass-mono-bold.woff2
365
+ - assets/webfonts/overpass-mono-light.woff
366
+ - assets/webfonts/overpass-mono-light.woff2
367
+ - assets/webfonts/overpass-mono-regular.woff
368
+ - assets/webfonts/overpass-mono-regular.woff2
369
+ - assets/webfonts/overpass-mono-semibold.woff
370
+ - assets/webfonts/overpass-mono-semibold.woff2
371
+ - default.md
372
+ - index.md
373
+ - people.md
122
374
  homepage: https://gitlab.com/CentOS/artwork/centos-web/jekyll-theme-centos
123
375
  licenses:
124
376
  - MIT