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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-10-12 20:04:38 +0300
committerVivek R <vividvilla@gmail.com>2019-10-12 20:18:57 +0300
commitd8269da72245aefa9c71096c553aad00b963b202 (patch)
tree009698ec7ada238f74492a34156fa9c99c893753 /README.md
parent10254883df6c7cb8b38b6443f27ff098c6b08bf8 (diff)
feat: add dark mode
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index ace07d7..621639a 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,13 @@ Clean and minimal personal blog and portfolio theme for Hugo.
[View demo](https://ezhil-hugo.netlify.com/)
-![Screenshot](images/screenshot.png "Ezhil")
+![Screenshot](images/screenshot-light.png "Ezhil light theme")
+![Screenshot](images/screenshot-dark.png "Ezhil dark theme")
## Features
* Clean and minimal
+* Dark mode (Auto detect from OS)
* Responsive
* Supports tags
* Social media links
@@ -65,6 +67,9 @@ paginate = 10
featherIconsCDN = true
# Specify favicon (icons/i.png maps to static/icons/i.png). No favicon if not defined.
favicon = "icons/myicon.png"
+ # Switch to dark mode or auto detect mode from OS (Optional).
+ # "dark" will set mode to dark and "auto" will switch to dark mode if OS is in dark mode.
+ mode = "dark" # "dark" or "auto"
# Main menu which appears below site header.
[[menu.main]]