8 lines
207 B
TOML
8 lines
207 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
|