test-hugo/config.toml
2020-11-19 22:47:55 +01:00

7 lines
198 B
TOML

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