Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/frjo/hugo-theme-zen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Jonsson <frjo@xdeb.org>2021-12-21 21:09:39 +0300
committerFredrik Jonsson <frjo@xdeb.org>2022-01-24 10:03:42 +0300
commit8974e915aa8f8ab543f2413ebf7f26f11245cde1 (patch)
treee8c9bb7b8af02a01fdca544eec0575b56564161e
parent3737d5874ce3653cb626419f13785f3af648892e (diff)
Add 2.0 information of the README.
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 68f2b86..bdce325 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,18 @@ Sass is processed with Hugo pipes. To make using npm optional I have added the s
![Lighthouse report](https://raw.githubusercontent.com/frjo/hugo-theme-zen/main/images/lighthouse_report.png)
+## Version 2.0
+
+* Use of css4 variables. Colours are now used like this `var(--color-brand)`.
+* The colors, fonts and variables sass files are now in the root sass directory.
+* Use `site` instead of `.Site` and `$.Site`.
+
+### Todo
+
+* Implement more use of css4 variables.
+* Modernise the normalise css.
+* Make css4 variables change based on breakpoints. The zen-gutters e.g. can be set to 10px for mobile and increase to 20px for larger displays.
+
## Table of contents
* [Features](#features)