1
0
Fork 0
hugo/config.toml

36 lines
581 B
TOML

baseurl = "https://syui.ai"
languageCode = "ja-jp"
title = "syui.ai"
copyright = "© syui"
#canonifyurls = true
paginate = 10000
[permalinks]
post = "/archive/note/:slug"
m = "/m/post/:slug"
blog = "/blog/post/:year/:month/:day/:slug"
novel = "/ai/novel/:slug"
app = "/app/dev/:filename"
[author]
name = "syui"
[params]
date_format = "2006-01-02"
mainSections = ["post"]
author.name = "syui"
[markup.goldmark.renderer]
unsafe = true
[frontmatter]
date = [":filename", ":default"]
[taxonomies]
tag = "tags"
[outputs]
home = ["JSON", "HTML"]
#pygmentsCodeFences = false