editorial-autogestiva-jekyll-theme 0.4.2 → 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 +89 -2
- data/_data/es.yml +91 -3
- data/_data/forms/user.yml +1 -1
- data/_data/full_width_components.yml +2 -0
- data/_data/layouts/about.yml +2 -2
- data/_data/layouts/book.yml +4 -4
- data/_data/layouts/cart.yml +2 -2
- data/_data/layouts/code_of_conduct.yml +2 -2
- data/_data/layouts/confirmation.yml +2 -2
- data/_data/layouts/menu.yml +1 -1
- data/_data/layouts/payment.yml +2 -2
- data/_data/layouts/post.yml +37 -14
- data/_data/layouts/shipment.yml +1 -1
- data/_data/layouts/theme.yml +24 -12
- 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/footer.html +11 -0
- 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 +65 -11
- 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 +296 -26
- 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
data/_data/schema.yml
ADDED
data/_data/theme.yml
ADDED
@@ -0,0 +1,152 @@
|
|
1
|
+
---
|
2
|
+
vendor_prefixes:
|
3
|
+
- ""
|
4
|
+
- "-webkit-"
|
5
|
+
- "-ms-"
|
6
|
+
- "-o-"
|
7
|
+
- "-moz-"
|
8
|
+
bezier: "cubic-bezier(0.75, 0, 0.25, 1);"
|
9
|
+
colors:
|
10
|
+
black: "#000000"
|
11
|
+
white: "#ffffff"
|
12
|
+
transparent: "transparent"
|
13
|
+
body_color: "$body_color"
|
14
|
+
primary: "$primary"
|
15
|
+
secondary: "$secondary"
|
16
|
+
link_color: "$link_color"
|
17
|
+
link_hover_color: "$link_hover_color"
|
18
|
+
theme_colors: "$colors"
|
19
|
+
spacer: "1rem"
|
20
|
+
spacers:
|
21
|
+
20: "($spacer * 1.25)"
|
22
|
+
50: "($spacer * 3.125)"
|
23
|
+
150: "9.375rem"
|
24
|
+
paragraph_margin_bottom: "0"
|
25
|
+
headings_margin_bottom: "0"
|
26
|
+
label_margin_bottom: "0"
|
27
|
+
sizes:
|
28
|
+
20px: "1.25rem"
|
29
|
+
100vh: "100vh"
|
30
|
+
opacities:
|
31
|
+
0: "-100%"
|
32
|
+
1: "-80%"
|
33
|
+
2: "-60%"
|
34
|
+
3: "-40%"
|
35
|
+
4: "-20%"
|
36
|
+
5: "0%"
|
37
|
+
paragraph_margin_bottom: 0
|
38
|
+
headings_margin_bottom: 0
|
39
|
+
label_margin_bottom: 0
|
40
|
+
enable_responsive_font_sizes: true
|
41
|
+
directions:
|
42
|
+
- "top"
|
43
|
+
- "right"
|
44
|
+
- "bottom"
|
45
|
+
- "left"
|
46
|
+
font_sizes:
|
47
|
+
16: "1"
|
48
|
+
18: "1.125"
|
49
|
+
20: "1.25"
|
50
|
+
22: "1.375"
|
51
|
+
24: "1.5"
|
52
|
+
26: "1.625"
|
53
|
+
font_weight_medium: "500 !default"
|
54
|
+
font_weight_semibold: "600 !default"
|
55
|
+
font_weight_bolder: "800 !default"
|
56
|
+
display1_size: "6rem"
|
57
|
+
display2_size: "5.55rem"
|
58
|
+
display3_size: "5rem"
|
59
|
+
display4_size: "4.5rem"
|
60
|
+
lead_font_size: "1.25rem"
|
61
|
+
letter_spacings:
|
62
|
+
1: "0.1rem"
|
63
|
+
2: "0.16rem"
|
64
|
+
text_decoration_lines:
|
65
|
+
- "none"
|
66
|
+
- "underline"
|
67
|
+
- "overline"
|
68
|
+
- "line-through"
|
69
|
+
text_decoration_styles:
|
70
|
+
- "solid"
|
71
|
+
- "double"
|
72
|
+
- "dotted"
|
73
|
+
- "dashed"
|
74
|
+
- "wavy"
|
75
|
+
hyphens:
|
76
|
+
- "none"
|
77
|
+
- "auto"
|
78
|
+
- "manual"
|
79
|
+
cursors:
|
80
|
+
- "pointer"
|
81
|
+
- "none"
|
82
|
+
- "help"
|
83
|
+
- "not-allowed"
|
84
|
+
- "progress"
|
85
|
+
- "text"
|
86
|
+
- "wait"
|
87
|
+
events:
|
88
|
+
- "none"
|
89
|
+
- "auto"
|
90
|
+
objects:
|
91
|
+
- "contain"
|
92
|
+
- "cover"
|
93
|
+
- "fill"
|
94
|
+
- "none"
|
95
|
+
- "scale-down"
|
96
|
+
overflows:
|
97
|
+
- "auto"
|
98
|
+
- "hidden"
|
99
|
+
- "scroll"
|
100
|
+
overflow_axis:
|
101
|
+
- "x"
|
102
|
+
- "y"
|
103
|
+
scrolls:
|
104
|
+
- "auto"
|
105
|
+
- "smooth"
|
106
|
+
svg_attributes:
|
107
|
+
- "fill"
|
108
|
+
- "stroke"
|
109
|
+
embed_responsive_aspect_ratios:
|
110
|
+
- "(1 1)"
|
111
|
+
- "(4 3)"
|
112
|
+
- "(16 9)"
|
113
|
+
- "(21 9)"
|
114
|
+
aligns:
|
115
|
+
- "left"
|
116
|
+
- "center"
|
117
|
+
- "right"
|
118
|
+
svg_attributes:
|
119
|
+
- "stroke"
|
120
|
+
- "fill"
|
121
|
+
pixel_densities:
|
122
|
+
- "1"
|
123
|
+
- "1.5"
|
124
|
+
- "2"
|
125
|
+
background_sizes:
|
126
|
+
cover: "cover"
|
127
|
+
auto: "auto"
|
128
|
+
contain: "contain"
|
129
|
+
background_positions_x:
|
130
|
+
- "center"
|
131
|
+
- "top"
|
132
|
+
background_positions_y:
|
133
|
+
- "center"
|
134
|
+
- "left"
|
135
|
+
- "right"
|
136
|
+
background_images:
|
137
|
+
example: "$background-example"
|
138
|
+
grid_breakpoints:
|
139
|
+
xs: "0"
|
140
|
+
sm: "576px"
|
141
|
+
md: "768px"
|
142
|
+
lg: "992px"
|
143
|
+
xl: "1200px"
|
144
|
+
border_width: "1px"
|
145
|
+
border_widths:
|
146
|
+
1: "1px"
|
147
|
+
2: "2px"
|
148
|
+
3: "3px"
|
149
|
+
4: "4px"
|
150
|
+
5: "5px"
|
151
|
+
transform_scales:
|
152
|
+
- "1"
|
@@ -0,0 +1,11 @@
|
|
1
|
+
{% comment %}
|
2
|
+
Render actor's name if it's available, otherwise just return the link.
|
3
|
+
|
4
|
+
@param actor [ActivityDrop] Actor
|
5
|
+
{% endcomment %}
|
6
|
+
|
7
|
+
{% if include.actor.available %}
|
8
|
+
<span>{{ include.actor.name | strip_html }}</span>
|
9
|
+
{% else %}
|
10
|
+
<span>{{ include.actor }}</span>
|
11
|
+
{% endif %}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{% comment %}
|
2
|
+
@param actor [ActivityDrop] Actor
|
3
|
+
@param without_link [Boolean] Don't link
|
4
|
+
{% endcomment %}
|
5
|
+
|
6
|
+
{% if include.actor.available %}
|
7
|
+
{% assign id = include.actor.id | strip_html %}
|
8
|
+
{% assign instance_hostname = id | split: '/' %}
|
9
|
+
{% assign instance_hostname = instance_hostname[2] %}
|
10
|
+
|
11
|
+
{% capture mention %}
|
12
|
+
@<span>{{- include.actor.preferredUsername | strip_html -}}@{{- instance_hostname -}}</span>
|
13
|
+
{% endcapture %}
|
14
|
+
|
15
|
+
{% capture mention %}
|
16
|
+
<span class="h-card" translate="no">
|
17
|
+
{% if include.without_link %}
|
18
|
+
<span class="mention">{{- mention -}}</span>
|
19
|
+
{% else %}
|
20
|
+
{% include_cached external_link.html class="u-url mention" href=id text=mention %}
|
21
|
+
{% endif %}
|
22
|
+
</span>
|
23
|
+
{% endcapture %}
|
24
|
+
|
25
|
+
{{ mention | normalize_whitespace }}
|
26
|
+
{% else %}
|
27
|
+
{{ include.actor }}
|
28
|
+
{% endif %}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
Un botón con link, por ejemplo para Support Us. Si el link es externo,
|
3
|
+
agregar el parámetro de seguridad noopener.
|
4
|
+
|
5
|
+
@param :fa [String]
|
6
|
+
@param :header [Capture] el contenido del encabezado
|
7
|
+
@param :body [Capture] el contenido del cuerpo principal
|
8
|
+
@param :footer [Capture] el contenido del footer
|
9
|
+
@param :header_class [String] las clases que lleva el encabezado
|
10
|
+
@param :body_class [String] las clases que lleva el cuerpo principal
|
11
|
+
@param :footer_class [String] las clases que lleva el footer
|
12
|
+
@param :content_class [String] las clases que lleva todo el bloque de contenido
|
13
|
+
@param :button_class [String] las clases que lleva cada botón
|
14
|
+
{%- endcomment -%}
|
15
|
+
|
16
|
+
<div class="d-inline {{include.button_class}}" data-controller="modal">
|
17
|
+
<button class="btn btn-sm" data-action="click->modal#show">
|
18
|
+
{%- include_cached fa.html icon=include.fa class="lead" description=include.description -%}
|
19
|
+
</button>
|
20
|
+
|
21
|
+
{% include activity_pub/generic_modal.html header=include.header body=include.body footer=include.footer header_class=include.header_class body_class=include.body_class footer_class=include.footer_class content_class=include.content_class %}
|
22
|
+
</div>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
Botonera para botones de íconos.
|
3
|
+
|
4
|
+
@param :uri [String] La URL sobre la que se interactua
|
5
|
+
@param :profile [ActivityDrop] Actor
|
6
|
+
{%- endcomment -%}
|
7
|
+
|
8
|
+
{% assign uri = include.uri | default: include.url | default: 'YOU FORGOT THIS PARAM' | strip_html %}
|
9
|
+
{% assign actions = site.data.actions.actions %}
|
10
|
+
|
11
|
+
<div class="d-flex">
|
12
|
+
{% for action in actions %}
|
13
|
+
{% assign fa = action.icon %}
|
14
|
+
{% include activity_pub/login_modal.html action=action fa=fa uri=uri profile=include.profile description=action.title %}
|
15
|
+
{% endfor %}
|
16
|
+
</div>
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
Nested cards
|
3
|
+
|
4
|
+
@param :profile [ActivityDrop] Actor
|
5
|
+
@param :activity [ActivityDrop] Note
|
6
|
+
@param :replies [ActivityDrop] Collection
|
7
|
+
{%- endcomment -%}
|
8
|
+
|
9
|
+
{%
|
10
|
+
include activity_pub/toot_card.html
|
11
|
+
profile=include.profile
|
12
|
+
activity=include.activity
|
13
|
+
component_class="my-3"
|
14
|
+
%}
|
15
|
+
|
16
|
+
{% if include.replies.available %}
|
17
|
+
{% assign replies = include.replies.all_items | sort: 'published' %}
|
18
|
+
{% for reply in replies %}
|
19
|
+
<blockquote class="border-left border-gray-light border-width-3 pl-3">
|
20
|
+
{%
|
21
|
+
include activity_pub/cards.html
|
22
|
+
profile=reply.attributedTo
|
23
|
+
activity=reply
|
24
|
+
replies=reply.replies
|
25
|
+
%}
|
26
|
+
</blockquote>
|
27
|
+
{% endfor %}
|
28
|
+
{% endif %}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
Modal preparado para recibir contenido + header y footer
|
3
|
+
|
4
|
+
@param :header [Capture] contenido del header
|
5
|
+
@param :body [Capture] contenido del modal
|
6
|
+
@param :footer [Capture] contenido del footer
|
7
|
+
@param :header_class [String] clases del header
|
8
|
+
@param :body_class [String] clases del cuerpo principal
|
9
|
+
@param :footer_class [String] clases del header
|
10
|
+
@param :content_class [String] clases todo el bloque
|
11
|
+
{%- endcomment -%}
|
12
|
+
|
13
|
+
{% assign header = include.header %}
|
14
|
+
{% assign header_class = include.header_class %}
|
15
|
+
{% assign body = include.body %}
|
16
|
+
{% assign body_class = include.body_class %}
|
17
|
+
{% assign footer = include.footer %}
|
18
|
+
{% assign footer_class = include.footer_class %}
|
19
|
+
{% assign content_class = include.content_class %}
|
20
|
+
|
21
|
+
<div
|
22
|
+
class="modal fade mw-100vw"
|
23
|
+
tabindex="-1"
|
24
|
+
aria-hidden="true"
|
25
|
+
data-modal-target="modal"
|
26
|
+
data-action="keydown->modal#hideWithEscape"
|
27
|
+
>
|
28
|
+
<div class="modal-backdrop fade zindex-backdrop" data-modal-target="backdrop" data-action="click->modal#hide"></div>
|
29
|
+
<div class="modal-dialog modal-dialog-scrollable modal-dialog-centered modal-lg zindex-modal" role="document">
|
30
|
+
<div class="modal-content {{content_class}}">
|
31
|
+
{% if header %}
|
32
|
+
<div class="modal-header {{header_class}}">
|
33
|
+
{{ header }}
|
34
|
+
</div>
|
35
|
+
{% else %}
|
36
|
+
<div class="modal-header justify-content-end border-bottom-0 p-0 {{header_class}}">
|
37
|
+
<span class="px-3 py-2 m-0 h1 font-weight-bold" type="button" data-action="click->modal#hide">×</span>
|
38
|
+
<span class="sr-only">{{ site.i18n.close }}</span>
|
39
|
+
</div>
|
40
|
+
{% endif %}
|
41
|
+
|
42
|
+
<div class="modal-body {{body_class}}">
|
43
|
+
{{ body }}
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<div class="modal-footer flex-nowrap {{footer_class}}">
|
47
|
+
{% if footer %}
|
48
|
+
{{ footer }}
|
49
|
+
{% else %}
|
50
|
+
<button class="btn btn-secondary m-0" type="button" data-action="modal#hide">{{ site.i18n.close }}</button>
|
51
|
+
{% endif %}
|
52
|
+
</div>
|
53
|
+
</div>
|
54
|
+
</div>
|
55
|
+
</div>
|
@@ -0,0 +1,27 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
Modal con imagen
|
3
|
+
|
4
|
+
@param :image [Image] la imagen que queremos en el modal, contiene url y alt text
|
5
|
+
{%- endcomment -%}
|
6
|
+
|
7
|
+
{% assign alt = include.image.name | strip_html | escape %}
|
8
|
+
{% assign src = include.image.url | strip_html | component_escape %}
|
9
|
+
{% assign extra = 'data-action="click->modal#show"' %}
|
10
|
+
|
11
|
+
{% capture body %}
|
12
|
+
<img class="background-white mw-100" title="{{ alt }}" alt="{{ alt }}" src="{{ src }}">
|
13
|
+
{% endcapture %}
|
14
|
+
|
15
|
+
<div class="{{ include.extra }} px-1" data-controller="modal">
|
16
|
+
{%
|
17
|
+
include embed_responsive.html
|
18
|
+
x=16
|
19
|
+
y=9
|
20
|
+
src=src
|
21
|
+
alt=alt
|
22
|
+
extra=extra
|
23
|
+
width=300
|
24
|
+
img_class="cursor-pointer min-w-100px w-100 object-fit-cover"
|
25
|
+
%}
|
26
|
+
{% include activity_pub/generic_modal.html header_class="text-white" body=body body_class="d-flex justify-content-center" footer_class="d-none" content_class="background-transparent border-0" %}
|
27
|
+
</div>
|
@@ -0,0 +1,83 @@
|
|
1
|
+
{% comment %}
|
2
|
+
@param activity [ActivityDrop]
|
3
|
+
{% endcomment %}
|
4
|
+
|
5
|
+
{% assign items = site.i18n.fediverse_interactions %}
|
6
|
+
{% assign reactions = '' | split: ',' %}
|
7
|
+
{% assign activities = reactions %}
|
8
|
+
|
9
|
+
{% if page.activity.replies.available %}
|
10
|
+
{% assign activities = page.activity.replies.all_items | sort: 'published' %}
|
11
|
+
{% endif %}
|
12
|
+
|
13
|
+
{% if include.activity.likes.available %}
|
14
|
+
{% assign reactions = reactions | concat: include.activity.likes.all_items %}
|
15
|
+
{% endif %}
|
16
|
+
|
17
|
+
{% if include.activity.shares.available %}
|
18
|
+
{% assign reactions = reactions | concat: include.activity.shares.all_items %}
|
19
|
+
{% endif %}
|
20
|
+
|
21
|
+
{% assign reactions = reactions | sort: 'published' %}
|
22
|
+
|
23
|
+
{% assign all_interactions = activities | concat: reactions | sort: 'published' %}
|
24
|
+
|
25
|
+
<div class="w-100" data-controller="tabs" data-tabs-hide-class="hide" data-tabs-show-class="show">
|
26
|
+
{% include_cached activity_pub/button_bar.html uri=include.activity.id profile=include.profile %}
|
27
|
+
|
28
|
+
<hr>
|
29
|
+
|
30
|
+
<h3 class="text-uppercase">{{ site.i18n.ver_interacciones }}</h3>
|
31
|
+
|
32
|
+
<div class="d-flex flex-row align-items-center mt-2 mb-5">
|
33
|
+
{% include_cached activity_pub/fediverse_interactions.html %}
|
34
|
+
|
35
|
+
{% assign text = site.i18n.help | markdownify | replace: '<a ', "<a target='_blank' rel='noopener' " %}
|
36
|
+
{% include_cached activity_pub/text_modal.html text=text fa="question-circle-o" %}
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<div class="w-100 d-none fade hide" data-tabs-target="tab" id="conversation">
|
40
|
+
{% unless activities == empty %}
|
41
|
+
{% for activity in activities %}
|
42
|
+
{% include_cached activity_pub/cards.html activity=activity profile=activity.attributedTo replies=activity.replies %}
|
43
|
+
{% endfor %}
|
44
|
+
{% else %}
|
45
|
+
<p class="h1">
|
46
|
+
{{ site.i18n.no_interactions_yet.conversation }}
|
47
|
+
<p>
|
48
|
+
{% endunless %}
|
49
|
+
</div>
|
50
|
+
|
51
|
+
<div class="w-100 d-none fade hide" data-tabs-target="tab" id="reactions">
|
52
|
+
{% unless reactions == empty %}
|
53
|
+
{% include_cached activity_pub/reactions.html reactions=reactions %}
|
54
|
+
{% else %}
|
55
|
+
<p class="h1">
|
56
|
+
{{ site.i18n.no_interactions_yet.reactions }}
|
57
|
+
<p>
|
58
|
+
{% endunless %}
|
59
|
+
</div>
|
60
|
+
|
61
|
+
<div class="w-100 fade show" data-tabs-target="tab" id="both">
|
62
|
+
{% unless all_interactions == empty %}
|
63
|
+
{% for interaction in all_interactions %}
|
64
|
+
{% if forloop.index0 > 0 %}
|
65
|
+
{% assign minus = forloop.index0 | minus: 1 %}
|
66
|
+
{% assign previous = all_interactions[minus] %}
|
67
|
+
{% else %}
|
68
|
+
{% assign previous = nil %}
|
69
|
+
{% endif %}
|
70
|
+
|
71
|
+
{% if interaction.type == 'Announce' or interaction.type == 'Like' %}
|
72
|
+
{% include_cached activity_pub/reaction.html activity=interaction previous=previous %}
|
73
|
+
{% else %}
|
74
|
+
{% include_cached activity_pub/cards.html activity=interaction profile=interaction.attributedTo replies=interaction.replies %}
|
75
|
+
{% endif %}
|
76
|
+
{% endfor %}
|
77
|
+
{% else %}
|
78
|
+
<p class="h1">
|
79
|
+
{{ site.i18n.no_interactions_yet.both }}
|
80
|
+
<p>
|
81
|
+
{% endunless %}
|
82
|
+
</div>
|
83
|
+
</div>
|
@@ -0,0 +1,70 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
Modal para loguearse al fediverso
|
3
|
+
|
4
|
+
@param :action [String] acción que le usuarie quiere realizar desde el fediverso
|
5
|
+
@param :fa [String] nombre del ícono que usa fork-awesome
|
6
|
+
@param :uri [String] la URL sobre la que se interactúa
|
7
|
+
@param :profile [ActivityDrop] Actor
|
8
|
+
{%- endcomment -%}
|
9
|
+
|
10
|
+
{% assign action = include.action %}
|
11
|
+
{% assign fa = include.fa %}
|
12
|
+
{% capture name %}
|
13
|
+
{% include_cached activity_pub/actor.html actor=include.profile %}
|
14
|
+
{% endcapture %}
|
15
|
+
|
16
|
+
{% capture header %}
|
17
|
+
<div class="d-flex align-items-center h1 justify-content-center w-100">
|
18
|
+
<span class="d-flex responsive-header font-weight-bold text-center">
|
19
|
+
<i class="fa fa-{{fa}} text-primary mr-2"></i>
|
20
|
+
<span>
|
21
|
+
{{ site.i18n.login_modal[action.title].text | replace: "$usuarie", name }}
|
22
|
+
</span>
|
23
|
+
<div>
|
24
|
+
<span class="px-3 py-2 m-0 h1" type="button" data-action="click->modal#hide">×</span>
|
25
|
+
<span class="sr-only">{{ site.i18n.close }}</span>
|
26
|
+
</div>
|
27
|
+
</span>
|
28
|
+
</div>
|
29
|
+
{% endcapture %}
|
30
|
+
|
31
|
+
{% capture body %}
|
32
|
+
<p class="mb-2">{{site.i18n.login_modal.top_text | markdownify | replace: "$action", site.i18n.login_modal[action.title].title }}</p>
|
33
|
+
<div class="mt-3 mb-2 h5">{{site.i18n.login_modal.question | markdownify}}</div>
|
34
|
+
<div class="mb-3">
|
35
|
+
<form
|
36
|
+
class="needs-validation"
|
37
|
+
data-controller="authorize-interaction"
|
38
|
+
data-action="authorize-interaction#submit:prevent"
|
39
|
+
data-authorize-interaction-uri-value="{{ include.uri | strip_html | absolute_url | component_escape }}"
|
40
|
+
>
|
41
|
+
<div class="form-row align-items-center border-lg border-lg-primary py-1">
|
42
|
+
<div class="col-12 col-lg mb-1 mb-lg-0">
|
43
|
+
<label class="sr-only">{{site.i18n.login_modal.placeholder}}</label>
|
44
|
+
<input
|
45
|
+
class="form-control border border-primary border-lg-0"
|
46
|
+
placeholder="{{site.i18n.login_modal.placeholder}}"
|
47
|
+
autocomplete="impp"
|
48
|
+
required
|
49
|
+
data-authorize-interaction-target="instance"
|
50
|
+
data-action="authorize-interaction#revalid"
|
51
|
+
type="search"/>
|
52
|
+
<div class="invalid-feedback">
|
53
|
+
{{- site.i18n.login_modal.authorize_interaction_unsupported -}}
|
54
|
+
</div>
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div class="col-12 col-lg-auto">
|
58
|
+
<button class="btn btn-primary btn-block py-btn-padding-y lh-btn-line-height f-16 font-weight-bold" type="submit">{{ site.i18n.take_me_home }}</button>
|
59
|
+
</div>
|
60
|
+
</div>
|
61
|
+
</form>
|
62
|
+
</div>
|
63
|
+
<small class="d-block mb-2">{{site.i18n.login_modal.small_text}}</small>
|
64
|
+
<span>{{site.i18n.login_modal.bottom_text | markdownify}}</span>
|
65
|
+
{% endcapture %}
|
66
|
+
|
67
|
+
{% capture footer %}
|
68
|
+
{% endcapture %}
|
69
|
+
|
70
|
+
{% include activity_pub/button.html header=header body=body footer=footer header_class="justify-content-center border-bottom-0" body_class="justify-content-center" footer_class="border-top-0" content_class="p-2" button_class="mx-1" fa=action.icon description=include.description %}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
Reacción
|
3
|
+
|
4
|
+
@param :activity [String] Reacción de le usuarie
|
5
|
+
@param :fa [String] nombre del ícono que usa fork-awesome
|
6
|
+
@param :actor [String] Usuarie
|
7
|
+
{%- endcomment -%}
|
8
|
+
|
9
|
+
{% assign published = include.activity.published | strip_html %}
|
10
|
+
|
11
|
+
<div class="d-flex">
|
12
|
+
<div class="d-flex flex-column gray px-2 text-right">
|
13
|
+
{% include_cached date.html date=published format=site.i18n.date.format %}
|
14
|
+
{% include_cached date.html date=published format=site.i18n.time.format %}
|
15
|
+
</div>
|
16
|
+
|
17
|
+
<div class="flex-column px-2 flex-grow-1">
|
18
|
+
{% if include.previous.actor == include.activity.actor %}
|
19
|
+
<div class="d-flex">
|
20
|
+
<p class="transparent hover-transparent">
|
21
|
+
{% include_cached activity_pub/actor.html actor=include.activity.actor %}
|
22
|
+
</p>
|
23
|
+
</div>
|
24
|
+
<div class="d-flex">
|
25
|
+
<p class="transparent hover-transparent">
|
26
|
+
{% include_cached activity_pub/actor_mention.html actor=include.activity.actor without_link=true %}
|
27
|
+
</p>
|
28
|
+
</div>
|
29
|
+
{% else %}
|
30
|
+
<div class="d-flex">
|
31
|
+
<p class="">{% include_cached activity_pub/actor.html actor=include.activity.actor %}</p>
|
32
|
+
</div>
|
33
|
+
<div class="d-flex">
|
34
|
+
{% include_cached activity_pub/actor_mention.html actor=include.activity.actor %}
|
35
|
+
</div>
|
36
|
+
{% endif %}
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<div class="flex-column align-self-center px-2 lead">
|
40
|
+
{% assign icon = include.activity.type | equals: 'Announce' | ternary: 'retweet', 'star-o' %}
|
41
|
+
{% assign description = site.i18n.activities[include.activity.type] %}
|
42
|
+
|
43
|
+
{%- include_cached fa.html icon=icon class="lead" description=description -%}
|
44
|
+
</div>
|
45
|
+
</div>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
Reacciones
|
3
|
+
|
4
|
+
@param :reactions [Array] Reacciones
|
5
|
+
@param :actor [String] Usuarie
|
6
|
+
{%- endcomment -%}
|
7
|
+
|
8
|
+
{% for reaction in include.reactions %}
|
9
|
+
{% if forloop.index0 > 0 %}
|
10
|
+
{% assign minus = forloop.index0 | minus: 1 %}
|
11
|
+
{% assign previous = include.reactions[minus] %}
|
12
|
+
{% else %}
|
13
|
+
{% assign previous = nil %}
|
14
|
+
{% endif %}
|
15
|
+
|
16
|
+
{%
|
17
|
+
include activity_pub/reaction.html
|
18
|
+
activity=reaction
|
19
|
+
previous=previous
|
20
|
+
%}
|
21
|
+
{% endfor %}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
Texto + enlace al post/artículo al cual se responde
|
3
|
+
|
4
|
+
@param :activity [ActivityDrop] Activity
|
5
|
+
{%- endcomment -%}
|
6
|
+
|
7
|
+
{% if include.activity.available %}
|
8
|
+
{%- capture uri -%}
|
9
|
+
{%- include_cached activity_pub/url.html activity=include.activity -%}
|
10
|
+
{%- endcapture -%}
|
11
|
+
|
12
|
+
{% capture text %}
|
13
|
+
{{- include.activity.name | default: include.activity.summary | strip_html | default: site.i18n.reply.link_text -}}
|
14
|
+
{% endcapture %}
|
15
|
+
|
16
|
+
<div class="py-5 pr-5">
|
17
|
+
<span class="h2">
|
18
|
+
{{- site.i18n.reply.text -}}
|
19
|
+
</span>
|
20
|
+
|
21
|
+
{% include_cached external_link.html href=uri class="h2" text=text %}
|
22
|
+
</div>
|
23
|
+
{% endif %}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
Modal para mostrar texto
|
3
|
+
|
4
|
+
@param :text [String] contenido del modal
|
5
|
+
@param :fa [String] nombre del ícono que usa fork-awesome
|
6
|
+
{%- endcomment -%}
|
7
|
+
|
8
|
+
{% capture body %}
|
9
|
+
{{ include.text }}
|
10
|
+
{% endcapture %}
|
11
|
+
|
12
|
+
{% capture footer %}
|
13
|
+
{% endcapture %}
|
14
|
+
|
15
|
+
{% assign fa = include.fa %}
|
16
|
+
{% include activity_pub/button.html body=body footer=footer body_class="justify-content-center" footer_class="border-top-0 d-none" content_class="p-2" fa=fa %}
|