mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Prepare for release
This commit is contained in:
parent
51ef5e2712
commit
2bc7511850
3 changed files with 28 additions and 3 deletions
14
CHANGELOG.md
14
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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
@ -216,8 +216,19 @@ form:
|
|||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue