Hugo Themes
Nightfall
Minimal dark theme for Hugo
- Author: Matúš Námešný
- Minimum Hugo Version: 0.80.0
- GitHub Stars: 10
- Updated: 2023-02-12
- License: MIT
- Tags: Blog Dark Minimal
Nightfall
Nightfall is a minimal dark theme for Hugo
Get the theme
git clone https://github.com/LordMathis/hugo-theme-nightfall themes/nightfall
Configure the theme
Add these params to you config.toml
[params]
author = "Mr Hugo"
user = "hello"
hostname = "gohugo.io"
You can also add social links
[[params.social]]
key = 0
name = "github"
url = "https://github.com/gohugoio"
[[params.social]]
key = 1
name = "twitter"
url = "https://www.example.com"
[[params.social]]
key = 2
name = "linkedin"
url = "https://www.example.com"
[[params.social]]
key = 3
name = "email"
url = "mailto:email@example.com"
For full example chech exampleSite/config.toml