hugo.toml (265B)
1 baseURL = 'https://www.mtkn.jp/' 2 languageCode = 'ja-jp' 3 title = '松露庵' 4 uglyURLs = true 5 disableKinds = ['sitemap', 'taxonomy', 'term'] 6 7 [outputs] 8 section = ['html'] 9 taxonomy = ['html'] 10 term = ['html'] 11 12 [outputFormats] 13 [outputFormats.rss] 14 baseName = 'rss'