6 lines
176 B
TOML
6 lines
176 B
TOML
baseURL = "https://fukurokuju.dev/test-hugo"
|
|
languageCode = "en-us"
|
|
title = "My New Hugo Site"
|
|
theme = "novela"
|
|
disableKinds = ["taxonomy", "taxonomyTerm"]
|
|
canonifyURLs = true
|