editorial-autogestiva-jekyll-theme 0.5.0rc0 → 0.5.0rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +29 -14
- data/_data/actions.yml +9 -0
- data/_data/components.yml +10 -0
- data/_data/en.yml +87 -1
- data/_data/es.yml +88 -1
- data/_data/forms/user.yml +1 -1
- data/_data/full_width_components.yml +2 -0
- data/_data/layouts/license.yml +3 -3
- data/_data/layouts/post.yml +17 -17
- data/_data/layouts/privacy_policy.yml +1 -1
- data/_data/layouts/theme.yml +31 -19
- data/_data/manifest.json +3270 -0
- data/_data/schema.yml +9 -0
- data/_data/theme.yml +152 -0
- data/_includes/activity_pub/actor.html +11 -0
- data/_includes/activity_pub/actor_mention.html +28 -0
- data/_includes/activity_pub/alternate.html +2 -0
- data/_includes/activity_pub/button.html +22 -0
- data/_includes/activity_pub/button_bar.html +16 -0
- data/_includes/activity_pub/cards.html +28 -0
- data/_includes/activity_pub/fediverse_interactions.html +2 -0
- data/_includes/activity_pub/generic_modal.html +55 -0
- data/_includes/activity_pub/image_modal.html +27 -0
- data/_includes/activity_pub/interactions.html +83 -0
- data/_includes/activity_pub/login_modal.html +70 -0
- data/_includes/activity_pub/reaction.html +45 -0
- data/_includes/activity_pub/reactions.html +21 -0
- data/_includes/activity_pub/replying_to.html +23 -0
- data/_includes/activity_pub/text_modal.html +16 -0
- data/_includes/activity_pub/toot_card.html +95 -0
- data/_includes/activity_pub/url.html +8 -0
- data/_includes/activity_pub/video_modal.html +20 -0
- data/_includes/boolean.html +9 -1
- data/_includes/bootstrap/custom_select.html +18 -0
- data/_includes/buttons/button.html +9 -0
- data/_includes/buttons/copy.html +28 -0
- data/_includes/buttons/generic.html +15 -0
- data/_includes/buttons/link.html +14 -0
- data/_includes/cart_controller.html +1 -1
- data/_includes/contact.html +4 -7
- data/_includes/content.html +9 -1
- data/_includes/country.html +4 -4
- data/_includes/date.html +12 -0
- data/_includes/device_detector.html +30 -0
- data/_includes/email.html +9 -1
- data/_includes/embed_responsive.html +17 -0
- data/_includes/external_link.html +15 -0
- data/_includes/fa.html +11 -0
- data/_includes/file.html +9 -1
- data/_includes/floating_alert.html +2 -2
- data/_includes/headings/generic.html +14 -0
- data/_includes/headings/h1.html +9 -0
- data/_includes/headings/h2.html +9 -0
- data/_includes/headings/h3.html +9 -0
- data/_includes/headings/with_link.html +15 -0
- data/_includes/image.html +9 -1
- data/_includes/input.html +24 -5
- data/_includes/markdown_content.html +9 -1
- data/_includes/navbar.html +1 -1
- data/_includes/number.html +9 -1
- data/_includes/pack.html +10 -0
- data/_includes/password.html +10 -1
- data/_includes/picture.html +19 -15
- data/_includes/postal_code.html +1 -1
- data/_includes/predefined_array.html +10 -2
- data/_includes/preload_font.html +1 -1
- data/_includes/script.html +5 -0
- data/_includes/search.html +1 -1
- data/_includes/share.html +5 -5
- data/_includes/share_box.html +26 -11
- data/_includes/state.html +3 -3
- data/_includes/stretched_link.html +15 -0
- data/_includes/string.html +10 -1
- data/_includes/submit.html +13 -1
- data/_includes/svg/copy-icon.svg +1 -0
- data/_includes/svg/done-icon.svg +1 -0
- data/_includes/svg/menu.svg +9 -0
- data/_includes/svg/x.svg +3 -0
- data/_includes/tel.html +9 -1
- data/_includes/text.html +12 -2
- data/_includes/theme/button_with_copy.html +1 -0
- data/_includes/theme/button_with_link.html +5 -0
- data/_includes/theme/buttons.html +33 -0
- data/_includes/theme/colors.html +14 -0
- data/_includes/theme/content.html +41 -0
- data/_includes/theme/embed_responsive.html +10 -0
- data/_includes/theme/font_sizes.html +18 -0
- data/_includes/theme/footer.html +1 -0
- data/_includes/theme/letter_spacing.html +3 -0
- data/_includes/theme/picture.html +5 -0
- data/_includes/toggler/toggler.html +21 -0
- data/_includes/toggler/toggler_label.html +21 -0
- data/_includes/toggler/toggler_related.html +23 -0
- data/_includes/url.html +9 -1
- data/_layouts/cart.html +2 -2
- data/_layouts/default.html +62 -20
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +15 -5
- data/_layouts/shipment.html +3 -3
- data/_layouts/theme.html +60 -0
- data/_sass/accessibility.scss +16 -7
- data/_sass/baskervville_ital_0_1.scss +36 -0
- data/_sass/content.scss +28 -0
- data/_sass/editor.scss +16 -7
- data/_sass/embed.scss +8 -0
- data/_sass/floating_alert.scss +40 -2
- data/_sass/fonts.scss +5 -0
- data/_sass/inter_ital_opsz_wght_0_14..32_100..900.scss +56 -0
- data/_sass/menu.scss +16 -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 +756 -0
- data/_sass/roboto_mono_ital_wght_0_100..700_1_100..700.scss +108 -0
- data/_sass/saira_ital_wght_0_100..900_1_100..900.scss +60 -0
- data/_sass/snap.scss +39 -37
- data/_sass/toggler.scss +15 -34
- data/_sass/utilities.scss +547 -0
- data/assets/css/styles.scss +13 -29
- 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/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1MmgWxP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1Mu52xP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOmCnqEu92Fr1Me5Q-subset.woff2 +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/js/env.js +9 -0
- data/assets/js/pack.BM5KE272.js +73 -0
- data/assets/js/pack.BM5KE272.js.map +7 -0
- data/assets/js/pack.SYD7EYHO.js +73 -0
- data/assets/js/pack.SYD7EYHO.js.map +7 -0
- data/assets/templates/cart.html +2 -2
- data/assets/templates/payment_methods.html +3 -3
- data/assets/templates/shipping_methods.html +1 -1
- metadata +294 -24
- data/_includes/cart.svg +0 -1
- data/_sass/helpers.scss +0 -318
- data/_sass/share.html +0 -12
- data/_sass/share_box.html +0 -16
- data/assets/fonts/Inter-Bold-subset.woff2 +0 -0
- data/assets/fonts/Inter-BoldItalic-subset.woff2 +0 -0
- data/assets/fonts/Inter-Italic-subset.woff2 +0 -0
- data/assets/fonts/Inter-Regular-subset.woff2 +0 -0
- data/assets/js/pack.js +0 -16
- data/assets/js/pack.js.map +0 -1
- data/assets/js/script.js +0 -44
- data/assets/templates/alert.html +0 -7
- data/assets/templates/results.html +0 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7b0107f0466bd90a873ec102dea616e3c46f001b7695b089fc608e4688ff949
|
4
|
+
data.tar.gz: e308dae043329c3718278addaf940cf940a54e8032e61657a864a02f67c1ab2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d13d349ba17bc55e16384812107be38142de7ec19fad6448fbea376281936b61ba787fc8bf5c2c80c66d8dd1e2909bde7a0933cf8358b621a2cfd7c8d616152
|
7
|
+
data.tar.gz: 63d3875fc098abfabe4751d6ddb3b7b372797e3135cee664edb3e903e51f183cea0366ed11020c9846a9daf4fa4b7000d6e0035fd8fbd07a376b8d10125a5396
|
data/_config.yml
CHANGED
@@ -1,7 +1,10 @@
|
|
1
1
|
title: Editorial Autogestiva
|
2
2
|
description: O quizás también pirata P)
|
3
3
|
plugins:
|
4
|
+
- jekyll-activity-pub
|
5
|
+
- jekyll-write-and-commit-changes
|
4
6
|
- jekyll-hardlinks
|
7
|
+
- jekyll-drafts-as-metadata
|
5
8
|
- jekyll-locales
|
6
9
|
- jekyll-ignore-layouts
|
7
10
|
- jekyll-relative-urls
|
@@ -15,9 +18,18 @@ plugins:
|
|
15
18
|
- jekyll-data
|
16
19
|
- jekyll-seo-tag
|
17
20
|
- jekyll-images
|
21
|
+
- jekyll-embed-urls
|
18
22
|
- sutty-liquid
|
19
23
|
- jekyll-write-and-commit-changes
|
20
24
|
- jekyll-spree-client
|
25
|
+
- jekyll-gzip
|
26
|
+
- jekyll-brotli
|
27
|
+
- jekyll-activity-pub-absolute-assets
|
28
|
+
- jekyll-activity-pub-link-iframes
|
29
|
+
- jekyll-activity-pub-assets-as-attachments
|
30
|
+
- jekyll-activity-pub-fep-fffd
|
31
|
+
- jekyll-activity-pub-fep-fffd-license
|
32
|
+
- jekyll-activity-pub-fep-1042
|
21
33
|
markdown: CommonMark
|
22
34
|
commonmark:
|
23
35
|
options:
|
@@ -33,9 +45,9 @@ commonmark:
|
|
33
45
|
# pero queríamos dejarlo abierto para poder cambiar de framework o
|
34
46
|
# llamar a varios a la vez.
|
35
47
|
sass:
|
36
|
-
style: compressed
|
48
|
+
# style: "compressed"
|
37
49
|
load_paths:
|
38
|
-
- node_modules
|
50
|
+
- "node_modules"
|
39
51
|
# Opciones para generar las URLs de las páginas. Por defecto Jekyll
|
40
52
|
# crea /categoria/año/mes/dia/titulo.html que me parece innecesariamente
|
41
53
|
# larga.
|
@@ -48,18 +60,8 @@ sass:
|
|
48
60
|
# del archivo usado en _posts/yyyy-mm-dd-slug.md y no el titulo
|
49
61
|
# slugificado. De todas formas Sutty se encarga de que coincidan.
|
50
62
|
permalink: ":title/"
|
51
|
-
|
52
|
-
|
53
|
-
# La lista de resoluciones de imágenes disponibles para jekyll-images.
|
54
|
-
# Estamos usando los puntos de quiebre de bootstrap.
|
55
|
-
#
|
56
|
-
# https://getbootstrap.com/docs/4.4/layout/overview/#responsive-breakpoints
|
57
|
-
images:
|
58
|
-
sizes:
|
59
|
-
- 576
|
60
|
-
- 768
|
61
|
-
- 992
|
62
|
-
- 1140
|
63
|
+
liquid:
|
64
|
+
strict_filters: true
|
63
65
|
locales:
|
64
66
|
- es
|
65
67
|
spree:
|
@@ -71,3 +73,16 @@ linked_fields:
|
|
71
73
|
- items
|
72
74
|
ignored_layouts:
|
73
75
|
- menu
|
76
|
+
images:
|
77
|
+
interlaced: true
|
78
|
+
activity_pub:
|
79
|
+
url: https://social.distributed.press
|
80
|
+
announce: false
|
81
|
+
manually_approves_followers: false
|
82
|
+
defaults:
|
83
|
+
- scope:
|
84
|
+
type: posts
|
85
|
+
values:
|
86
|
+
activity: false
|
87
|
+
url: https://sutty-base.sutty.nl
|
88
|
+
hostname: sutty-base.sutty.nl
|
data/_data/actions.yml
ADDED
data/_data/en.yml
CHANGED
@@ -17,6 +17,8 @@ alerts:
|
|
17
17
|
select_format: "Choose a format:"
|
18
18
|
date:
|
19
19
|
format: '%m/%d/%Y'
|
20
|
+
published_at: "Published at"
|
21
|
+
last_modified_at: "Last modification"
|
20
22
|
abbr_day_names:
|
21
23
|
- Mon
|
22
24
|
- Tue
|
@@ -62,6 +64,9 @@ date:
|
|
62
64
|
time:
|
63
65
|
am: am
|
64
66
|
pm: pm
|
67
|
+
format: "%H:%M"
|
68
|
+
date_time:
|
69
|
+
format: '%d %b %Y %H:%M'
|
65
70
|
layouts:
|
66
71
|
about: "Publisher"
|
67
72
|
book: "Book"
|
@@ -123,7 +128,7 @@ share:
|
|
123
128
|
icon: twitter
|
124
129
|
- title: Facebook
|
125
130
|
url: "https://www.facebook.com/sharer/sharer.php?u=%url&t=%title%0A%0A%description"
|
126
|
-
icon: facebook
|
131
|
+
icon: facebook
|
127
132
|
- title: Whatsapp
|
128
133
|
url: "https://api.whatsapp.com/send?text=%title%0A%0A%description%0A%0A%url"
|
129
134
|
icon: whatsapp
|
@@ -154,3 +159,84 @@ units:
|
|
154
159
|
size:
|
155
160
|
name: cm.
|
156
161
|
divider: 10
|
162
|
+
credits: "Made by [Sutty](https://sutty.nl/en/)."
|
163
|
+
device_detector:
|
164
|
+
outline: Outline
|
165
|
+
get_help: Help
|
166
|
+
help: |
|
167
|
+
If you find an issue, please take a screenshot including this
|
168
|
+
information. It helps us fix them.
|
169
|
+
|
170
|
+
Once the site is published, we'll remove this section.
|
171
|
+
|
172
|
+
Click the same button to close this message.
|
173
|
+
button_copy:
|
174
|
+
confirmation: "%s copied"
|
175
|
+
fediverse_interactions:
|
176
|
+
- value: "conversation"
|
177
|
+
title: "Conversation"
|
178
|
+
selected: true
|
179
|
+
- value: "reactions"
|
180
|
+
title: "Reactions"
|
181
|
+
- value: "both"
|
182
|
+
title: "Conversation and reactions"
|
183
|
+
- value: "nothing"
|
184
|
+
title: "Nothing"
|
185
|
+
no_interactions_yet:
|
186
|
+
conversation: "There are no replies to show yet."
|
187
|
+
reactions: "There are no reactions to show yet."
|
188
|
+
both: "There is nothing to show you yet."
|
189
|
+
ver_interacciones: "See from Fedi"
|
190
|
+
reply:
|
191
|
+
text: "In response to"
|
192
|
+
link_text: "a post on the Fediverse."
|
193
|
+
close: "Close"
|
194
|
+
login_modal:
|
195
|
+
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."
|
196
|
+
boost:
|
197
|
+
title: "boost"
|
198
|
+
text: "Boost $usuarie's post"
|
199
|
+
reply:
|
200
|
+
title: "reply"
|
201
|
+
text: "Reply to $usuarie's post"
|
202
|
+
favorite:
|
203
|
+
title: favorite
|
204
|
+
text: "Favorite $usuarie's post"
|
205
|
+
bookmark:
|
206
|
+
title: bookmark
|
207
|
+
text: "Bookmark $usuarie's post"
|
208
|
+
top_text: |
|
209
|
+
To interact with a post in the Fediverse, you will need to do so from an account from any of its instances.
|
210
|
+
**Do you have an account?**
|
211
|
+
|
212
|
+
<mark class="primary background-transparent">Note: you will need to reselect the <strong>$action</strong> option from your account.</mark>
|
213
|
+
question: "**Where is your account hosted?**"
|
214
|
+
small_text: |
|
215
|
+
Tip: That's the website where you signed up. If you don't remember, look for the welcome e-mail in your inbox.
|
216
|
+
You can also enter your full username! (e.g. @sutty@todon.nl)
|
217
|
+
bottom_text: |
|
218
|
+
Want to reply from another Fediverse-integrated Sutty website?
|
219
|
+
You can do so from the panel.
|
220
|
+
Keep in mind that for now it isn't possible to favorite, retoot or bookmark from here.
|
221
|
+
|
222
|
+
Don't have a Fediverse account yet?
|
223
|
+
[You can choose how to create one.](https://joinfediverse.wiki/How_do_I_get_an_account%3F)
|
224
|
+
placeholder: "Domain of your home server, e.g. rebel.ar"
|
225
|
+
help: |
|
226
|
+
The Fediverse is a federated social network made up of thousands of instances (servers) by and for
|
227
|
+
the people, not controlled by any company and free from algorithms that decide what content you
|
228
|
+
can consume. Anyone can create a Fediverse account, by first choosing an instance. With your account you
|
229
|
+
can write, reply, like and save, and interact with services geared towards microblogging, images, music,
|
230
|
+
videos and much more.
|
231
|
+
You can now:
|
232
|
+
- [Learn more about the Fediverse](https://sutty.nl/)
|
233
|
+
- Pick an instance from [https://joinfediverse.wiki/instances](https://joinfediverse.wiki/instances)
|
234
|
+
or [https://fediverse.to](https://fediverse.to) and create an account.
|
235
|
+
sensitive: "Sensitive content"
|
236
|
+
take_me_home: "Take me home"
|
237
|
+
total_shares: "Total shares"
|
238
|
+
total_likes: "Total likes"
|
239
|
+
globe: "Public"
|
240
|
+
activities:
|
241
|
+
Announce: "Boost"
|
242
|
+
Like: "Fave"
|
data/_data/es.yml
CHANGED
@@ -17,6 +17,8 @@ alerts:
|
|
17
17
|
select_format: 'Seleccionar formato:'
|
18
18
|
date:
|
19
19
|
format: '%d/%m/%Y'
|
20
|
+
published_at: "Publicado en"
|
21
|
+
last_modified_at: "Última modificación"
|
20
22
|
abbr_day_names:
|
21
23
|
- Lun
|
22
24
|
- Mar
|
@@ -62,6 +64,9 @@ date:
|
|
62
64
|
time:
|
63
65
|
am: am
|
64
66
|
pm: pm
|
67
|
+
format: "%H:%M"
|
68
|
+
date_time:
|
69
|
+
format: '%d %b %Y %H:%M'
|
65
70
|
layouts:
|
66
71
|
about: "Editorial"
|
67
72
|
book: "Libro"
|
@@ -119,7 +124,7 @@ share:
|
|
119
124
|
icon: twitter
|
120
125
|
- title: Facebook
|
121
126
|
url: "https://www.facebook.com/sharer/sharer.php?u=%url&t=%title%0A%0A%description"
|
122
|
-
icon: facebook
|
127
|
+
icon: facebook
|
123
128
|
- title: Whatsapp
|
124
129
|
url: "https://api.whatsapp.com/send?text=%title%0A%0A%description%0A%0A%url"
|
125
130
|
icon: whatsapp
|
@@ -150,3 +155,85 @@ units:
|
|
150
155
|
size:
|
151
156
|
name: cm.
|
152
157
|
divider: 10
|
158
|
+
credits: "Hecho con [Sutty](https://sutty.nl/)."
|
159
|
+
device_detector:
|
160
|
+
outline: Bordes
|
161
|
+
get_help: Ayuda
|
162
|
+
help: |
|
163
|
+
Si encuentras un problema, por favor toma una captura de pantalla
|
164
|
+
con esta información visible. Nos ayuda a resolverlos.
|
165
|
+
|
166
|
+
Una vez publiquemos el sitio, eliminaremos este recuadro.
|
167
|
+
|
168
|
+
Usa el mismo botón para cerrar este mensaje.
|
169
|
+
button_copy:
|
170
|
+
confirmation: "%s copiado"
|
171
|
+
fediverse_interactions:
|
172
|
+
- value: "conversation"
|
173
|
+
title: "Conversación"
|
174
|
+
selected: true
|
175
|
+
- value: "reactions"
|
176
|
+
title: "Reacciones"
|
177
|
+
- value: "both"
|
178
|
+
title: "Conversación y reacciones"
|
179
|
+
- value: "nothing"
|
180
|
+
title: "Nada"
|
181
|
+
ver_interacciones: "Ver del Fediverso"
|
182
|
+
no_interactions_yet:
|
183
|
+
conversation: "Todavía no hay respuestas para mostrar."
|
184
|
+
reactions: "Todavía no hay reacciones para mostrar."
|
185
|
+
both: "Todavía no hay nada para mostrar."
|
186
|
+
reply:
|
187
|
+
text: "En respuesta a"
|
188
|
+
link_text: "una publicación en el Fediverso."
|
189
|
+
close: "Cerrar"
|
190
|
+
login_modal:
|
191
|
+
authorize_interaction_unsupported: "La interacción remota no está soportada por esta instancia. Todavía podés copiar y pegar la dirección de esta página en el buscador de tu cliente favorito para poder interactuar desde el Fediverso."
|
192
|
+
boost:
|
193
|
+
title: "impulsar"
|
194
|
+
text: "Impulsar la publicación de $usuarie"
|
195
|
+
reply:
|
196
|
+
title: "responder"
|
197
|
+
text: "Responder a la publicación de $usuarie"
|
198
|
+
favorite:
|
199
|
+
title: "favoritear"
|
200
|
+
text: "Favoritear la publicación de $usuarie"
|
201
|
+
bookmark:
|
202
|
+
title: "guardar"
|
203
|
+
text: "Guardar la publicación de $usuarie"
|
204
|
+
top_text: |
|
205
|
+
Para interactuar en el Fediverso, siempre es necesario hacerlo desde una cuenta en cualquiera de sus instancias.
|
206
|
+
¿Tienes una cuenta?
|
207
|
+
|
208
|
+
<mark class="primary background-transparent">Nota: deberás volver a marcar <strong>$action</strong> desde tu instancia.</mark>
|
209
|
+
question: "**¿Dónde tienes tu cuenta?**"
|
210
|
+
small_text: |
|
211
|
+
Pista: ese es el sitio donde te registraste. Si no lo recuerdas,
|
212
|
+
busca el correo electrónico de bienvenida en tu bandeja de entrada.
|
213
|
+
También puedes introducir tu nombre de usuario completo (por ejemplo @sutty@todon.nl)
|
214
|
+
bottom_text: |
|
215
|
+
¿Quieres responder desde otro sitio de Sutty que tenga habilitada la integración con el Fediverso?
|
216
|
+
Para escribir una respuesta, puedes hacerlo desde el panel.
|
217
|
+
Ten en cuenta que por ahora no es posible marcar como favorito, retootear o guardar.
|
218
|
+
|
219
|
+
¿Aún no tienes cuenta en el Fediverso?
|
220
|
+
[Puedes elegir cómo crearla.](https://joinfediverse.wiki/What_is_the_Fediverse%3F/es#%C2%BFC%C3%B3mo_puedo_crear_una_cuenta?)
|
221
|
+
placeholder: "Dominio de tu servidor, por ejemplo rebel.ar"
|
222
|
+
help: |
|
223
|
+
El Fediverso es una red social federada de miles de instancias (servidores) de y por la gente,
|
224
|
+
no controlada por ninguna empresa ni con algoritmos que decidan por vos. Cualquiera puede crearse
|
225
|
+
una cuenta en el Fediverso, eligiendo primero la instancia. Con una cuenta podés escribir, responder, marcar
|
226
|
+
de varias formas, e interactuar con servicios de microblogging, imágenes, música y sonidos, videos y mucho más.
|
227
|
+
Ahora podés:
|
228
|
+
|
229
|
+
- [Conocer más del Fediverso](https://sutty.nl/)
|
230
|
+
- Elegir una instancia para crear una cuenta en [https://joinfediverse.wiki/instances](https://joinfediverse.wiki/instances)
|
231
|
+
y/o [https://fediverse.to](https://fediverse.to)
|
232
|
+
sensitive: "Contenido sensible"
|
233
|
+
take_me_home: "Ir a casa"
|
234
|
+
total_shares: "Cantidad de veces compartido"
|
235
|
+
total_likes: "Cantidad de Me gusta"
|
236
|
+
globe: "Público"
|
237
|
+
activities:
|
238
|
+
Announce: "Impulso"
|
239
|
+
Like: "Favorito"
|
data/_data/forms/user.yml
CHANGED
data/_data/layouts/license.yml
CHANGED
@@ -4,10 +4,10 @@ title:
|
|
4
4
|
required: true
|
5
5
|
label:
|
6
6
|
es: "Título de la licencia"
|
7
|
-
en: "
|
7
|
+
en: "Licence title"
|
8
8
|
help:
|
9
9
|
es: "Título que describe la licencia a usar"
|
10
|
-
en: "Title that describes the license
|
10
|
+
en: "Title that describes the license to use"
|
11
11
|
description:
|
12
12
|
type: "text"
|
13
13
|
required: true
|
@@ -32,7 +32,7 @@ content:
|
|
32
32
|
es: "Contenido del artículo"
|
33
33
|
en: "Post content"
|
34
34
|
help:
|
35
|
-
es: "
|
35
|
+
es: "Escribe aquí el artículo"
|
36
36
|
en: "Write your post here"
|
37
37
|
locales:
|
38
38
|
type: "locales"
|
data/_data/layouts/post.yml
CHANGED
@@ -36,7 +36,7 @@ author:
|
|
36
36
|
es: "Autores"
|
37
37
|
en: "Authors"
|
38
38
|
help:
|
39
|
-
es: "
|
39
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar el ítem seleccionado o agregar uno nuevo si no existe."
|
40
40
|
en: "Start typing to filter previously used values. Press enter to add the selected item or a new one if it doesn't exist yet."
|
41
41
|
image:
|
42
42
|
type: "image"
|
@@ -62,6 +62,22 @@ content:
|
|
62
62
|
help:
|
63
63
|
es: "Escribe aquí el artículo"
|
64
64
|
en: "Write your post here"
|
65
|
+
categories:
|
66
|
+
type: "array"
|
67
|
+
label:
|
68
|
+
es: "Categorías"
|
69
|
+
en: "Categories"
|
70
|
+
help:
|
71
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar el ítem seleccionado o agregar uno nuevo si no existe."
|
72
|
+
en: "Start typing to filter previously used values. Press enter to add the selected item or a new one if it doesn't exist yet."
|
73
|
+
tags:
|
74
|
+
type: "array"
|
75
|
+
label:
|
76
|
+
es: "Etiquetas"
|
77
|
+
en: "Tags"
|
78
|
+
help:
|
79
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar el ítem seleccionado o agregar uno nuevo si no existe."
|
80
|
+
en: "Start typing to filter previously used values. Press enter to add the selected item or a new one if it doesn't exist yet."
|
65
81
|
activity:
|
66
82
|
type: "boolean"
|
67
83
|
label:
|
@@ -81,22 +97,6 @@ in_reply_to:
|
|
81
97
|
help:
|
82
98
|
es: "Agrega aquí el vínculo a un artículo para generar una respuesta"
|
83
99
|
en: "Add the link to another article to reply to"
|
84
|
-
categories:
|
85
|
-
type: "array"
|
86
|
-
label:
|
87
|
-
es: "Categorías"
|
88
|
-
en: "Categories"
|
89
|
-
help:
|
90
|
-
es: "Empezá a escribir para filtrar valores ya usados. Presioná enter para agregar el ítem seleccionado o agregar uno nuevo si no existe."
|
91
|
-
en: "Start typing to filter previously used values. Press enter to add the selected item or a new one if it doesn't exist yet."
|
92
|
-
tags:
|
93
|
-
type: "array"
|
94
|
-
label:
|
95
|
-
es: "Etiquetas"
|
96
|
-
en: "Tags"
|
97
|
-
help:
|
98
|
-
es: "Empezá a escribir para filtrar valores ya usados. Presioná enter para agregar el ítem seleccionado o agregar uno nuevo si no existe."
|
99
|
-
en: "Start typing to filter previously used values. Press enter to add the selected item or a new one if it doesn't exist yet."
|
100
100
|
locales:
|
101
101
|
type: "locales"
|
102
102
|
label:
|
data/_data/layouts/theme.yml
CHANGED
@@ -12,27 +12,33 @@ font_family_sans_serif:
|
|
12
12
|
type: "predefined_value"
|
13
13
|
label:
|
14
14
|
en: "Select a typography for the site"
|
15
|
-
es: "
|
15
|
+
es: "Selecciona una tipografía para el sitio"
|
16
16
|
help:
|
17
17
|
en: "If you'd like us to add support for a typography, please send us an e-mail"
|
18
|
-
es: "Si
|
18
|
+
es: "Si quieres que agreguemos una tipografía, por favor envíanos un e-mail"
|
19
19
|
default:
|
20
20
|
en: ""
|
21
21
|
es: ""
|
22
22
|
values:
|
23
23
|
en:
|
24
24
|
"": "Default"
|
25
|
-
Roboto: "Roboto"
|
26
|
-
|
25
|
+
Roboto, sans-serif: "Roboto"
|
26
|
+
Roboto Mono, monospace: "Roboto Mono (monospace)"
|
27
|
+
Inter, sans-serif: "Inter"
|
28
|
+
Saira, sans-serif: "Saira"
|
29
|
+
Baskervville, serif: "Baskervville (serif)"
|
27
30
|
es:
|
28
31
|
"": "Default"
|
29
|
-
Roboto: "Roboto"
|
30
|
-
|
32
|
+
Roboto, sans-serif: "Roboto"
|
33
|
+
Roboto Mono, monospace: "Roboto Mono (monospace)"
|
34
|
+
Inter, sans-serif: "Inter"
|
35
|
+
Saira, sans-serif: "Saira"
|
36
|
+
Baskervville, serif: "Baskervville (serif)"
|
31
37
|
font_family_monospace:
|
32
38
|
type: "predefined_value"
|
33
39
|
label:
|
34
40
|
en: "Select a monospace typography for the site"
|
35
|
-
es: "
|
41
|
+
es: "Selecciona una tipografía monospace para el sitio"
|
36
42
|
help:
|
37
43
|
en: ""
|
38
44
|
es: ""
|
@@ -42,32 +48,38 @@ font_family_monospace:
|
|
42
48
|
values:
|
43
49
|
en:
|
44
50
|
"": "Default"
|
45
|
-
Roboto Mono: "Roboto Mono"
|
46
|
-
Liberation Mono: "Liberation Mono"
|
51
|
+
Roboto Mono, monospace: "Roboto Mono"
|
52
|
+
Liberation Mono, monospace: "Liberation Mono"
|
47
53
|
es:
|
48
54
|
"": "Default"
|
49
|
-
Roboto Mono: "Roboto Mono"
|
50
|
-
Liberation Mono: "Liberation Mono"
|
55
|
+
Roboto Mono, monospace: "Roboto Mono"
|
56
|
+
Liberation Mono, monospace: "Liberation Mono"
|
51
57
|
headings_font_family:
|
52
58
|
type: "predefined_value"
|
53
59
|
label:
|
54
60
|
en: "Select a typography for headings"
|
55
|
-
es: "
|
61
|
+
es: "Selecciona una tipografía para los títulos del sitio"
|
56
62
|
help:
|
57
|
-
en: "If you'd
|
58
|
-
es: "Si
|
63
|
+
en: "If you'd us to add support for a typography, please send us an e-mail"
|
64
|
+
es: "Si quieres que agreguemos una tipografía, por favor envíanos un e-mail"
|
59
65
|
default:
|
60
66
|
en: ""
|
61
67
|
es: ""
|
62
68
|
values:
|
63
69
|
en:
|
64
70
|
"": "Default"
|
65
|
-
Roboto: "Roboto"
|
66
|
-
|
71
|
+
Roboto, sans-serif: "Roboto"
|
72
|
+
Roboto Mono, monospace: "Roboto Mono (monospace)"
|
73
|
+
Inter, sans-serif: "Inter"
|
74
|
+
Saira, sans-serif: "Saira"
|
75
|
+
Baskervville, serif: "Baskervville (serif)"
|
67
76
|
es:
|
68
77
|
"": "Default"
|
69
|
-
Roboto: "Roboto"
|
70
|
-
|
78
|
+
Roboto, sans-serif: "Roboto"
|
79
|
+
Roboto Mono, monospace: "Roboto Mono (monospace)"
|
80
|
+
Inter, sans-serif: "Inter"
|
81
|
+
Saira, sans-serif: "Saira"
|
82
|
+
Baskervville, serif: "Baskervville (serif)"
|
71
83
|
enable_rounded:
|
72
84
|
type: "boolean"
|
73
85
|
label:
|
@@ -96,7 +108,7 @@ body_bg:
|
|
96
108
|
en: "Background color"
|
97
109
|
es: "Color de fondo"
|
98
110
|
help:
|
99
|
-
en: "Site background color"
|
111
|
+
en: "Site's background color"
|
100
112
|
es: "Color de fondo del sitio"
|
101
113
|
default:
|
102
114
|
es: "#FFFFFF"
|