From 2bc75118505c12a4287444d55df0924eaceb775c Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Thu, 13 Jul 2023 19:27:28 +0200 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 14 +++++++++++++- README.md | 2 ++ blueprints.yaml | 15 +++++++++++++-- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a39181..476381c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.0.6 +## 07/13/2023 + +1. [](#improved) + * Updated demo content [#38](https://github.com/pmoreno-rodriguez/grav-theme-future2021/issues/38) + * Relocated some variables used in all theme templates + * Improved css styles + * Updated translations + * Improved html header tags (h1,h2,etc), to improve SEO +2. [](#new) + * New option to choose the style of social media icons [#34](https://github.com/pmoreno-rodriguez/grav-theme-future2021/issues/34) + * Added crossmark to close the side menu [#24](https://github.com/pmoreno-rodriguez/grav-theme-future2021/issues/24) + * Added css styles to support plugin `Editable with ContentTools` [#39](https://github.com/pmoreno-rodriguez/grav-theme-future2021/issues/39) # v1.0.5 ## 04/17/2023 @@ -12,7 +25,6 @@ * Added support for Owl Carousel plugin * Added support for Reading time plugin in blog * Added option to enable or disable primary image in pages - # v1.0.4 ## 02/27/2023 diff --git a/README.md b/README.md index d10939b..08da59c 100755 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Redesigned from scratch (version 2021) - Features Modular view template `features.md` - Banner Modular view template `banner.md` - Contact Modular view template `contact.md` +* Owlcarousel template # Installation @@ -82,6 +83,7 @@ footer.copyright_text: # Footer block copyright text in left sidebar footer.button_text: # Footer block button text in left sidebar footer.button_url: # Footer block button url in left sidebar enable_social: # Enable/Disable social icons in footer +social_style: # Select the style for Fontawesome icons custommenus.enabled: # Enable/Disable custom menus in top menu ``` To make modifications, you can copy the `user/themes/future2021/future2021.yaml` file to `user/config/themes/` folder and modify, or you can use the admin plugin. diff --git a/blueprints.yaml b/blueprints.yaml index f9a2d22..1b59475 100755 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Future 2021 slug: future2021 type: theme -version: 1.0.5 +version: 1.0.6 description: Grav Future Imperfect by HTML5 UP (Version 2021) icon: microchip author: @@ -215,9 +215,20 @@ form: 1: PLUGIN_ADMIN.ENABLED 0: PLUGIN_ADMIN.DISABLED validate: - type: bool + type: bool + social_style: + type: select + label: FUTURE.ADMIN.THEME.FOOTER_SOCIAL_STYLE + description: FUTURE.ADMIN.THEME.FOOTER_SOCIAL_STYLE_DESCRIPTION + default: brands + size: medium + options: + regular: FUTURE.ADMIN.THEME.FOOTER_SOCIAL_STYLE_REGULAR + solid: FUTURE.ADMIN.THEME.FOOTER_SOCIAL_STYLE_SOLID + brands: FUTURE.ADMIN.THEME.FOOTER_SOCIAL_STYLE_BRANDS social: name: social + label: FUTURE.ADMIN.THEME.FOOTER_SOCIAL_ICONS_LIST type: list style: vertical collapsed: false