disco-jekyll-theme 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (316) hide show
  1. checksums.yaml +7 -0
  2. checksums.yaml.gz.sig +3 -0
  3. data/LICENSE.txt +168 -0
  4. data/README.markdown +5 -0
  5. data/_data/ar.yml +18 -0
  6. data/_data/bootstrap/fonts.yml +9 -0
  7. data/_data/bootstrap/maps.yml +24 -0
  8. data/_data/bootstrap/rtl.yml +23 -0
  9. data/_data/bootstrap/utilities.yml +55 -0
  10. data/_data/bootstrap/variables.yml +63 -0
  11. data/_data/components.yml +34 -0
  12. data/_data/en.yml +255 -0
  13. data/_data/es.yml +256 -0
  14. data/_data/fa.yml +4 -0
  15. data/_data/fixtures/cards.yml +121 -0
  16. data/_data/fixtures/details.yml +6 -0
  17. data/_data/fixtures/footer_link_group.yml +30 -0
  18. data/_data/fixtures/menu.yml +26 -0
  19. data/_data/fixtures/site_credits.yml +3 -0
  20. data/_data/fixtures/social_networks.yml +7 -0
  21. data/_data/fixtures/video.yml +4 -0
  22. data/_data/full_width_components.yml +2 -0
  23. data/_data/inflections.yml +20 -0
  24. data/_data/layouts/about.yml +205 -0
  25. data/_data/layouts/code_of_conduct.yml +75 -0
  26. data/_data/layouts/footer_column.yml +52 -0
  27. data/_data/layouts/glosario.yml +27 -0
  28. data/_data/layouts/index.yml +38 -0
  29. data/_data/layouts/item_card.yml +93 -0
  30. data/_data/layouts/item_card_icon.yml +1698 -0
  31. data/_data/layouts/license.yml +91 -0
  32. data/_data/layouts/menu.yml +46 -0
  33. data/_data/layouts/menu_external.yml +35 -0
  34. data/_data/layouts/menu_internal.yml +45 -0
  35. data/_data/layouts/page.yml +75 -0
  36. data/_data/layouts/post.yml +129 -0
  37. data/_data/layouts/privacy_policy.yml +75 -0
  38. data/_data/layouts/search.yml +70 -0
  39. data/_data/layouts/section.yml +74 -0
  40. data/_data/layouts/subsection.yml +68 -0
  41. data/_data/layouts/theme.yml +378 -0
  42. data/_data/manifest.json +661 -0
  43. data/_data/schema.yml +15 -0
  44. data/_includes/activity_pub/actor.html +7 -0
  45. data/_includes/activity_pub/alternate.html +10 -0
  46. data/_includes/activity_pub/head.html +22 -0
  47. data/_includes/bootstrap/alert.html +13 -0
  48. data/_includes/bootstrap/buttons/a.html +18 -0
  49. data/_includes/bootstrap/buttons/base.html +18 -0
  50. data/_includes/bootstrap/buttons/button.html +14 -0
  51. data/_includes/bootstrap/details.html +28 -0
  52. data/_includes/bootstrap/navbar.html +65 -0
  53. data/_includes/buttons/button_primary.html +15 -0
  54. data/_includes/dark_toggler.html +18 -0
  55. data/_includes/fa.html +8 -0
  56. data/_includes/footer.html +113 -0
  57. data/_includes/footer_link_group.html +24 -0
  58. data/_includes/footer_socials.html +17 -0
  59. data/_includes/form/search.html +33 -0
  60. data/_includes/head/favicons.html +56 -0
  61. data/_includes/head/social_network.html +5 -0
  62. data/_includes/item_card.html +39 -0
  63. data/_includes/item_card_icon.html +30 -0
  64. data/_includes/menu.html +64 -0
  65. data/_includes/modal.html +35 -0
  66. data/_includes/navigation_posts.html +51 -0
  67. data/_includes/pack.html +17 -0
  68. data/_includes/page_card.html +23 -0
  69. data/_includes/post_preview.html +55 -0
  70. data/_includes/preload_font.html +5 -0
  71. data/_includes/script.html +5 -0
  72. data/_includes/search.html +22 -0
  73. data/_includes/style.html +15 -0
  74. data/_includes/subsection.html +31 -0
  75. data/_includes/sutty/a.html +21 -0
  76. data/_includes/sutty/details.html +29 -0
  77. data/_includes/sutty/picture.html +52 -0
  78. data/_includes/sutty/placeholder.html +12 -0
  79. data/_includes/sutty/toggler/backdrop.html +7 -0
  80. data/_includes/sutty/toggler/toggler.html +33 -0
  81. data/_includes/sutty/toggler/toggler_label.html +17 -0
  82. data/_includes/sutty/toggler/toggler_related.html +17 -0
  83. data/_includes/sutty/video.html +48 -0
  84. data/_includes/svg/arrow.svg +6 -0
  85. data/_includes/svg/arrow_next.svg +6 -0
  86. data/_includes/svg/arrow_prev.svg +6 -0
  87. data/_includes/svg/circle_plus.svg +7 -0
  88. data/_includes/svg/corner.svg +8 -0
  89. data/_includes/svg/disco_coop.svg +5 -0
  90. data/_includes/svg/heart.svg +7 -0
  91. data/_includes/svg/justice.svg +7 -0
  92. data/_includes/svg/language.svg +7 -0
  93. data/_includes/svg/menu.svg +44 -0
  94. data/_includes/svg/peerproduction.svg +4 -0
  95. data/_includes/svg/people.svg +7 -0
  96. data/_includes/svg/search.svg +32 -0
  97. data/_includes/svg/spell.svg +7 -0
  98. data/_includes/svg/tools.svg +7 -0
  99. data/_includes/svg/world.svg +6 -0
  100. data/_includes/svg/x.svg +31 -0
  101. data/_includes/tabs.html +81 -0
  102. data/_includes/text_box.html +12 -0
  103. data/_includes/theme/a.html +19 -0
  104. data/_includes/theme/button_primary.html +14 -0
  105. data/_includes/theme/button_primary_external.html +16 -0
  106. data/_includes/theme/button_primary_external_textwhite_pill.html +16 -0
  107. data/_includes/theme/button_primary_external_textwhite_rect.html +16 -0
  108. data/_includes/theme/button_primary_external_textwhite_rounded.html +16 -0
  109. data/_includes/theme/button_primary_internal_textwhite_pill.html +15 -0
  110. data/_includes/theme/button_primary_internal_textwhite_rect.html +15 -0
  111. data/_includes/theme/button_primary_internal_textwhite_rounded.html +15 -0
  112. data/_includes/theme/buttons.html +15 -0
  113. data/_includes/theme/content.html +74 -0
  114. data/_includes/theme/dark_toggler.html +9 -0
  115. data/_includes/theme/details.html +55 -0
  116. data/_includes/theme/fa.html +19 -0
  117. data/_includes/theme/fonts.html +76 -0
  118. data/_includes/theme/footer.html +14 -0
  119. data/_includes/theme/footer_link_group.html +11 -0
  120. data/_includes/theme/footer_socials.html +11 -0
  121. data/_includes/theme/item_card.html +20 -0
  122. data/_includes/theme/menu.html +19 -0
  123. data/_includes/theme/modal.html +24 -0
  124. data/_includes/theme/navbar.html +12 -0
  125. data/_includes/theme/navigation_posts.html +16 -0
  126. data/_includes/theme/page_card.html +22 -0
  127. data/_includes/theme/picture.html +11 -0
  128. data/_includes/theme/search.html +9 -0
  129. data/_includes/theme/subsection.html +23 -0
  130. data/_includes/theme/svg.html +18 -0
  131. data/_includes/theme/tabs.html +32 -0
  132. data/_includes/theme/text_box.html +11 -0
  133. data/_includes/theme/toggler.html +53 -0
  134. data/_includes/theme/utilities.html +35 -0
  135. data/_includes/theme/video.html +9 -0
  136. data/_includes/utilities.scss +27 -0
  137. data/_includes/variables/name.html +14 -0
  138. data/_layouts/category.html +14 -0
  139. data/_layouts/code_of_conduct.html +83 -0
  140. data/_layouts/default.html +60 -0
  141. data/_layouts/glosario.html +67 -0
  142. data/_layouts/index.html +21 -0
  143. data/_layouts/indexed.html +3 -0
  144. data/_layouts/license.html +98 -0
  145. data/_layouts/page.html +83 -0
  146. data/_layouts/post.html +108 -0
  147. data/_layouts/privacy_policy.html +83 -0
  148. data/_layouts/search.html +14 -0
  149. data/_layouts/section.html +21 -0
  150. data/_layouts/theme.html +58 -0
  151. data/_sass/baskervville_ital_0_1.scss +52 -0
  152. data/_sass/content.scss +58 -0
  153. data/_sass/dark_mode.scss +66 -0
  154. data/_sass/fonts.scss +8 -0
  155. data/_sass/inter_ital_opsz_wght_0_14..32_100..900_1_14..32_100..900.scss +148 -0
  156. data/_sass/monokai.scss +300 -0
  157. data/_sass/pt_serif_ital_wght_0_400_0_700_1_400_1_700.scss +29 -0
  158. data/_sass/raleway_ital_wght_0_100..900_1_100..900.scss +144 -0
  159. data/_sass/roboto_ital_wght_0_100_0_300_0_400_0_500_0_700_0_900_1_100_1_300_1_400_1_500_1_700_1_900.scss +946 -0
  160. data/_sass/roboto_mono_ital_wght_0_100..700_1_100..700.scss +142 -0
  161. data/_sass/saira_ital_wght_0_100..900_1_100..900.scss +84 -0
  162. data/_sass/space_grotesk_wght_300..700.scss +39 -0
  163. data/_sass/toggler.scss +32 -0
  164. data/assets/css/styles.scss +95 -0
  165. data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamlrvLp9A.woff2 +0 -0
  166. data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamrrvI.woff2 +0 -0
  167. data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQsJmp.woff2 +0 -0
  168. data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQvpmptvY.woff2 +0 -0
  169. data/assets/fonts/forkawesome-webfont.woff2 +0 -0
  170. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2 +0 -0
  171. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2 +0 -0
  172. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2 +0 -0
  173. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2 +0 -0
  174. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2 +0 -0
  175. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2 +0 -0
  176. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2 +0 -0
  177. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2 +0 -0
  178. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcviYwY.woff2 +0 -0
  179. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2 +0 -0
  180. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2 +0 -0
  181. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2 +0 -0
  182. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2 +0 -0
  183. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2 +0 -0
  184. data/assets/fonts/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVy4.ttf +0 -0
  185. data/assets/fonts/ptserif/v18/EJRSQgYoZZY2vCFuvAnt65qV.ttf +0 -0
  186. data/assets/fonts/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzro.ttf +0 -0
  187. data/assets/fonts/ptserif/v18/EJRVQgYoZZY2vCFuvDFR.ttf +0 -0
  188. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQ.ttf +0 -0
  189. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQ.ttf +0 -0
  190. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf +0 -0
  191. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQ.ttf +0 -0
  192. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf +0 -0
  193. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf +0 -0
  194. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQ.ttf +0 -0
  195. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQ.ttf +0 -0
  196. data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQ.ttf +0 -0
  197. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf +0 -0
  198. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf +0 -0
  199. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf +0 -0
  200. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf +0 -0
  201. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf +0 -0
  202. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf +0 -0
  203. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf +0 -0
  204. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf +0 -0
  205. data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf +0 -0
  206. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2 +0 -0
  207. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2 +0 -0
  208. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2 +0 -0
  209. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2 +0 -0
  210. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2 +0 -0
  211. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2 +0 -0
  212. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2 +0 -0
  213. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2 +0 -0
  214. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2 +0 -0
  215. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2 +0 -0
  216. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2 +0 -0
  217. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2 +0 -0
  218. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2 +0 -0
  219. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2 +0 -0
  220. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2 +0 -0
  221. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2 +0 -0
  222. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2 +0 -0
  223. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2 +0 -0
  224. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2 +0 -0
  225. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2 +0 -0
  226. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2 +0 -0
  227. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2 +0 -0
  228. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2 +0 -0
  229. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2 +0 -0
  230. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2 +0 -0
  231. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2 +0 -0
  232. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2 +0 -0
  233. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2 +0 -0
  234. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2 +0 -0
  235. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2 +0 -0
  236. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2 +0 -0
  237. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2 +0 -0
  238. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2 +0 -0
  239. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2 +0 -0
  240. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2 +0 -0
  241. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2 +0 -0
  242. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2 +0 -0
  243. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2 +0 -0
  244. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2 +0 -0
  245. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzI.woff2 +0 -0
  246. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2 +0 -0
  247. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2 +0 -0
  248. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2 +0 -0
  249. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2 +0 -0
  250. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2 +0 -0
  251. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2 +0 -0
  252. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzI.woff2 +0 -0
  253. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2 +0 -0
  254. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2 +0 -0
  255. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2 +0 -0
  256. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 +0 -0
  257. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2 +0 -0
  258. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2 +0 -0
  259. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2 +0 -0
  260. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2 +0 -0
  261. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2 +0 -0
  262. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2 +0 -0
  263. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2 +0 -0
  264. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2 +0 -0
  265. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2 +0 -0
  266. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2 +0 -0
  267. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2 +0 -0
  268. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2 +0 -0
  269. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 +0 -0
  270. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 +0 -0
  271. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 +0 -0
  272. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 +0 -0
  273. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 +0 -0
  274. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 +0 -0
  275. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 +0 -0
  276. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2 +0 -0
  277. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2 +0 -0
  278. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2 +0 -0
  279. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2 +0 -0
  280. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2 +0 -0
  281. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2 +0 -0
  282. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2 +0 -0
  283. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 +0 -0
  284. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2 +0 -0
  285. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 +0 -0
  286. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2 +0 -0
  287. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 +0 -0
  288. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 +0 -0
  289. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2 +0 -0
  290. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhEq3-OXg.woff2 +0 -0
  291. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2 +0 -0
  292. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhGq3-OXg.woff2 +0 -0
  293. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhIq3-OXg.woff2 +0 -0
  294. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2 +0 -0
  295. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhPq3-OXg.woff2 +0 -0
  296. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm32WWg.woff2 +0 -0
  297. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm36WWoKC.woff2 +0 -0
  298. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3CWWoKC.woff2 +0 -0
  299. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3KWWoKC.woff2 +0 -0
  300. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3OWWoKC.woff2 +0 -0
  301. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3mWWoKC.woff2 +0 -0
  302. data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvQfS0.woff2 +0 -0
  303. data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvefS2-vw.woff2 +0 -0
  304. data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvffS2-vw.woff2 +0 -0
  305. data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLh4vSZSk.woff2 +0 -0
  306. data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLhovSZSk.woff2 +0 -0
  307. data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLiIvS.woff2 +0 -0
  308. data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb54C-s0.woff2 +0 -0
  309. data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb94C-s0.woff2 +0 -0
  310. data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2 +0 -0
  311. data/assets/js/env.js +8 -0
  312. data/assets/js/pack.4CCOOFTO.js +49 -0
  313. data/assets/js/pack.4CCOOFTO.js.map +7 -0
  314. data.tar.gz.sig +0 -0
  315. metadata +674 -0
  316. metadata.gz.sig +0 -0
@@ -0,0 +1,11 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign social_networks = data.fixtures.social_networks.items %}
10
+
11
+ {% render 'footer_socials.html', social_networks: %}
@@ -0,0 +1,20 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign item_cards = data.fixtures.cards.items %}
10
+
11
+ <div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 justify-content-center mb-5">
12
+ {% for item_card in item_cards %}
13
+ {% assign title = item_card.title %}
14
+ {% assign image = item_card.image %}
15
+ {% assign text = item_card.text %}
16
+ {% assign button_text = item_card.button_text %}
17
+ {% assign button_linked_post = item_card.button_linked_post.url %}
18
+ {% render "item_card.html", title:, image:, text:, button_text:, button_linked_post: %}
19
+ {% endfor %}
20
+ </div>
@@ -0,0 +1,19 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ locale:
5
+ type: string
6
+ i18n:
7
+ type: hash
8
+ ---
9
+ {% assign items = data.fixtures.menu.items %}
10
+ {% assign header_items = data.fixtures.menu.header_items %}
11
+ {% assign footer_items = data.fixtures.menu.footer_items %}
12
+
13
+ {%
14
+ render 'menu.html',
15
+ header_items:,
16
+ items:,
17
+ footer_items:,
18
+ id: '7760cd9f'
19
+ %}
@@ -0,0 +1,24 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% capture content %}
10
+ <div class="vh-80 vh-md-50 overflow-scroll scrollbar-body-color pr-2">
11
+ <h2>{{ i18n.lorem_ipsum.five_words }} </h2>
12
+ <p>{{ i18n.lorem_ipsum.three_paragraph }}</p>
13
+ {% render 'sutty/a.html', content: 'Read more', href: '/', class: 'text-primary' %}
14
+ </div>
15
+ {% endcapture %}
16
+
17
+ {%
18
+ render 'modal.html',
19
+ id:'796c8556',
20
+ title: 'texto modal',
21
+ content: ,
22
+ class_component: 'text-primary fw-bold',
23
+ class_label: 'bg-primary text-white py-1'
24
+ %}
@@ -0,0 +1,12 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign image = i18n.lorem_ipsum.image %}
10
+ {% assign menu = data.fixtures.menu %}
11
+
12
+ {% render 'bootstrap/navbar.html', image:, header_items: menu.header_items, items: menu.items, footer_items: menu.footer_items %}
@@ -0,0 +1,16 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% render 'navigation_posts.html',
10
+ next_article: i18n.next_article,
11
+ prev_article: i18n.prev_article,
12
+ next_url: 'https://sutty.nl',
13
+ prev_url: 'https://sutty.nl',
14
+ next_content: 'texo articulo de ejemplo next',
15
+ prev_content: 'texto articulo de ejemplo previous'
16
+ %}
@@ -0,0 +1,22 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% assign image = i18n.lorem_ipsum.image %}
10
+ {% assign title = 'PRINCIPLES/VALUES' %}
11
+ {% assign tagline = 'Learn about the 7 DisCO Principles and Values' %}
12
+ {% assign content = i18n.lorem_ipsum.one_paragraph %}
13
+ {% assign content_class = 'fs-4' %}
14
+ <div class="mb-5">
15
+ {% render "page_card.html", image:, title:, tagline:, content_class:, content: %}
16
+ </div>
17
+ {% assign title = 'DisCO BALL' %}
18
+ {% assign tagline = 'A Wiki for Distributed Cooperative Practices' %}
19
+ {% assign content = 'The DisCO BALL Wiki is the main knowledge base for DisCO.coop and the DisCO Project.' %}
20
+ {% assign content_class = 'fs-3' %}
21
+
22
+ {% render "page_card.html", image:, title:, tagline:, content_class:, content: %}
@@ -0,0 +1,11 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ locale:
5
+ type: string
6
+ i18n:
7
+ type: hash
8
+ ---
9
+ {% assign image = i18n.lorem_ipsum.image %}
10
+
11
+ {% render 'sutty/picture.html', image: %}
@@ -0,0 +1,9 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ locale:
5
+ type: string
6
+ i18n:
7
+ type: hash
8
+ ---
9
+ {%- render 'search.html', placeholder: 'Buscar', url: '' -%}
@@ -0,0 +1,23 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ <div class="my-5">
10
+ {% assign subsection_title_achromatic = '7 DisCO' %}
11
+ {% assign subsection_title_primary = 'DNA' %}
12
+ {% assign subsection_text = 'Lorem ipsum' %}
13
+ {% assign item_cards = data.fixtures.cards.items %}
14
+
15
+ {% block "subsection.html", title_achromatic: subsection_title_achromatic, title_primary: subsection_title_primary, content: subsection_text %}
16
+ {% for item_card in item_cards %}
17
+ <div class="col">
18
+ {% assign button_linked_post = item_card.button_linked_post.url %}
19
+ {% render "item_card.html", **item_card, button_linked_post: %}
20
+ </div>
21
+ {% endfor %}
22
+ {% endblock %}
23
+ </div>
@@ -0,0 +1,18 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ <div class="col bg-primary p-2">
10
+ {% render 'svg/circle_plus.svg' %}
11
+ {% render 'svg/spell.svg' %}
12
+ {% render 'svg/people.svg' %}
13
+ {% render 'svg/heart.svg' %}
14
+ {% render 'svg/justice.svg' %}
15
+ {% render 'svg/language.svg' %}
16
+ {% render 'svg/tools.svg' %}
17
+ {% render 'svg/world.svg' %}
18
+ </div>
@@ -0,0 +1,32 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% capture content_1 %}
10
+ <ul>
11
+ <li>{{ i18n.lorem_ipsum.five_words }}</li>
12
+ <li>{{ i18n.lorem_ipsum.ten_words }}</li>
13
+ <li>{{ i18n.lorem_ipsum.twenty_words }}</li>
14
+ </ul>
15
+ {% endcapture %}
16
+ {% capture content_2 %}
17
+ <ul>
18
+ <li>{{ i18n.lorem_ipsum.twenty_words }}</li>
19
+ <li>{{ i18n.lorem_ipsum.ten_words }}</li>
20
+ <li>{{ i18n.lorem_ipsum.five_words }}</li>
21
+ </ul>
22
+ {% endcapture %}
23
+
24
+ {%
25
+ render 'tabs.html',
26
+ title_tab_1: 'TLR',
27
+ title_tab_2: 'More Resources',
28
+ content_1:,
29
+ content_2:,
30
+ id_1: '3c54d5a2',
31
+ id_2: '296d7e0c'
32
+ %}
@@ -0,0 +1,11 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ i18n:
5
+ type: hash
6
+ locale:
7
+ type: string
8
+ ---
9
+ {% render 'text_box.html', content: i18n.lorem_ipsum.one_paragraph %}
10
+
11
+ {% render 'text_box.html', content: i18n.lorem_ipsum.three_paragraph %}
@@ -0,0 +1,53 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ locale:
5
+ type: string
6
+ i18n:
7
+ type: hash
8
+ ---
9
+ <section class="position-relative">
10
+ <header class="my-3">
11
+ <h3>Toggler dropdown</h3>
12
+ </header>
13
+
14
+ {%- block 'sutty/toggler/toggler_label.html', id: 'dropdown' -%}
15
+ <div class="btn btn-primary">Toggler</div>
16
+ {%- endblock -%}
17
+
18
+ {%- block 'sutty/toggler/toggler.html', id: 'dropdown', class: "position-absolute" -%}
19
+ <div class="bg-body border border-primary p-3 rounded w-60 mb-3">
20
+ <ul>
21
+ <li>{{ i18n.lorem_ipsum.five_words }}</li>
22
+ <li>{{ i18n.lorem_ipsum.ten_words }}</li>
23
+ <li>{{ i18n.lorem_ipsum.twenty_words }}</li>
24
+ </ul>
25
+ </div>
26
+ {%- endblock -%}
27
+
28
+ <header class="my-3">
29
+ <h3>Toggler modal</h3>
30
+ </header>
31
+
32
+ {%- block 'sutty/toggler/toggler_label.html', id: 'menu', class: 'p-3' -%}
33
+ <div>
34
+ {%- render 'svg/menu.svg', class: 'w-35px cursor-pointer' -%}
35
+ </div>
36
+ {%- endblock -%}
37
+
38
+ {%- block 'sutty/toggler/toggler.html', id: 'menu', class: 'position-absolute top-0 start-0 vh-100 bg-body border p-4' -%}
39
+ {%- block 'sutty/toggler/toggler_label.html', id: "menu", class: "w-100" -%}
40
+ <div class="d-flex justify-content-end">
41
+ {%- render 'svg/x.svg', class: 'w-35px cursor-pointer' -%}
42
+ </div>
43
+ {%- endblock -%}
44
+
45
+ <div class="bg-secondary text-body-color">
46
+ <ul>
47
+ <li>{{ i18n.lorem_ipsum.five_words }}</li>
48
+ <li>{{ i18n.lorem_ipsum.ten_words }}</li>
49
+ <li>{{ i18n.lorem_ipsum.twenty_words }}</li>
50
+ </ul>
51
+ </div>
52
+ {%- endblock -%}
53
+ </section>
@@ -0,0 +1,35 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ locale:
5
+ type: string
6
+ i18n:
7
+ type: hash
8
+ ---
9
+ <section>
10
+ <header>
11
+ <h3>Added</h3>
12
+ </header>
13
+ </section>
14
+
15
+ <section>
16
+ <header>
17
+ <h3>Expanded</h3>
18
+ </header>
19
+
20
+ <div class="border border-primary border-secondary-hover p-3 mt-3">border-primary border-secondary-hover</div>
21
+
22
+ <div class="text-primary text-secondary-hover p-3 mt-3">text-primary text-secondary-hover</div>
23
+
24
+ <div class="bg-primary bg-secondary-hover p-3 mt-3">bg-primary bg-secondary-hover</div>
25
+
26
+ <div class="bg-primary bg-secondary-hover bg-opacity-50-hover p-3 mt-3">
27
+ bg-primary bg-secondary-hover bg-opacity-50-hover
28
+ </div>
29
+
30
+ <div class="p-3 mt-3 text-start">text-start</div>
31
+
32
+ <div class="p-3 mt-3 text-end">text-end</div>
33
+
34
+ <div class="p-3 mt-3 text-center">text-center</div>
35
+ </section>
@@ -0,0 +1,9 @@
1
+ ---
2
+ data:
3
+ type: hash
4
+ locale:
5
+ type: string
6
+ i18n:
7
+ type: hash
8
+ ---
9
+ {% render 'sutty/video.html', video: data.fixtures.video.video %}
@@ -0,0 +1,27 @@
1
+ $utilities: map.merge($utilities, (
2
+ {% for utility in include.utilities.add %}
3
+ "{% uuid %}": ({{ utility | to_sass_variable }})
4
+ {{- forloop.last | value_unless: ',' -}}
5
+ {% endfor %}
6
+ ));
7
+
8
+ $utilities: map.merge($utilities, (
9
+ {% for utility in include.utilities.expand %}
10
+ "{{ utility[0] }}": map.merge(
11
+ map.get($utilities, "{{ utility[0] }}"),
12
+ (
13
+ {% for pair in utility[1] %}
14
+ "{{ pair[0] }}":
15
+ {%- if pair[0] == 'values' -%}
16
+ map.merge(map.get(map.get($utilities, "{{ utility[0] }}"), "values"), {{ pair[1] | to_sass_variable }})
17
+ {%- else -%}
18
+ {{ pair[1] }}
19
+ {%- endif -%}
20
+
21
+ {{- forloop.last | value_unless: ',' -}}
22
+ {% endfor %}
23
+ )
24
+ )
25
+ {{- forloop.last | value_unless: ',' -}}
26
+ {% endfor %}
27
+ ));
@@ -0,0 +1,14 @@
1
+ ---
2
+ name:
3
+ type: "string"
4
+ default: ""
5
+ hostname:
6
+ type: "string"
7
+ ---
8
+ {%- assign name = name | presence -%}
9
+
10
+ {%- unless name -%}
11
+ {%- assign name = hostname | remove: '.sutty.nl' -%}
12
+ {%- endunless -%}
13
+
14
+ {{- name -}}
@@ -0,0 +1,14 @@
1
+ ---
2
+ layout: "default"
3
+ ---
4
+ <section>
5
+ <header>
6
+ <h1 class="text-primary fw-bolder mt-5">{{ page.title }}</h1>
7
+ </header>
8
+
9
+ <div class="">
10
+ {% for post in page.posts %}
11
+ {% render 'post_preview.html', **post %}
12
+ {% endfor %}
13
+ </div>
14
+ </section>
@@ -0,0 +1,83 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <article data-pagefind-body lang="{{ site.locale }}" class="row">
5
+ <meta data-pagefind-meta="indexed[content]" content="{{ page.indexed.url }}">
6
+
7
+ <div class="order-1 order-lg-0 col-12 col-lg-8 col-xxl-9">
8
+ {% if page.image.path %}
9
+ {% render 'sutty/picture.html', image: page.image %}
10
+ {% endif %}
11
+
12
+ <header>
13
+ <h1 class="text-primary fw-bolder mt-5">{{ page.title }}</h1>
14
+ </header>
15
+
16
+ <div class="content font-family-content">
17
+ {{ content | canonicalize_headings }}
18
+ </div>
19
+ </div>
20
+
21
+ <div data-pagefind-ignore class="order-0 order-lg-1 col-12 col-lg-4 col-xxl-3 border-top border-white">
22
+ {%- assign a_class = 'text-body text-decoration-none font-family-content' -%}
23
+ {%- assign has_more = site.about.edit_url | append: site.about.history_url | presence -%}
24
+
25
+ {%- if has_more -%}
26
+ {%- assign page_id = page.name | split: '.' | first -%}
27
+
28
+ {% block "bootstrap/details.html", title: site.i18n.more %}
29
+ <ul class="list-unstyled mb-0">
30
+ {%- if site.about.edit_url -%}
31
+ {%- assign edit_url = site.about.edit_url
32
+ | replace: ':id', page_id
33
+ | replace: ':name', page.name
34
+ | replace: ':locale', site.locale
35
+ -%}
36
+ <li>
37
+ {%- render 'sutty/a.html', content: site.i18n.edit, class: a_class, href: edit_url -%}
38
+ </li>
39
+ {%- endif -%}
40
+
41
+ {%- if site.about.history_url -%}
42
+ {%- assign history_url = site.about.history_url
43
+ | replace: ':id', page_id
44
+ | replace: ':name', page.name
45
+ | replace: ':locale', site.locale
46
+ -%}
47
+ <li>
48
+ {%- render 'sutty/a.html', content: site.i18n.history, class: a_class, href: history_url -%}
49
+ </li>
50
+ {%- endif -%}
51
+ </ul>
52
+ {% endblock %}
53
+ {%- endif -%}
54
+
55
+ {%- assign toc_items = content | table_of_contents -%}
56
+
57
+ {% unless toc_items == empty %}
58
+ {% block "bootstrap/details.html", title: site.i18n.toc %}
59
+ <ul class="list-unstyled mb-0">
60
+ {% for item in toc_items %}
61
+ <li>
62
+ <a href="{{page.url}}#{{item.id}}" data-turbo="false" class="{{ a_class }}">
63
+ {{- item.title -}}
64
+ </a>
65
+ </li>
66
+ {% endfor %}
67
+ </ul>
68
+ {% endblock %}
69
+ {% endunless %}
70
+
71
+ {% unless page.categories == empty %}
72
+ {% block "bootstrap/details.html", title: site.i18n.categories.title %}
73
+ <ul class="list-unstyled mb-0">
74
+ {% for category in page.categories %}
75
+ <li>
76
+ <a href="{{ category.url }}" class="{{ a_class }}">{{ category.title }}</a>
77
+ </li>
78
+ {% endfor %}
79
+ </ul>
80
+ {% endblock %}
81
+ {% endunless %}
82
+ </div>
83
+ </article>
@@ -0,0 +1,60 @@
1
+ <!doctype html>
2
+ <html lang="{{ site.locale }}" dir="{{ site.i18n.dir }}">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <base href="{% base %}">
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
7
+ <meta content="width=device-width, initial-scale=1.0" name="viewport">
8
+ <meta name="theme-color" content="white" media="(prefers-color-scheme: light)">
9
+ <meta name="theme-color" content="black" media="(prefers-color-scheme: dark)">
10
+ <meta name="color-scheme" content="dark light">
11
+ <meta name="referrer" content="strict-origin-when-cross-origin">
12
+
13
+ <meta name="msapplication-TileColor" content="{{ site.theme.bg_color }}">
14
+ <meta name="theme-color" content="{{ site.theme.primary }}">
15
+
16
+ {% render 'head/favicons.html', favicon: site.about.logo, if: site.about.logo %}
17
+ {% render 'style.html', url: site.css.url, hash: site.css.hexdigest, integrity: site.css.base64digest %}
18
+ {% render 'pack.html', env: jekyll.environment, outputs: site.data.manifest.outputs %}
19
+ {% render 'preload_font.html', font: 'assets/fonts/forkawesome-webfont.woff2' %}
20
+ {% render 'activity_pub/head.html',
21
+ profile: site.activity_pub_profile,
22
+ actor: site.actor.id,
23
+ activity: page.activity.id
24
+ %}
25
+ {% cache key: site.about.social_networks %}
26
+ {% for network in site.about.social_networks %}
27
+ {% render 'head/social_network.html', network: -%}
28
+ {% endfor %}
29
+ {% endcache %}
30
+
31
+ {% seo %}
32
+ </head>
33
+ <body class="d-flex flex-column justify-content-between min-vh-100" data-controller="pagefind">
34
+ <div data-turbo-permanent>
35
+ <a href="#content" data-turbo="false" class="sr-only sr-only-focusable">
36
+ {{ site.i18n.accessibility.skip_to_content }}
37
+ </a>
38
+ </div>
39
+ {% assign search_url = site.searches.first.url | default: '' %}
40
+ {% assign search_placeholder = site.searches.first.placeholder | default: '' %}
41
+ {%
42
+ render 'bootstrap/navbar.html',
43
+ class: 'container-lg',
44
+ search_url:,
45
+ search_placeholder:,
46
+ header_items: site.menu.header_items,
47
+ items: site.menu.items,
48
+ footer_items: site.menu.footer_items,
49
+ image: site.about.logo,
50
+ image_light: site.about.logo_light
51
+ %}
52
+ <main tabindex="-1" role="main" id="content" class="flex-grow-1 container-md">
53
+ {{ content }}
54
+ </main>
55
+ {% assign social_networks = site.about.social_networks %}
56
+ {% assign columns = site.footer_columns %}
57
+
58
+ {% render 'footer.html', social_networks:, columns:, site_credits: site.about.site_credits, logo: site.about.logo, logo_light: site.about.logo_light, license_image: site.license.image, license_image_light: site.license.image_light, license_url: site.license.url, class:'container-lg' %}
59
+ </body>
60
+ </html>
@@ -0,0 +1,67 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <article data-pagefind-body lang="{{ site.locale }}" class="row">
5
+ <meta data-pagefind-meta="indexed[content]" content="{{ page.indexed.url }}">
6
+
7
+ <div class="order-1 order-lg-0 col-12 col-lg-8 col-xxl-9">
8
+ <header>
9
+ <h1 class="text-primary fw-bolder mt-5">{{ page.title }}</h1>
10
+ </header>
11
+
12
+ <div class="content font-family-content">
13
+ {{ content | canonicalize_headings }}
14
+ </div>
15
+ </div>
16
+
17
+ <div data-pagefind-ignore class="order-0 order-lg-1 col-12 col-lg-4 col-xxl-3 border-top border-white">
18
+ {%- assign a_class = 'text-body text-decoration-none font-family-content' -%}
19
+ {%- assign has_more = site.about.edit_url | append: site.about.history_url | presence -%}
20
+
21
+ {%- if has_more -%}
22
+ {%- assign page_id = page.name | split: '.' | first -%}
23
+
24
+ {% block "bootstrap/details.html", title: site.i18n.more %}
25
+ <ul class="list-unstyled mb-0">
26
+ {%- if site.about.edit_url -%}
27
+ {%- assign edit_url = site.about.edit_url
28
+ | replace: ':id', page_id
29
+ | replace: ':name', page.name
30
+ | replace: ':locale', site.locale
31
+ -%}
32
+ <li>
33
+ {%- render 'sutty/a.html', content: site.i18n.edit, class: a_class, href: edit_url -%}
34
+ </li>
35
+ {%- endif -%}
36
+
37
+ {%- if site.about.history_url -%}
38
+ {%- assign history_url = site.about.history_url
39
+ | replace: ':id', page_id
40
+ | replace: ':name', page.name
41
+ | replace: ':locale', site.locale
42
+ -%}
43
+ <li>
44
+ {%- render 'sutty/a.html', content: site.i18n.history, class: a_class, href: history_url -%}
45
+ </li>
46
+ {%- endif -%}
47
+ </ul>
48
+ {% endblock %}
49
+ {%- endif -%}
50
+
51
+ {%- assign toc_items = content | table_of_contents -%}
52
+
53
+ {% unless toc_items == empty %}
54
+ {% block "bootstrap/details.html", title: site.i18n.toc %}
55
+ <ul class="list-unstyled mb-0">
56
+ {% for item in toc_items %}
57
+ <li>
58
+ <a href="{{page.url}}#{{item.id}}" data-turbo="false" class="{{ a_class }}">
59
+ {{- item.title -}}
60
+ </a>
61
+ </li>
62
+ {% endfor %}
63
+ </ul>
64
+ {% endblock %}
65
+ {% endunless %}
66
+ </div>
67
+ </article>
@@ -0,0 +1,21 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ {% assign title = page.title %}
5
+ {% assign tagline = site.about.tagline %}
6
+ {% assign content = site.about.description %}
7
+ {% assign image = site.about.image %}
8
+ {% assign item_cards = page.item_cards | order %}
9
+
10
+ {% render "page_card.html", image:, title:, tagline:, content_class: '', content: %}
11
+
12
+ <div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 row-cols-xxl-4 mb-5 border-bottom">
13
+ {% for item_card in item_cards %}
14
+ {% assign button_linked_post = item_card.button_linked_post.url %}
15
+ {% assign template = item_card.layout | append: '.html' %}
16
+
17
+ <div class="col">
18
+ {% render template, **item_card, button_linked_post: %}
19
+ </div>
20
+ {% endfor %}
21
+ </div>
@@ -0,0 +1,3 @@
1
+ ---
2
+ ---
3
+ {% render 'post_preview.html', **page.indexed %}