test-hugo/config.toml
2020-11-19 22:30:54 +01:00

7 lines
191 B
TOML

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