Add privacy statement to features

This commit is contained in:
Lukas Joswiak 2020-05-30 18:46:06 -07:00
parent dcb111c6ae
commit 7af665757d
3 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -8,8 +8,8 @@ pygmentsUseClasses = true
[params]
description = "Your site description"
dark = "auto"
copyright = "Copyright © 2020 Your Name"
dark = "auto"
highlight = true
[permalinks]

View file

@ -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"