diff --git a/README.md b/README.md index baeed2c..7edbd35 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Etch is a simple, responsive theme for [Hugo](https://gohugo.io) with a focus on * Support for pages. * Responsive design for optimized mobile experience. * Syntax highlighting with customizable theme. -* Dark theme which automatically adjusts based on users' setting. +* Dark theme which automatically adjusts based on users' setting ([example](https://github.com/LukasJoswiak/etch/wiki/Dark-mode)). +* No external dependencies, no JavaScript, no web fonts. ## Installation diff --git a/exampleSite/config.toml b/exampleSite/config.toml index deb732b..c2050d3 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -8,8 +8,8 @@ pygmentsUseClasses = true [params] description = "Your site description" - dark = "auto" copyright = "Copyright © 2020 Your Name" + dark = "auto" highlight = true [permalinks] diff --git a/theme.toml b/theme.toml index 3cc0a0d..6d6ec37 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ license = "MIT" licenselink = "https://github.com/LukasJoswiak/etch/blob/master/LICENSE" description = "Lightweight Hugo theme with a focus on content" homepage = "https://github.com/LukasJoswiak/etch" -tags = ["simple", "minimal", "clean", "fast", "blog", "responsive", "dark mode"] +tags = ["simple", "minimal", "clean", "fast", "blog", "responsive", "dark mode", "privacy"] features = ["fast", "blog", "syntax highlighting", "dark mode"] min_version = "0.41"