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.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +3 -0
- data/LICENSE.txt +168 -0
- data/README.markdown +5 -0
- data/_data/ar.yml +18 -0
- data/_data/bootstrap/fonts.yml +9 -0
- data/_data/bootstrap/maps.yml +24 -0
- data/_data/bootstrap/rtl.yml +23 -0
- data/_data/bootstrap/utilities.yml +55 -0
- data/_data/bootstrap/variables.yml +63 -0
- data/_data/components.yml +34 -0
- data/_data/en.yml +255 -0
- data/_data/es.yml +256 -0
- data/_data/fa.yml +4 -0
- data/_data/fixtures/cards.yml +121 -0
- data/_data/fixtures/details.yml +6 -0
- data/_data/fixtures/footer_link_group.yml +30 -0
- data/_data/fixtures/menu.yml +26 -0
- data/_data/fixtures/site_credits.yml +3 -0
- data/_data/fixtures/social_networks.yml +7 -0
- data/_data/fixtures/video.yml +4 -0
- data/_data/full_width_components.yml +2 -0
- data/_data/inflections.yml +20 -0
- data/_data/layouts/about.yml +205 -0
- data/_data/layouts/code_of_conduct.yml +75 -0
- data/_data/layouts/footer_column.yml +52 -0
- data/_data/layouts/glosario.yml +27 -0
- data/_data/layouts/index.yml +38 -0
- data/_data/layouts/item_card.yml +93 -0
- data/_data/layouts/item_card_icon.yml +1698 -0
- data/_data/layouts/license.yml +91 -0
- data/_data/layouts/menu.yml +46 -0
- data/_data/layouts/menu_external.yml +35 -0
- data/_data/layouts/menu_internal.yml +45 -0
- data/_data/layouts/page.yml +75 -0
- data/_data/layouts/post.yml +129 -0
- data/_data/layouts/privacy_policy.yml +75 -0
- data/_data/layouts/search.yml +70 -0
- data/_data/layouts/section.yml +74 -0
- data/_data/layouts/subsection.yml +68 -0
- data/_data/layouts/theme.yml +378 -0
- data/_data/manifest.json +661 -0
- data/_data/schema.yml +15 -0
- data/_includes/activity_pub/actor.html +7 -0
- data/_includes/activity_pub/alternate.html +10 -0
- data/_includes/activity_pub/head.html +22 -0
- data/_includes/bootstrap/alert.html +13 -0
- data/_includes/bootstrap/buttons/a.html +18 -0
- data/_includes/bootstrap/buttons/base.html +18 -0
- data/_includes/bootstrap/buttons/button.html +14 -0
- data/_includes/bootstrap/details.html +28 -0
- data/_includes/bootstrap/navbar.html +65 -0
- data/_includes/buttons/button_primary.html +15 -0
- data/_includes/dark_toggler.html +18 -0
- data/_includes/fa.html +8 -0
- data/_includes/footer.html +113 -0
- data/_includes/footer_link_group.html +24 -0
- data/_includes/footer_socials.html +17 -0
- data/_includes/form/search.html +33 -0
- data/_includes/head/favicons.html +56 -0
- data/_includes/head/social_network.html +5 -0
- data/_includes/item_card.html +39 -0
- data/_includes/item_card_icon.html +30 -0
- data/_includes/menu.html +64 -0
- data/_includes/modal.html +35 -0
- data/_includes/navigation_posts.html +51 -0
- data/_includes/pack.html +17 -0
- data/_includes/page_card.html +23 -0
- data/_includes/post_preview.html +55 -0
- data/_includes/preload_font.html +5 -0
- data/_includes/script.html +5 -0
- data/_includes/search.html +22 -0
- data/_includes/style.html +15 -0
- data/_includes/subsection.html +31 -0
- data/_includes/sutty/a.html +21 -0
- data/_includes/sutty/details.html +29 -0
- data/_includes/sutty/picture.html +52 -0
- data/_includes/sutty/placeholder.html +12 -0
- data/_includes/sutty/toggler/backdrop.html +7 -0
- data/_includes/sutty/toggler/toggler.html +33 -0
- data/_includes/sutty/toggler/toggler_label.html +17 -0
- data/_includes/sutty/toggler/toggler_related.html +17 -0
- data/_includes/sutty/video.html +48 -0
- data/_includes/svg/arrow.svg +6 -0
- data/_includes/svg/arrow_next.svg +6 -0
- data/_includes/svg/arrow_prev.svg +6 -0
- data/_includes/svg/circle_plus.svg +7 -0
- data/_includes/svg/corner.svg +8 -0
- data/_includes/svg/disco_coop.svg +5 -0
- data/_includes/svg/heart.svg +7 -0
- data/_includes/svg/justice.svg +7 -0
- data/_includes/svg/language.svg +7 -0
- data/_includes/svg/menu.svg +44 -0
- data/_includes/svg/peerproduction.svg +4 -0
- data/_includes/svg/people.svg +7 -0
- data/_includes/svg/search.svg +32 -0
- data/_includes/svg/spell.svg +7 -0
- data/_includes/svg/tools.svg +7 -0
- data/_includes/svg/world.svg +6 -0
- data/_includes/svg/x.svg +31 -0
- data/_includes/tabs.html +81 -0
- data/_includes/text_box.html +12 -0
- data/_includes/theme/a.html +19 -0
- data/_includes/theme/button_primary.html +14 -0
- data/_includes/theme/button_primary_external.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_pill.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_rect.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_rounded.html +16 -0
- data/_includes/theme/button_primary_internal_textwhite_pill.html +15 -0
- data/_includes/theme/button_primary_internal_textwhite_rect.html +15 -0
- data/_includes/theme/button_primary_internal_textwhite_rounded.html +15 -0
- data/_includes/theme/buttons.html +15 -0
- data/_includes/theme/content.html +74 -0
- data/_includes/theme/dark_toggler.html +9 -0
- data/_includes/theme/details.html +55 -0
- data/_includes/theme/fa.html +19 -0
- data/_includes/theme/fonts.html +76 -0
- data/_includes/theme/footer.html +14 -0
- data/_includes/theme/footer_link_group.html +11 -0
- data/_includes/theme/footer_socials.html +11 -0
- data/_includes/theme/item_card.html +20 -0
- data/_includes/theme/menu.html +19 -0
- data/_includes/theme/modal.html +24 -0
- data/_includes/theme/navbar.html +12 -0
- data/_includes/theme/navigation_posts.html +16 -0
- data/_includes/theme/page_card.html +22 -0
- data/_includes/theme/picture.html +11 -0
- data/_includes/theme/search.html +9 -0
- data/_includes/theme/subsection.html +23 -0
- data/_includes/theme/svg.html +18 -0
- data/_includes/theme/tabs.html +32 -0
- data/_includes/theme/text_box.html +11 -0
- data/_includes/theme/toggler.html +53 -0
- data/_includes/theme/utilities.html +35 -0
- data/_includes/theme/video.html +9 -0
- data/_includes/utilities.scss +27 -0
- data/_includes/variables/name.html +14 -0
- data/_layouts/category.html +14 -0
- data/_layouts/code_of_conduct.html +83 -0
- data/_layouts/default.html +60 -0
- data/_layouts/glosario.html +67 -0
- data/_layouts/index.html +21 -0
- data/_layouts/indexed.html +3 -0
- data/_layouts/license.html +98 -0
- data/_layouts/page.html +83 -0
- data/_layouts/post.html +108 -0
- data/_layouts/privacy_policy.html +83 -0
- data/_layouts/search.html +14 -0
- data/_layouts/section.html +21 -0
- data/_layouts/theme.html +58 -0
- data/_sass/baskervville_ital_0_1.scss +52 -0
- data/_sass/content.scss +58 -0
- data/_sass/dark_mode.scss +66 -0
- data/_sass/fonts.scss +8 -0
- data/_sass/inter_ital_opsz_wght_0_14..32_100..900_1_14..32_100..900.scss +148 -0
- data/_sass/monokai.scss +300 -0
- data/_sass/pt_serif_ital_wght_0_400_0_700_1_400_1_700.scss +29 -0
- data/_sass/raleway_ital_wght_0_100..900_1_100..900.scss +144 -0
- 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
- data/_sass/roboto_mono_ital_wght_0_100..700_1_100..700.scss +142 -0
- data/_sass/saira_ital_wght_0_100..900_1_100..900.scss +84 -0
- data/_sass/space_grotesk_wght_300..700.scss +39 -0
- data/_sass/toggler.scss +32 -0
- data/assets/css/styles.scss +95 -0
- data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamlrvLp9A.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamrrvI.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQsJmp.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQvpmptvY.woff2 +0 -0
- data/assets/fonts/forkawesome-webfont.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcviYwY.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2 +0 -0
- data/assets/fonts/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVy4.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRSQgYoZZY2vCFuvAnt65qV.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzro.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRVQgYoZZY2vCFuvDFR.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzI.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzI.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhEq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhGq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhIq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhPq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm32WWg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm36WWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3CWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3KWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3OWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3mWWoKC.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvQfS0.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvefS2-vw.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvffS2-vw.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLh4vSZSk.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLhovSZSk.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLiIvS.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb54C-s0.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb94C-s0.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2 +0 -0
- data/assets/js/env.js +8 -0
- data/assets/js/pack.4CCOOFTO.js +49 -0
- data/assets/js/pack.4CCOOFTO.js.map +7 -0
- data.tar.gz.sig +0 -0
- metadata +674 -0
- metadata.gz.sig +0 -0
@@ -0,0 +1,22 @@
|
|
1
|
+
---
|
2
|
+
actor:
|
3
|
+
type: 'string'
|
4
|
+
default: ''
|
5
|
+
activity:
|
6
|
+
type: 'string'
|
7
|
+
default: ''
|
8
|
+
profile:
|
9
|
+
type: 'string'
|
10
|
+
default: ''
|
11
|
+
---
|
12
|
+
{%- unless actor == empty -%}
|
13
|
+
{%- render 'activity_pub/actor.html', id: actor -%}
|
14
|
+
{%- endunless -%}
|
15
|
+
|
16
|
+
{%- unless activity == empty -%}
|
17
|
+
{%- render 'activity_pub/alternate.html', id: activity -%}
|
18
|
+
{% endunless %}
|
19
|
+
|
20
|
+
{%- unless profile == empty -%}
|
21
|
+
<meta property="profile:username" content="{{ profile }}">
|
22
|
+
{%- endunless -%}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
theme:
|
3
|
+
type: 'string'
|
4
|
+
default: 'primary'
|
5
|
+
content:
|
6
|
+
type: 'string'
|
7
|
+
url:
|
8
|
+
type: 'string'
|
9
|
+
class:
|
10
|
+
type: 'string'
|
11
|
+
default: ''
|
12
|
+
attributes:
|
13
|
+
type: 'string'
|
14
|
+
default: ''
|
15
|
+
---
|
16
|
+
{%- assign attributes = url | prepend: 'href="' | append: '" ' | append: attributes -%}
|
17
|
+
|
18
|
+
{%- render 'bootstrap/buttons/base.html', type: 'a', theme:, content:, class:, attributes: -%}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
type:
|
3
|
+
type: 'string'
|
4
|
+
theme:
|
5
|
+
type: 'string'
|
6
|
+
default: 'primary'
|
7
|
+
content:
|
8
|
+
type: 'string'
|
9
|
+
class:
|
10
|
+
type: 'string'
|
11
|
+
default: ''
|
12
|
+
attributes:
|
13
|
+
type: 'string'
|
14
|
+
default: ''
|
15
|
+
---
|
16
|
+
<{{ type }} class="btn btn-{{ theme }} {{ class }}" {{ attributes }}>
|
17
|
+
{{- content -}}
|
18
|
+
</{{ type }}>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
theme:
|
3
|
+
type: 'string'
|
4
|
+
default: 'primary'
|
5
|
+
content:
|
6
|
+
type: 'string'
|
7
|
+
class:
|
8
|
+
type: 'string'
|
9
|
+
default: ''
|
10
|
+
attributes:
|
11
|
+
type: 'string'
|
12
|
+
default: ''
|
13
|
+
---
|
14
|
+
{%- render 'bootstrap/buttons/base.html', type: 'button', theme:, content:, class:, attributes: -%}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
type: 'string'
|
4
|
+
id:
|
5
|
+
type: 'string'
|
6
|
+
default: ''
|
7
|
+
content_class:
|
8
|
+
type: 'string'
|
9
|
+
default: 'border-primary border-2 border-end pe-2 fw-bold text-lg-end'
|
10
|
+
container_class:
|
11
|
+
type: 'string'
|
12
|
+
default: 'pe-2'
|
13
|
+
title_class:
|
14
|
+
type: 'string'
|
15
|
+
default: 'text-lg-end'
|
16
|
+
---
|
17
|
+
<details id="{{ id }}" class="mt-3 pb-2 w-100">
|
18
|
+
<summary class="w-100 d-flex align-items-center justify-content-between mb-2 text-primary text-body-color-hover fill-body-color-hover">
|
19
|
+
<h3 class="fw-bold m-0 w-100 {{ title_class }}">{{- title -}}</h3>
|
20
|
+
<div class="ms-2">{% render 'svg/arrow.svg' %}</div>
|
21
|
+
</summary>
|
22
|
+
|
23
|
+
<div class="w-100 {{ container_class }}">
|
24
|
+
<div class="{{ content_class }}">
|
25
|
+
{{- yield -}}
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
</details>
|
@@ -0,0 +1,65 @@
|
|
1
|
+
---
|
2
|
+
class:
|
3
|
+
type: 'string'
|
4
|
+
default: 'bg-transparent justify-content-between px-0'
|
5
|
+
header_items:
|
6
|
+
type: 'array'
|
7
|
+
default: []
|
8
|
+
items:
|
9
|
+
type: 'array'
|
10
|
+
default: []
|
11
|
+
footer_items:
|
12
|
+
type: 'array'
|
13
|
+
default: []
|
14
|
+
image:
|
15
|
+
type: 'hash'
|
16
|
+
default:
|
17
|
+
path: null
|
18
|
+
description: ''
|
19
|
+
image_light:
|
20
|
+
type: 'hash'
|
21
|
+
default:
|
22
|
+
path: null
|
23
|
+
description: ''
|
24
|
+
search_url:
|
25
|
+
type: 'string'
|
26
|
+
default: ''
|
27
|
+
search_placeholder:
|
28
|
+
type: 'string'
|
29
|
+
default: ''
|
30
|
+
---
|
31
|
+
<nav class="navbar d-flex w-100 align-items-center justify-content-between {{ class }}">
|
32
|
+
<div class="w-100px">
|
33
|
+
<a class="navbar-brand" href="?#">
|
34
|
+
{% if image_light.path %}
|
35
|
+
{% render "sutty/picture.html", image:, class: "d-none dark-d-block h-80px w-100px", img_class: "mh-100 mw-100", width: 150 %}
|
36
|
+
{% render 'sutty/picture.html',
|
37
|
+
image: image_light,
|
38
|
+
class: 'd-block dark-d-none h-80px w-100px',
|
39
|
+
img_class: 'mh-100 mw-100',
|
40
|
+
width: 150
|
41
|
+
%}
|
42
|
+
{% else %}
|
43
|
+
{%- render "sutty/picture.html", image:, width: 150, class: 'w-100px', img_class: 'mw-100' -%}
|
44
|
+
{% endif %}
|
45
|
+
</a>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
<div class="flex-grow-1 d-flex flex-row align-items-center justify-content-end">
|
49
|
+
<div class="px-1">
|
50
|
+
{%- render 'dark_toggler.html', id: 'color-scheme' -%}
|
51
|
+
</div>
|
52
|
+
|
53
|
+
{% unless search_url == empty %}
|
54
|
+
{%- render 'search.html', placeholder: search_placeholder, url: search_url -%}
|
55
|
+
{% endunless %}
|
56
|
+
|
57
|
+
{%-
|
58
|
+
render 'menu.html',
|
59
|
+
header_items:,
|
60
|
+
items:,
|
61
|
+
footer_items:,
|
62
|
+
id: '9960cd9f'
|
63
|
+
-%}
|
64
|
+
</div>
|
65
|
+
</nav>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
url:
|
3
|
+
type: 'string'
|
4
|
+
content:
|
5
|
+
type: 'string'
|
6
|
+
extra_class:
|
7
|
+
type: 'string'
|
8
|
+
default: 'px-5'
|
9
|
+
attributes:
|
10
|
+
type: 'string'
|
11
|
+
default: ''
|
12
|
+
---
|
13
|
+
{% assign class = 'py-1 text-center text-decoration-none fs-5 fw-bold ' | append: extra_class %}
|
14
|
+
|
15
|
+
{% render "bootstrap/buttons/a.html", theme: "primary", class:, content:, url:, attributes: %}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
class:
|
3
|
+
type: 'string'
|
4
|
+
default: ''
|
5
|
+
id:
|
6
|
+
type: 'string'
|
7
|
+
---
|
8
|
+
<div class="form-check form-switch {{ class }}" data-controller="dark-mode">
|
9
|
+
<input
|
10
|
+
class="form-check-input"
|
11
|
+
type="checkbox"
|
12
|
+
id="{{ id }}"
|
13
|
+
data-dark-mode-target="toggler"
|
14
|
+
data-action="dark-mode#toggle"
|
15
|
+
checked
|
16
|
+
>
|
17
|
+
<label class="form-check-label" for="{{ id }}"></label>
|
18
|
+
</div>
|
data/_includes/fa.html
ADDED
@@ -0,0 +1,113 @@
|
|
1
|
+
---
|
2
|
+
class:
|
3
|
+
type: 'string'
|
4
|
+
default: 'w-100'
|
5
|
+
social_networks:
|
6
|
+
type: 'array'
|
7
|
+
default: []
|
8
|
+
site_credits:
|
9
|
+
type: 'array'
|
10
|
+
default: []
|
11
|
+
columns:
|
12
|
+
type: 'array'
|
13
|
+
default: []
|
14
|
+
logo:
|
15
|
+
type: 'hash'
|
16
|
+
default:
|
17
|
+
path: nil
|
18
|
+
description: ''
|
19
|
+
logo_light:
|
20
|
+
type: 'hash'
|
21
|
+
default:
|
22
|
+
path: nil
|
23
|
+
description: ''
|
24
|
+
license_image:
|
25
|
+
type: 'hash'
|
26
|
+
default:
|
27
|
+
path: null
|
28
|
+
description: ''
|
29
|
+
license_image_light:
|
30
|
+
type: 'hash'
|
31
|
+
default:
|
32
|
+
path: null
|
33
|
+
description: ''
|
34
|
+
license_url:
|
35
|
+
type: 'string'
|
36
|
+
default: ''
|
37
|
+
---
|
38
|
+
<footer class="{{ class }}">
|
39
|
+
<div class="d-flex flex-column flex-md-row m-0 align-items-stretch py-5 border-bottom border-primary">
|
40
|
+
<div class="flex-grow-1">
|
41
|
+
<div class="w-100px">
|
42
|
+
{% if logo.path %}
|
43
|
+
{% if logo_light.path %}
|
44
|
+
{% render 'sutty/picture.html',
|
45
|
+
image: logo,
|
46
|
+
class: 'd-none dark-d-block w-100px',
|
47
|
+
img_class: 'mh-100 mw-100',
|
48
|
+
width: 100
|
49
|
+
%}
|
50
|
+
{% render 'sutty/picture.html',
|
51
|
+
image: logo_light,
|
52
|
+
class: 'd-block dark-d-none w-100px',
|
53
|
+
img_class: 'mh-100 mw-100',
|
54
|
+
width: 100
|
55
|
+
%}
|
56
|
+
{% else %}
|
57
|
+
{%- render 'sutty/picture.html', image: logo, width: 100, class: 'w-100px', img_class: 'mh-100 mw-100' -%}
|
58
|
+
{% endif %}
|
59
|
+
{% else %}
|
60
|
+
{% render 'svg/disco_coop.svg' %}
|
61
|
+
{% endif %}
|
62
|
+
</div>
|
63
|
+
</div>
|
64
|
+
{% for group in columns %}
|
65
|
+
<div class="ps-4">
|
66
|
+
{% render 'footer_link_group.html', **group %}
|
67
|
+
</div>
|
68
|
+
{% endfor %}
|
69
|
+
</div>
|
70
|
+
<div class="d-flex align-items-center justify-content-between py-5">
|
71
|
+
<div class="d-flex flex-column">
|
72
|
+
{% unless license_url == empty %}
|
73
|
+
<a href="{{ license_url | component_escape }}">
|
74
|
+
{% endunless %}
|
75
|
+
|
76
|
+
{% if license_image_light.path %}
|
77
|
+
{% render 'sutty/picture.html',
|
78
|
+
image: license_image,
|
79
|
+
class: 'd-none dark-d-block h-80px w-130px',
|
80
|
+
img_class: 'mh-100 mw-100',
|
81
|
+
width: 130
|
82
|
+
%}
|
83
|
+
{% render 'sutty/picture.html',
|
84
|
+
image: license_image_light,
|
85
|
+
class: 'd-block dark-d-none h-80px w-130px',
|
86
|
+
img_class: 'mh-100 mw-100',
|
87
|
+
width: 130
|
88
|
+
%}
|
89
|
+
{% else %}
|
90
|
+
{%- render 'sutty/picture.html',
|
91
|
+
image: license_image,
|
92
|
+
width: 130,
|
93
|
+
class: 'w-130px',
|
94
|
+
img_class: 'mh-100 mw-100'
|
95
|
+
-%}
|
96
|
+
{% endif %}
|
97
|
+
{{ license_url | present | value_if: '</a>' }}
|
98
|
+
</div>
|
99
|
+
<div class="d-flex flex-column align-items-end">
|
100
|
+
{% render 'footer_socials.html', social_networks: %}
|
101
|
+
|
102
|
+
<div>
|
103
|
+
{% for site_credit in site_credits %}
|
104
|
+
{% render 'sutty/a.html',
|
105
|
+
href: site_credit.link,
|
106
|
+
content: site_credit.title,
|
107
|
+
class: 'text-decoration-none bg-primary-hover text-body-color-hover fw-bold'
|
108
|
+
%}
|
109
|
+
{% endfor %}
|
110
|
+
</div>
|
111
|
+
</div>
|
112
|
+
</div>
|
113
|
+
</footer>
|
@@ -0,0 +1,24 @@
|
|
1
|
+
---
|
2
|
+
header_item:
|
3
|
+
type: 'hash'
|
4
|
+
items:
|
5
|
+
type: 'array'
|
6
|
+
---
|
7
|
+
<ul class="list-unstyled fw-bold text-end mb-0">
|
8
|
+
<li class="text-end">
|
9
|
+
{% render 'sutty/a.html',
|
10
|
+
href: header_item.link,
|
11
|
+
content: header_item.title,
|
12
|
+
class: 'text-decoration-none text-primary bg-primary-hover text-body-color-hover'
|
13
|
+
%}
|
14
|
+
</li>
|
15
|
+
{% for item in items %}
|
16
|
+
<li class="text-end">
|
17
|
+
{% render 'sutty/a.html',
|
18
|
+
href: item.link,
|
19
|
+
content: item.title,
|
20
|
+
class: 'text-decoration-none text-body-color bg-primary-hover text-body-color-hover'
|
21
|
+
%}
|
22
|
+
</li>
|
23
|
+
{% endfor %}
|
24
|
+
</ul>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
social_networks:
|
3
|
+
type: 'array'
|
4
|
+
---
|
5
|
+
<div class="p-3">
|
6
|
+
{%- for social in social_networks -%}
|
7
|
+
{%- assign network = social | social_network %}
|
8
|
+
{% render 'sutty/a.html',
|
9
|
+
content: network.name,
|
10
|
+
href: network.url,
|
11
|
+
class: 'f-18 text-body-color bg-primary-hover fw-bold text-decoration-none'
|
12
|
+
%}
|
13
|
+
{%- unless forloop.last -%}
|
14
|
+
<span class="text-body-color">|</span>
|
15
|
+
{%- endunless -%}
|
16
|
+
{%- endfor -%}
|
17
|
+
</div>
|
@@ -0,0 +1,33 @@
|
|
1
|
+
---
|
2
|
+
url:
|
3
|
+
type: "string"
|
4
|
+
form_class:
|
5
|
+
type: "string"
|
6
|
+
default: ''
|
7
|
+
input_form_class:
|
8
|
+
type: "string"
|
9
|
+
default: ""
|
10
|
+
placeholder:
|
11
|
+
type: "string"
|
12
|
+
default: ''
|
13
|
+
submit:
|
14
|
+
type: "string"
|
15
|
+
default: ''
|
16
|
+
---
|
17
|
+
<form
|
18
|
+
method="get"
|
19
|
+
action="{{ url }}"
|
20
|
+
class="{{ form_class }}"
|
21
|
+
data-pagefind-target="form"
|
22
|
+
>
|
23
|
+
<input
|
24
|
+
class="form-control form-control-sm {{ input_form_class }}"
|
25
|
+
type="search"
|
26
|
+
required
|
27
|
+
name="q"
|
28
|
+
placeholder="{{ placeholder }}"
|
29
|
+
data-pagefind-target="q"
|
30
|
+
autocomplete="off"
|
31
|
+
>
|
32
|
+
<input class="sr-only" type="submit" value="{{ submit | escape_once }}">
|
33
|
+
</form>
|
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
favicon:
|
3
|
+
type: 'hash'
|
4
|
+
apple_touch_sizes:
|
5
|
+
type: 'array'
|
6
|
+
default:
|
7
|
+
- 57
|
8
|
+
- 60
|
9
|
+
- 72
|
10
|
+
- 76
|
11
|
+
- 120
|
12
|
+
- 144
|
13
|
+
- 152
|
14
|
+
- 180
|
15
|
+
chrome_icon_sizes:
|
16
|
+
type: 'array'
|
17
|
+
default:
|
18
|
+
- 36
|
19
|
+
- 48
|
20
|
+
- 72
|
21
|
+
- 96
|
22
|
+
- 144
|
23
|
+
- 192
|
24
|
+
- 256
|
25
|
+
- 384
|
26
|
+
msapplication_sizes:
|
27
|
+
type: 'array'
|
28
|
+
default:
|
29
|
+
- 70
|
30
|
+
- 144
|
31
|
+
- 150
|
32
|
+
- 310
|
33
|
+
---
|
34
|
+
{%- for apple_touch_size in apple_touch_sizes -%}
|
35
|
+
<link
|
36
|
+
rel="apple-touch-icon"
|
37
|
+
sizes="{{ apple_touch_size }}x{{ apple_touch_size }}"
|
38
|
+
href="{{ favicon.path | thumbnail: apple_touch_size, apple_touch_size | component_escape }}"
|
39
|
+
>
|
40
|
+
{%- endfor -%}
|
41
|
+
|
42
|
+
{%- for chrome_icon_size in chrome_icon_sizes -%}
|
43
|
+
<link
|
44
|
+
rel="icon"
|
45
|
+
type="image/{{ favicon.path | extname | remove: '.' }}"
|
46
|
+
sizes="{{ chrome_icon_size }}x{{ chrome_icon_size }}"
|
47
|
+
href="{{ favicon.path | thumbnail: chrome_icon_size, chrome_icon_size | component_escape }}"
|
48
|
+
>
|
49
|
+
{% endfor %}
|
50
|
+
|
51
|
+
{% for msapplication_size in msapplication_sizes %}
|
52
|
+
<meta
|
53
|
+
name="msapplication-TileImage"
|
54
|
+
content="{{ favicon.path | thumbnail: msapplication_size, msapplication_size | component_escape }}"
|
55
|
+
>
|
56
|
+
{% endfor %}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
type: string
|
4
|
+
image:
|
5
|
+
type: hash
|
6
|
+
image_light:
|
7
|
+
type: hash
|
8
|
+
default:
|
9
|
+
path: null
|
10
|
+
description: ''
|
11
|
+
text:
|
12
|
+
type: string
|
13
|
+
button_text:
|
14
|
+
type: string
|
15
|
+
button_linked_post:
|
16
|
+
type: string
|
17
|
+
---
|
18
|
+
{% assign extra_class = 'rounded text-white mt-3 px-3' %}
|
19
|
+
|
20
|
+
<div class="h-100 d-flex flex-column align-items-center justify-content-between px-2 py-5 text-center">
|
21
|
+
<div class="p-3">
|
22
|
+
{% if image_light.path %}
|
23
|
+
{% render "sutty/picture.html", image:, class: "d-none dark-d-block h-80px w-100" %}
|
24
|
+
{% render 'sutty/picture.html', image: image_light, class: 'd-block dark-d-none h-80px w-100' %}
|
25
|
+
{% else %}
|
26
|
+
{% render "sutty/picture.html", image:, class: "d-block h-80px w-100", img_class: "mh-100" %}
|
27
|
+
{% endif %}
|
28
|
+
</div>
|
29
|
+
|
30
|
+
<div class="flex-grow-1 d-flex flex-column justify-content-between">
|
31
|
+
<h3 class="text-primary fw-bold mh-108px">{{ title }}</h3>
|
32
|
+
|
33
|
+
<div class="flex-grow-1">
|
34
|
+
<h4 class="h5">{{ text }}</h4>
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
|
38
|
+
{% render "buttons/button_primary.html", extra_class:, content: button_text, url: button_linked_post %}
|
39
|
+
</div>
|
@@ -0,0 +1,30 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
type: string
|
4
|
+
icon:
|
5
|
+
type: string
|
6
|
+
text:
|
7
|
+
type: string
|
8
|
+
button_text:
|
9
|
+
type: string
|
10
|
+
button_linked_post:
|
11
|
+
type: string
|
12
|
+
---
|
13
|
+
{% assign extra_class = 'rounded text-white mt-3 px-3' %}
|
14
|
+
|
15
|
+
<div class="h-100 d-flex flex-column align-items-center justify-content-between px-2 py-5 text-center">
|
16
|
+
<div class="p-3">
|
17
|
+
{% render 'fa.html', icon:, class: 'fa-fw fa-5x' %}
|
18
|
+
</div>
|
19
|
+
|
20
|
+
<div class="flex-grow-1 d-flex flex-column justify-content-between">
|
21
|
+
<h3 class="text-primary fw-bold mh-108px">{{ title }}</h3>
|
22
|
+
|
23
|
+
<div class="flex-grow-1">
|
24
|
+
<h4 class="h5">{{ text }}</h4>
|
25
|
+
</div>
|
26
|
+
</div>
|
27
|
+
|
28
|
+
{% render "buttons/button_primary.html", extra_class:, content: button_text, url: button_linked_post %}
|
29
|
+
</div>
|
30
|
+
|
data/_includes/menu.html
ADDED
@@ -0,0 +1,64 @@
|
|
1
|
+
---
|
2
|
+
header_items:
|
3
|
+
type: 'array'
|
4
|
+
default: []
|
5
|
+
items:
|
6
|
+
type: 'array'
|
7
|
+
default: []
|
8
|
+
footer_items:
|
9
|
+
type: 'array'
|
10
|
+
default: []
|
11
|
+
id:
|
12
|
+
type: 'string'
|
13
|
+
class:
|
14
|
+
type: 'string'
|
15
|
+
default: 'position-fixed top-0 start-0 vh-100 w-100 bg-black bg-opacity-80 z-3'
|
16
|
+
---
|
17
|
+
{%- block 'sutty/toggler/toggler_label.html', id: , class: 'p-3' -%}
|
18
|
+
<div>
|
19
|
+
{%- render 'svg/menu.svg', class: 'w-35px cursor-pointer' -%}
|
20
|
+
</div>
|
21
|
+
{%- endblock -%}
|
22
|
+
|
23
|
+
{%- block 'sutty/toggler/toggler.html', id: , class: -%}
|
24
|
+
{%- block 'sutty/toggler/toggler_label.html', id: , class: 'w-100' -%}
|
25
|
+
<div class="d-flex justify-content-end p-2">
|
26
|
+
{%- render 'svg/x.svg', class: 'w-35px cursor-pointer' -%}
|
27
|
+
</div>
|
28
|
+
{%- endblock -%}
|
29
|
+
|
30
|
+
<div class="d-flex flex-column align-items-center justify-content-center p-3 w-100 h-100 text-center">
|
31
|
+
<ul class="p-0">
|
32
|
+
{% for item in header_items %}
|
33
|
+
<li class="list-unstyled{{ forloop.last | value_if: ' mb-3' }}">
|
34
|
+
{% render 'sutty/a.html',
|
35
|
+
content: item.title,
|
36
|
+
href: item.link,
|
37
|
+
class: 'text-primary text-white-hover fw-bold bg-primary-hover text-decoration-none'
|
38
|
+
%}
|
39
|
+
</li>
|
40
|
+
{% endfor %}
|
41
|
+
|
42
|
+
{% for item in items %}
|
43
|
+
<li class="list-unstyled fw-bold{{ forloop.last | value_if: ' mb-3' }}">
|
44
|
+
<span class="text-white">{{ forloop.index }}</span><span class="text-primary">:</span>
|
45
|
+
{% render 'sutty/a.html',
|
46
|
+
content: item.title,
|
47
|
+
href: item.link,
|
48
|
+
class: 'text-white bg-hover-primary bg-primary-hover text-decoration-none'
|
49
|
+
%}
|
50
|
+
</li>
|
51
|
+
{% endfor %}
|
52
|
+
|
53
|
+
{% for item in footer_items %}
|
54
|
+
<li class="list-unstyled">
|
55
|
+
{% render 'sutty/a.html',
|
56
|
+
content: item.title,
|
57
|
+
href: item.link,
|
58
|
+
class: 'text-primary text-white-hover fw-bold bg-primary-hover text-decoration-none'
|
59
|
+
%}
|
60
|
+
</li>
|
61
|
+
{% endfor %}
|
62
|
+
</ul>
|
63
|
+
</div>
|
64
|
+
{%- endblock -%}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
type: 'string'
|
4
|
+
id:
|
5
|
+
type: 'string'
|
6
|
+
content:
|
7
|
+
type: 'string'
|
8
|
+
class_component:
|
9
|
+
type: 'string'
|
10
|
+
class_label:
|
11
|
+
type: 'string'
|
12
|
+
---
|
13
|
+
{%- block 'sutty/toggler/toggler_label.html', id: , class: class_label -%}
|
14
|
+
<span>{{ title }}</span>
|
15
|
+
{%- endblock -%}
|
16
|
+
|
17
|
+
{%- block 'sutty/toggler/toggler.html', id:, toggler_extra: 'data-toggler-modal', class: 'toggled-d-none p-1 position-fixed top-0 start-0 z-1' -%}
|
18
|
+
{%- render 'sutty/toggler/backdrop.html', id: -%}
|
19
|
+
|
20
|
+
<div class="d-flex w-100 vh-100 align-items-center justify-content-center pe-none">
|
21
|
+
<div class="pe-auto bg-body border border-1 border-primary p-3 w-md-60 w-80">
|
22
|
+
<div class="d-flex align-items-center justify-content-end m-0 p-2">
|
23
|
+
<div class="fill-primary">
|
24
|
+
{%- block 'sutty/toggler/toggler_related.html', id: , class: "w-100" -%}
|
25
|
+
{%- render 'svg/x.svg', class: 'w-35px cursor-pointer' -%}
|
26
|
+
{%- endblock -%}
|
27
|
+
</div>
|
28
|
+
</div>
|
29
|
+
|
30
|
+
<div class="lead content {{ class_component }}">
|
31
|
+
{{ content }}
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
</div>
|
35
|
+
{%- endblock -%}
|