test-hugo/config.toml
2020-11-19 22:36:31 +01:00

8 lines
201 B
TOML

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