test-hugo/config.toml
2020-11-19 22:21:58 +01:00

8 lines
213 B
TOML

#baseURL = "https://fukurokuju.dev/test-hugo"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "novela"
disableKinds = ["taxonomy", "taxonomyTerm"]
canonifyURLs = true
relativeURLs = true
uglyURLs = true