Prepare for release

This commit is contained in:
pmoreno.rodriguez 2023-07-13 19:27:28 +02:00
parent 51ef5e2712
commit 2bc7511850
3 changed files with 28 additions and 3 deletions

View file

@ -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 # v1.0.5
## 04/17/2023 ## 04/17/2023
@ -12,7 +25,6 @@
* Added support for Owl Carousel plugin * Added support for Owl Carousel plugin
* Added support for Reading time plugin in blog * Added support for Reading time plugin in blog
* Added option to enable or disable primary image in pages * Added option to enable or disable primary image in pages
# v1.0.4 # v1.0.4
## 02/27/2023 ## 02/27/2023

View file

@ -38,6 +38,7 @@ Redesigned from scratch (version 2021)
- Features Modular view template `features.md` - Features Modular view template `features.md`
- Banner Modular view template `banner.md` - Banner Modular view template `banner.md`
- Contact Modular view template `contact.md` - Contact Modular view template `contact.md`
* Owlcarousel template
# Installation # 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_text: # Footer block button text in left sidebar
footer.button_url: # Footer block button url in left sidebar footer.button_url: # Footer block button url in left sidebar
enable_social: # Enable/Disable social icons in footer 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 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. 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.

View file

@ -1,7 +1,7 @@
name: Future 2021 name: Future 2021
slug: future2021 slug: future2021
type: theme type: theme
version: 1.0.5 version: 1.0.6
description: Grav Future Imperfect by HTML5 UP (Version 2021) description: Grav Future Imperfect by HTML5 UP (Version 2021)
icon: microchip icon: microchip
author: author:
@ -216,8 +216,19 @@ form:
0: PLUGIN_ADMIN.DISABLED 0: PLUGIN_ADMIN.DISABLED
validate: 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: social:
name: social name: social
label: FUTURE.ADMIN.THEME.FOOTER_SOCIAL_ICONS_LIST
type: list type: list
style: vertical style: vertical
collapsed: false collapsed: false