Add automatic dark/light theme switching based on os

This commit is contained in:
Djordje Atlialp 2021-01-14 10:55:00 +01:00
parent 8035db5c05
commit 79d0488087
16 changed files with 28 additions and 72 deletions

View file

@ -1,6 +1,6 @@
# Hello Friend NG
![Hello Friend NG](https://dsh.re/2bd45)
![Hello Friend NG](https://dsh.re/d914c)
## General informations
@ -27,7 +27,7 @@ This theme was highly inspired by the [hello-friend](https://github.com/panr/hug
---
## Features
- Theming: **dark/light mode**, depending on your preferences (dark is default, but you can change it)
- Theming: **dark/light mode**, depending on your system preferences
- Great reading experience thanks to [**Inter UI font**](https://rsms.me/inter/), made by [Rasmus Andersson](https://rsms.me/about/)
- Nice code highlighting thanks to [**PrismJS**](https://prismjs.com)
- An easy way to modify the theme with Hugo tooling
@ -86,9 +86,6 @@ paginate = 10
keywords = "homepage, blog"
images = [""]
# Default theme "light" or "dark"
defaultTheme = "dark"
[taxonomies]
category = "blog"
tag = "tags"