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
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 0e84acd85144ca868ed0f61954c4f2b059f6a1e68c46d8f94b022a5da332d5e3
4
+ data.tar.gz: 97606f579c4b3430d7865fcb3dc17967e05e33259f33ea3b8d8d4ce5a812bf5a
5
+ SHA512:
6
+ metadata.gz: dbb5fe5249b8a5f830e2b5b5c608e26896b26aec4ae792b659053f126dd87fc15f6400f1cb82e98f9f1b95dc58223901eb4d0ee91e19f90f90b3bf85d86bfff8
7
+ data.tar.gz: dbd3f63e57a274b6195e0476db845422b28eb079e43585348229fad81e4adff6fcafbd23dc9dec362b20e2f3b6e8424780a87a3143fcb54475d0abd7b389efb5
checksums.yaml.gz.sig ADDED
@@ -0,0 +1,3 @@
1
+ c��w� ���[
2
+ %0���=�n�/В�Ϟ3�Bw�Ym�s:��,��pKy���,l<�x�Wt����IkGN��(ɞ
3
+ ̳dk�k�"S�%:'K��hGB�QX��Z��_�� 4}�h-���c��b������C�^:��\'��m�L/J��=5pB�ņ�_1'�v�Fͯʈ�C����Q�V�
data/LICENSE.txt ADDED
@@ -0,0 +1,168 @@
1
+ Copyright (c) 2025 Sutty
2
+
3
+ The following license is modified from the MIT license and downloaded
4
+ from <https://github.com/Laurelai/anti-fascist-mit-license> on
5
+ 2019-07-11.
6
+
7
+ Anti-Fascist MIT License:
8
+
9
+ The following conditions must be met by any person obtaining a copy of
10
+ this software:
11
+
12
+ - You MAY NOT be a fascist.
13
+ - You MUST not financially support fascists.
14
+ - You MUST not intentionally provide or knowingly provide through
15
+ inaction a platform for fascists to spread propaganda or organize.
16
+ - You MUST not publicly voice support for fascists.
17
+ - You MAY NOT be a member of any fascist organization, even if you are a
18
+ member to infiltrate for anti-fascist purposes.
19
+
20
+ "Fascist" can be understood as any group or individual who promotes the
21
+ political ideology of fascism.
22
+
23
+ "Fascism" can be broken down into 11 ideological features as well as 8
24
+ tactics that can form a fascist system in varying combinations, for the
25
+ sake of simplicity and brevity the individual or organization in
26
+ question must match to at least 5 features or tactics or a combination
27
+ of the two determined by the individual licencer.
28
+
29
+ Said licencer may provide a list if an individual or group matches to at
30
+ least 5 features upon request from the individual or group in question.
31
+
32
+ The ideological features are listed below.
33
+
34
+ 1. Hyper-nationalism.
35
+
36
+ As defined as "The belief in the superiority of one's nation and of the
37
+ paramount importance of advancing it."
38
+
39
+ 2. Militarism.
40
+
41
+ As defined as "Advocating for an increase in military forces beyond what
42
+ the real defense of a nation needs, more influence of the military upon
43
+ the policies of the civilian government, and a preference for force as a
44
+ solution over diplomacy for problems."
45
+
46
+ 3. Glorification of violence and readiness to use it in politics.
47
+
48
+ As defined as "The belief that violence can be used to cleanse a
49
+ tarnished nation, also by using violence to harm, intimidate or kill
50
+ political oppoenents."
51
+
52
+ 4. Fetishization of youth.
53
+
54
+ As defined as "Extolling the virtues of youth and making a special
55
+ appeal to young people to join a cause or organization"
56
+
57
+ 5. Fetishization of masculinity.
58
+
59
+ As defined as "Extolling the virtues of male authority or patriarchy and
60
+ making a special appeal to men to be leaders of households and groups"
61
+
62
+ 6. Leader cult.
63
+
64
+ As defined as "Creating an idealized, heroic, and worshipful image of a
65
+ leader, often through unquestioning flattery and praise."
66
+
67
+ 7. Lost-golden-age syndrome.
68
+
69
+ As defined as "Creating or promoting the idea that a nation had a lost
70
+ or stolen golden age in the past that must be returned to"
71
+
72
+ 8. Self-definition by opposition.
73
+
74
+ As defined as "Creating or promoting the idea that the group or
75
+ individual is the only person or way who can fight real or imagined
76
+ evils within a society."
77
+
78
+ 9. Mass mobilization and mass party.
79
+
80
+ As defined as "Creating or promoting the creation of a populist group or
81
+ party for the advancment of fascist tactics or features."
82
+
83
+ 10. Hierarchical party structure and tendency to purge the disloyal.
84
+
85
+ As defined as "Removal of membership from a group for lacking absolute
86
+ loyalty or lacking further usefulness to the group. Also having a
87
+ hierarchical structure within the group itself."
88
+
89
+ 11. Theatricality.
90
+
91
+ As defined as "Using spectacle to gain and keep the attention of those
92
+ inside and outside of the group using speeches full of absolutes and or
93
+ superlatives. Elaborate collective rituals (rallies) meant to reenforce
94
+ loyalty within the group."
95
+
96
+ Fascist tactics include
97
+
98
+ 1) Persecution of national minorities.
99
+ 2) Persecution of racial minorities.
100
+ 3) Persecution of religious minorities (Anti-Semitism, Islamophobia and others).
101
+ 4) Promotion of a type of national purity.
102
+ 5) Promotion of a state run by ideologically oriented corporate bodies.
103
+ 6) Persecution of gender or sexual minorities.
104
+ 7) Persecution of the disabled.
105
+ 8) Formation of extra-legal forces (brownshirts) to defend fascist values.
106
+
107
+ Special criteria: Meeting only one point of the special criteria is
108
+ enough to consider someone or a group to be fascist for the purposes of
109
+ this licence.
110
+
111
+ 1. Promotion of any theories that state members of the jewish ethnicity
112
+ or faith control or largely control the world, finance, or other
113
+ global major power system.
114
+
115
+ 2. Denial of the holocaust or any other historically proven genocide.
116
+
117
+ 3. Promotion of ethnostates.
118
+
119
+ 4. Advocating for eugenics. Either positive or negative eugenics.
120
+ Promotion for the rights of abortion are not considered eugenics.
121
+
122
+ 5. Advocating for the removal of rights or legal protections from a
123
+ class or group of people.
124
+
125
+ Former fascists: People or organizations who used to promote the
126
+ political ideology of fascism but no longer do so must meet the
127
+ following criterea to be able to use this software.
128
+
129
+ 1. Publicly disavow past fascist deeds and ideologies.
130
+
131
+ 2. Expose any and all known fascists former allies to the public.
132
+
133
+ A suggested route would be through the one peoples project
134
+ (onepeoplesproject.com). If they can confirm you have done so that
135
+ will count as meeting condition two.
136
+
137
+ 3. Publicly destroy any and all fascist paraphenelia you have in your
138
+ posession including removal of tattoos and body markings
139
+ affiliated with fascist groups or gangs.
140
+
141
+ ANTI-FASCIST-MIT LICENSE:
142
+
143
+ Permission is hereby granted, free of charge, to any person obtaining a
144
+ copy of this software and associated documentation files (the
145
+ "Software"), to deal in the Software without restriction, including
146
+ without limitation the rights to use, copy, modify, merge, publish,
147
+ distribute, sublicense, and/or sell copies of the Software, and to
148
+ permit persons to whom the Software is furnished to do so, subject to
149
+ the following conditions:
150
+
151
+ The above copyright notice and this permission notice shall be included
152
+ in all copies or substantial portions of the Software.
153
+
154
+ The above licence agreement conditions are met in full.
155
+
156
+ The Anti-Fascist MIT License may only be used under the terms of the
157
+ Anti-Fascist MIT License.
158
+
159
+ Any modified versions of this software must also include the
160
+ Anti-Fascist MIT Licence.
161
+
162
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
163
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
164
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
165
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
166
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
167
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
168
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.markdown ADDED
@@ -0,0 +1,5 @@
1
+ # Sutty Base Bootstrap 5
2
+
3
+ Re-escritura de
4
+ [sutty-base-jekyll-theme](https://0xacab.org/sutty/jekyll/sutty-base-jekyll-theme)
5
+ con soporte para Bootstrap 5.
data/_data/ar.yml ADDED
@@ -0,0 +1,18 @@
1
+ ---
2
+ dir: rtl
3
+ locale: اَلْعَرَبِيَّةُ
4
+ lorem_ipsum:
5
+ image:
6
+ path: public/0m4e7sur4hab4lhh44r9axuga12k/placeholder.png
7
+ description: "نص لوريم إيبسوم هو نوع من"
8
+ five_words: "نص لوريم إيبسوم هو نوع من"
9
+ ten_words: "نص لوريم إيبسوم هو نوع من النصوص المؤقتة المستخدمة بشكل شائع في صناعات التصميم والنشر لملء"
10
+ twenty_words: "ص لوريم إيبسوم هو نوع من النصوص المؤقتة المستخدمة بشكل شائع في صناعات التصميم والنشر لملء مساحة على الصفحة وإعطاء انطباع عن الشكل النهائي للمحتوى. نص لوريم إيبسوم باللغة العربية مشتق من"
11
+ one_paragraph: |
12
+ نص لوريم إيبسوم هو نوع من النصوص المؤقتة المستخدمة بشكل شائع في
13
+ صناعات التصميم والنشر لملء مساحة على الصفحة وإعطاء انطباع عن الشكل
14
+ النهائي للمحتوى. نص لوريم إيبسوم باللغة العربية مشتق من نص لاتيني
15
+ كتبه الفيلسوف الروماني شيشرون وقد تم استخدامه منذ ستينيات القرن
16
+ العشرين. النص غير منطقي ولا ينقل أي معنى محدد، مما يسمح للمصممين
17
+ بالتركيز على التخطيط والعناصر المرئية دون تشتيت الانتباه بالمحتوى
18
+ الهادف.
@@ -0,0 +1,9 @@
1
+ ---
2
+ - Baskervville
3
+ - Inter
4
+ - Roboto
5
+ - Roboto Mono
6
+ - Saira
7
+ - Space Grotesk
8
+ - Raleway
9
+ - PT Serif
@@ -0,0 +1,24 @@
1
+ ---
2
+ theme_colors:
3
+ black: black
4
+ primary: $primary
5
+ secondary: $secondary
6
+ success: $success
7
+ info: $info
8
+ warning: $warning
9
+ danger: $danger
10
+ light: $light
11
+ dark: $dark
12
+ body-color: $body-color
13
+ dark-gray: $dark-gray
14
+ gray-light: $gray-200
15
+ spacers:
16
+ 35px: $spacer * 2.1875
17
+ 64px: $spacer * 4
18
+ font_sizes:
19
+ icon: $spacer * 4.6875
20
+ button: $spacer * 1.25
21
+ theme_colors_dark:
22
+ body-color: $body-color-dark
23
+ dark-gray: $gray-200
24
+ gray-light: $dark-gray
@@ -0,0 +1,23 @@
1
+ ---
2
+ add: []
3
+ expand:
4
+ start:
5
+ property: right
6
+ end:
7
+ property: left
8
+ border-start:
9
+ property: border-right
10
+ border-end:
11
+ property: border-left
12
+ padding-start:
13
+ property: padding-right
14
+ padding-end:
15
+ property: padding-left
16
+ margin-start:
17
+ property: margin-right
18
+ margin-end:
19
+ property: margin-left
20
+ rounded-start:
21
+ property: border-top-right-radius border-bottom-right-radius
22
+ rounded-end:
23
+ property: border-top-left-radius border-bottom-left-radius
@@ -0,0 +1,55 @@
1
+ ---
2
+ add:
3
+ - class: font
4
+ responsive: true
5
+ property: font-family
6
+ values: $fonts
7
+ - class: font-family
8
+ responsive: true
9
+ property: font-family
10
+ values: $font-families
11
+ - class: cursor
12
+ property: cursor
13
+ responsive: true
14
+ values: $cursors
15
+ - class: svg-fill
16
+ property: fill
17
+ values: $utilities-text-colors
18
+ local-vars:
19
+ text-opacity: 1
20
+ expand:
21
+ border-color:
22
+ state: hover
23
+ color:
24
+ state: hover
25
+ text-color:
26
+ state: hover
27
+ background-color:
28
+ state: hover
29
+ bg-opacity:
30
+ example: bg-opacity-lg-1
31
+ responsive: true
32
+ css-var: true
33
+ class: bg-opacity
34
+ state: hover
35
+ values: $opacities
36
+ width:
37
+ responsive: true
38
+ values: $sizes
39
+ max-width:
40
+ responsive: true
41
+ values: $sizes
42
+ height:
43
+ responsive: true
44
+ values: $sizes
45
+ max-height:
46
+ responsive: true
47
+ values: $sizes
48
+ viewport-height:
49
+ responsive: true
50
+ values: $sizes_percent
51
+ text-align:
52
+ values:
53
+ start: start
54
+ end: end
55
+ center: center
@@ -0,0 +1,63 @@
1
+ ---
2
+ opacities:
3
+ 0: 0
4
+ 10: 0.1
5
+ 20: 0.2
6
+ 30: 0.3
7
+ 40: 0.4
8
+ 50: 0.5
9
+ 60: 0.6
10
+ 70: 0.7
11
+ 80: 0.8
12
+ 90: 0.9
13
+ 100: 1
14
+ sizes:
15
+ 25: 25%
16
+ 40: 40%
17
+ 50: 50%
18
+ 60: 60%
19
+ 75: 75%
20
+ 100: 100%
21
+ auto: auto
22
+ 31px: 31px
23
+ 35px: 35px
24
+ 80px: 5rem
25
+ 100px: 100px
26
+ 130px: 130px
27
+ sizes_percent:
28
+ 50: 50vh
29
+ 80: 80vh
30
+ 100: 100vh
31
+ iframe_min_height: 480px
32
+ form-switch-color: black;
33
+ form-switch-bg: url("data:image/svg+xml,%3Csvg%20class%3D%22%22%20aria-hidden%3D%22true%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224.2082%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m11.991%2020.413h-0.76878c-4.6981-0.4271-8.1149-4.6127-7.6878-9.3107%200.34168-4.1001%203.5876-7.3461%207.6878-7.6878%200.34168%200%200.68336%200.17084%200.8542%200.4271%200.17084%200.25626%200.17084%200.68336-0.08542%200.93962-1.7084%202.3063-1.1959%205.4669%201.1105%207.1753%201.7938%201.3667%204.271%201.3667%206.0648%200%200.25626-0.17084%200.59794-0.25626%200.93962-0.08542%200.25626%200.17084%200.4271%200.51252%200.4271%200.8542-0.17084%202.3063-1.2813%204.3564-3.0751%205.8085-1.623%201.1959-3.5022%201.8792-5.4669%201.8792m-2.3918-15.034c-2.4772%200.8542-4.271%203.0751-4.4418%205.8085-0.34168%203.7585%202.3918%207.0898%206.1502%207.4315%201.7938%200.17084%203.5876-0.34168%204.9543-1.5376%200.93962-0.76878%201.623-1.7938%202.0501-2.9043-2.1355%200.76878-4.5272%200.4271-6.4065-0.93962-2.3918-1.8792-3.3314-5.0398-2.3063-7.8586%22%20fill%3D%22%23fff%22%20stroke-width%3D%22.8542%22/%3E%3C/svg%3E");
34
+ icon-active: url("data:image/svg+xml,%3Csvg%20class%3D%22w-100%22%20aria-hidden%3D%22true%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%229%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.8828%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m9%2012.699c-2.0344%200-3.6989-1.6645-3.6989-3.6989%200-2.0344%201.6645-3.6989%203.6989-3.6989%202.0344%200%203.6989%201.6645%203.6989%203.6989%200%202.0344-1.6645%203.6989-3.6989%203.6989m0-6.1648c-1.3562%200-2.4659%201.1097-2.4659%202.4659%200%201.3562%201.1097%202.4659%202.4659%202.4659%201.3562%200%202.4659-1.1097%202.4659-2.4659%200-1.3562-1.1097-2.4659-2.4659-2.4659m0-2.4659c-0.36989%200-0.61648-0.24659-0.61648-0.61648v-1.233c0-0.36989%200.24659-0.61648%200.61648-0.61648s0.61648%200.24659%200.61648%200.61648v1.233c0%200.36989-0.24659%200.61648-0.61648%200.61648m0%2012.33c-0.36989%200-0.61648-0.24659-0.61648-0.61648v-1.233c0-0.36989%200.24659-0.61648%200.61648-0.61648s0.61648%200.24659%200.61648%200.61648v1.233c0%200.36989-0.24659%200.61648-0.61648%200.61648m-3.9454-10.727c-0.18494%200-0.30824-0.061648-0.43153-0.18494l-0.86307-0.86307c-0.24659-0.24659-0.24659-0.61648%200-0.86307s0.61648-0.24659%200.86307%200l0.86307%200.86307c0.24659%200.24659%200.24659%200.61648%200%200.86307-0.061648%200.1233-0.24659%200.18494-0.43153%200.18494m8.754%208.754c-0.18494%200-0.30824-0.06165-0.43153-0.18494l-0.86307-0.86307c-0.24659-0.24659-0.24659-0.61648%200-0.86307s0.61648-0.24659%200.86307%200l0.86307%200.86307c0.24659%200.24659%200.24659%200.61648%200%200.86307-0.1233%200.1233-0.30824%200.18494-0.43153%200.18494m-10.357-4.8085h-1.233c-0.36989%200-0.61648-0.24659-0.61648-0.61648s0.24659-0.61648%200.61648-0.61648h1.233c0.36989%200%200.61648%200.24659%200.61648%200.61648s-0.24659%200.61648-0.61648%200.61648m12.33%200h-1.233c-0.36989%200-0.61648-0.24659-0.61648-0.61648s0.24659-0.61648%200.61648-0.61648h1.233c0.36989%200%200.61648%200.24659%200.61648%200.61648s-0.24659%200.61648-0.61648%200.61648m-11.59%204.8085c-0.18494%200-0.30824-0.06165-0.43153-0.18494-0.24659-0.24659-0.24659-0.61648%200-0.86307l0.86307-0.86307c0.24659-0.24659%200.61648-0.24659%200.86307%200s0.24659%200.61648%200%200.86307l-0.86307%200.86307c-0.1233%200.1233-0.24659%200.18494-0.43153%200.18494m8.754-8.754c-0.18494%200-0.30824-0.061648-0.43153-0.18494-0.24659-0.24659-0.24659-0.61648%200-0.86307l0.86307-0.86307c0.24659-0.24659%200.61648-0.24659%200.86307%200%200.24659%200.24659%200.24659%200.61648%200%200.86307l-0.86307%200.86307c-0.1233%200.1233-0.30824%200.18494-0.43153%200.18494%22%20stroke-width%3D%22.61648%22/%3E%3C/svg%3E");
35
+ input-focus-box-shadow: none;
36
+ input-focus-border-color: transparent;
37
+ form-check-input-focus-box-shadow: none;
38
+ form-check-input-focus-border: none;
39
+ pixel_densities:
40
+ - "1"
41
+ - "1.5"
42
+ - "2"
43
+ cursors:
44
+ - "pointer"
45
+ - "none"
46
+ - "help"
47
+ - "not-allowed"
48
+ - "progress"
49
+ - "text"
50
+ - "wait"
51
+ container_max_widths:
52
+ sm: 300px
53
+ md: 694px
54
+ lg: 720px
55
+ xl: 840px
56
+ xxl: 920px
57
+ font_families:
58
+ base: "$font-family-sans-serif"
59
+ headings: "$headings-font-family"
60
+ content: "$font-family-content"
61
+ color_mode_type: "data"
62
+ link_color_dark: "$link-color"
63
+ link_hover_color_dark: "$link-hover-color"
@@ -0,0 +1,34 @@
1
+ ---
2
+ - "a"
3
+ - "fa"
4
+ - "content"
5
+ - "footer_link_group"
6
+ - "item_card"
7
+ - "button_primary"
8
+ - "button_primary_external"
9
+ - "button_primary_internal_textwhite_rounded"
10
+ - "button_primary_external_textwhite_rounded"
11
+ - "button_primary_internal_textwhite_pill"
12
+ - "button_primary_external_textwhite_pill"
13
+ - "button_primary_internal_textwhite_rect"
14
+ - "button_primary_external_textwhite_rect"
15
+ - "footer_socials"
16
+ - "buttons"
17
+ - "fonts"
18
+ - "utilities"
19
+ - "subsection"
20
+ - "navbar"
21
+ - "dark_toggler"
22
+ - "picture"
23
+ - "page_card"
24
+ - "footer"
25
+ - "svg"
26
+ - "toggler"
27
+ - "modal"
28
+ - "details"
29
+ - "menu"
30
+ - "text_box"
31
+ - "tabs"
32
+ - "navigation_posts"
33
+ - "details"
34
+ - "video"
data/_data/en.yml ADDED
@@ -0,0 +1,255 @@
1
+ ---
2
+ locale: "English"
3
+ dir: ltr
4
+ date:
5
+ format: "%m/%d/%Y"
6
+ published_at: "Published at"
7
+ last_modified_at: "Last modification"
8
+ abbr_day_names:
9
+ - Mon
10
+ - Tue
11
+ - Wed
12
+ - Thu
13
+ - Fri
14
+ - Sat
15
+ - Sun
16
+ day_names:
17
+ - Monday
18
+ - Tuesday
19
+ - Wednesday
20
+ - Thursday
21
+ - Friday
22
+ - Saturday
23
+ - Sunday
24
+ abbr_month_names:
25
+ - Jan
26
+ - Feb
27
+ - Mar
28
+ - Apr
29
+ - May
30
+ - Jun
31
+ - Jul
32
+ - Aug
33
+ - Sep
34
+ - Oct
35
+ - Nov
36
+ - Dec
37
+ month_names:
38
+ - January
39
+ - February
40
+ - March
41
+ - April
42
+ - May
43
+ - June
44
+ - July
45
+ - August
46
+ - September
47
+ - October
48
+ - November
49
+ - December
50
+ time:
51
+ am: am
52
+ pm: pm
53
+ format: "%H:%M"
54
+ date_time:
55
+ format: "%d %b %Y %H:%M"
56
+ layouts:
57
+ about: "About this site"
58
+ code_of_conduct: "Code of conduct"
59
+ footer_column: "Page footer"
60
+ footer_item_external: "External link"
61
+ footer_item_internal: "Internal link"
62
+ glosario: "Glossary"
63
+ index: "Home"
64
+ item_card: "Card"
65
+ license: "License"
66
+ menu: "Menu"
67
+ menu_external: "Menu (external item)"
68
+ menu_internal: "Menu (internal item)"
69
+ page: "Page"
70
+ post: "Article"
71
+ privacy_policy: "Privacy policy"
72
+ search: "Search page"
73
+ section: "Section"
74
+ subsection: "Subsection"
75
+ theme: "Customize theme"
76
+ menu:
77
+ title: Menu
78
+ share:
79
+ text: Share
80
+ icon: share-alt
81
+ items:
82
+ - title: Twitter
83
+ url: "https://twitter.com/intent/tweet?url=%url&amp;text=%title%0A%0A%description&amp;hashtags=%tags"
84
+ icon: twitter
85
+ - title: Facebook
86
+ url: "https://www.facebook.com/sharer/sharer.php?u=%url&amp;t=%title%0A%0A%description"
87
+ icon: facebook
88
+ - title: Whatsapp
89
+ url: "https://api.whatsapp.com/send?text=%title%0A%0A%description%0A%0A%url"
90
+ icon: whatsapp
91
+ - title: Telegram
92
+ url: "https://t.me/share/url?url=%url&amp;text=%title%0A%0A%description"
93
+ icon: telegram
94
+ - title: Tumblr
95
+ url: "https://www.tumblr.com/widgets/share/tool?canonicalUrl=%url&amp;title=%title&amp;caption=%description&amp;tags=%tags"
96
+ icon: tumblr
97
+ - title: Reddit
98
+ url: "https://reddit.com/submit?url=%url&amp;title=%tags%20-%20%title"
99
+ icon: reddit
100
+ - title: E-mail
101
+ url: "mailto:?subject=%title&amp;body=%description%0A%0A%url"
102
+ icon: envelope
103
+ - title: Fediverse
104
+ url: "https://fediverse.sutty.nl/en/?u=%url&amp;t=%title&amp;d=%description%20%tags"
105
+ icon: mastodon
106
+ credits: "Made by [Sutty](https://sutty.nl/en/)."
107
+ accessibility:
108
+ skip_to_content: Skip to content
109
+ device_detector:
110
+ outline: Outline
111
+ get_help: Help
112
+ help: |
113
+ If you find an issue, please take a screenshot including this
114
+ information. It helps us fix them.
115
+
116
+ Once the site is published, we'll remove this section.
117
+
118
+ Click the same button to close this message.
119
+ button_copy:
120
+ confirmation: "%s copied"
121
+ fediverse_interactions:
122
+ - value: "conversation"
123
+ title: "Conversation"
124
+ selected: true
125
+ - value: "reactions"
126
+ title: "Reactions"
127
+ - value: "both"
128
+ title: "Conversation and reactions"
129
+ - value: "nothing"
130
+ title: "Nothing"
131
+ ver_interacciones: "Ver del Fediverso"
132
+ no_interactions_yet:
133
+ conversation: "There are no replies to show yet."
134
+ reactions: "There are no reactions to show yet."
135
+ both: "There is nothing to show you yet."
136
+ reply:
137
+ text: "In response to"
138
+ link_text: "a post on the Fediverse."
139
+ close: "Close"
140
+ login_modal:
141
+ authorize_interaction_unsupported: "Remote interactions are not supported by this instance. You can still copy-paste this page's address into your preferred client's search bar to interact from the Fediverse."
142
+ boost:
143
+ title: "boost"
144
+ text: "Boost $usuarie's post"
145
+ reply:
146
+ title: "reply"
147
+ text: "Reply to $usuarie's post"
148
+ favorite:
149
+ title: favorite
150
+ text: "Favorite $usuarie's post"
151
+ bookmark:
152
+ title: bookmark
153
+ text: "Bookmark $usuarie's post"
154
+ top_text: |
155
+ To interact with a post in the Fediverse, you will need to do so from an account from any of its instances.
156
+ **Do you have an account?**
157
+
158
+ <mark class="primary background-transparent">Note: you will need to reselect the <strong>$action</strong> option from your account.</mark>
159
+ question: "**Where is your account hosted?**"
160
+ small_text: |
161
+ Tip: That's the website where you signed up. If you don't remember, look for the welcome e-mail in your inbox.
162
+ You can also enter your full username! (e.g. @sutty@todon.nl)
163
+ bottom_text: |
164
+ Want to reply from another Fediverse-integrated Sutty website?
165
+ You can do so from the panel.
166
+ Keep in mind that for now it isn't possible to favorite, retoot or bookmark from here.
167
+
168
+ Don't have a Fediverse account yet?
169
+ [You can choose how to create one.](https://joinfediverse.wiki/How_do_I_get_an_account%3F)
170
+ placeholder: "Domain of your home server, e.g. rebel.ar"
171
+ help: |
172
+ The Fediverse is a federated social network made up of thousands of instances (servers) by and for
173
+ the people, not controlled by any company and free from algorithms that decide what content you
174
+ can consume. Anyone can create a Fediverse account, by first choosing an instance. With your account you
175
+ can write, reply, like and save, and interact with services geared towards microblogging, images, music,
176
+ videos and much more.
177
+ You can now:
178
+ - [Learn more about the Fediverse](https://sutty.nl/)
179
+ - Pick an instance from [https://joinfediverse.wiki/instances](https://joinfediverse.wiki/instances)
180
+ or [https://fediverse.to](https://fediverse.to) and create an account.
181
+ sensitive: "Sensitive content"
182
+ take_me_home: "Take me home"
183
+ total_shares: "Total shares"
184
+ total_likes: "Total likes"
185
+ globe: "Public"
186
+ activities:
187
+ Announce: "Boost"
188
+ Like: "Fave"
189
+ lorem_ipsum:
190
+ image:
191
+ path: public/0m4e7sur4hab4lhh44r9axuga12k/placeholder.png
192
+ description: "Morbi faucibus accumsan diam vel."
193
+ icon: heart
194
+ five_words: "Morbi faucibus accumsan diam vel."
195
+ ten_words: "Nam lectus risus, placerat at venenatis vitae, elementum laoreet magna."
196
+ twenty_words: "Maecenas eleifend facilisis mi a auctor. Vestibulum consectetur in ex eget dictum. Donec id elit eget ex sollicitudin tincidunt. Cras."
197
+ one_paragraph: |
198
+ Etiam volutpat lacus nec nibh tempor viverra. Phasellus eget sem et
199
+ orci finibus volutpat ac a nulla. Mauris non lacus ac magna molestie
200
+ pretium id sed erat. <strong>Duis vel nunc erat.</strong> Vivamus
201
+ condimentum mauris eget placerat eleifend. Cras sit amet dapibus
202
+ lorem. Nunc nec sem imperdiet, rhoncus sapien vitae, suscipit mi.
203
+ Pellentesque <a href="#">habitant morbi tristique</a> senectus et
204
+ netus et malesuada fames ac turpis egestas. Etiam eros ipsum,
205
+ elementum euismod eleifend vel, pretium et magna. Etiam non turpis
206
+ quis mauris semper feugiat eu id arcu. Quisque quis vehicula ante.
207
+ Ut hendrerit urna egestas tempor semper. <small>Nam viverra quam
208
+ turpis.</small>
209
+ three_paragraph: |
210
+ Etiam volutpat lacus nec nibh tempor viverra. Phasellus eget sem et
211
+ orci finibus volutpat ac a nulla. Mauris non lacus ac magna molestie
212
+ pretium id sed erat. <strong>Duis vel nunc erat.</strong> Vivamus
213
+ condimentum mauris eget placerat eleifend. Cras sit amet dapibus
214
+ lorem. Nunc nec sem imperdiet, rhoncus sapien vitae, suscipit mi.
215
+ Pellentesque <a href="#">habitant morbi tristique</a> senectus et
216
+ netus et malesuada fames ac turpis egestas. Etiam eros ipsum,
217
+ elementum euismod eleifend vel, pretium et magna. Etiam non turpis
218
+ quis mauris semper feugiat eu id arcu. Quisque quis vehicula ante.
219
+ Ut hendrerit urna egestas tempor semper. <small>Nam viverra quam
220
+ turpis.</small> Etiam volutpat lacus nec nibh tempor viverra. Pha
221
+ sellus eget sem et
222
+ orci finibus volutpat ac a nulla. Mauris non lacus ac magna molestie
223
+ pretium id sed erat. <strong>Duis vel nunc erat.</strong> Vivamus
224
+ condimentum mauris eget placerat eleifend. Cras sit amet dapibus
225
+ lorem. Nunc nec sem imperdiet, rhoncus sapien vitae, suscipit mi.
226
+ Pellentesque <a href="#">habitant morbi tristique</a> senectus et
227
+ netus et malesuada fames ac turpis egestas. Etiam eros ipsum,
228
+ elementum euismod eleifend vel, pretium et magna. Etiam non turpis
229
+ quis mauris semper feugiat eu id arcu. Quisque quis vehicula ante.
230
+ Ut hendrerit urna egestas tempor semper. <small>Nam viverra quam
231
+ turpis.</small>
232
+ sellus eget sem et
233
+ orci finibus volutpat ac a nulla. Mauris non lacus ac magna molestie
234
+ pretium id sed erat. <strong>Duis vel nunc erat.</strong> Vivamus
235
+ condimentum mauris eget placerat eleifend. Cras sit amet dapibus
236
+ lorem. Nunc nec sem imperdiet, rhoncus sapien vitae, suscipit mi.
237
+ Pellentesque <a href="#">habitant morbi tristique</a> senectus et
238
+ netus et malesuada fames ac turpis egestas. Etiam eros ipsum,
239
+ elementum euismod eleifend vel, pretium et magna. Etiam non turpis
240
+ quis mauris semper feugiat eu id arcu. Quisque quis vehicula ante.
241
+ Ut hendrerit urna egestas tempor semper. <small>Nam viverra quam
242
+ turpis.</small>
243
+ next_article: "Next article"
244
+ prev_article: "Previous article"
245
+ tldr: "TLDR"
246
+ more_resources: "More resources"
247
+ more: "More"
248
+ edit: "Edit"
249
+ history: "History"
250
+ toc: "Contents"
251
+ site_credits_title: "Site credits"
252
+ start_here_title: "How to use this site"
253
+ categories:
254
+ title: "Categories"
255
+ permalink: "/categories/:category/"