1
0
web/config.toml
2024-05-12 07:41:57 +09:00

33 lines
562 B
TOML

baseurl = "https://yui.syui.ai"
languageCode = "ja-jp"
title = "yui"
copyright = "© syui"
paginate = 10000
[permalinks]
blog = "/blog/post/:year/:month/:day/:slug"
novel = "/novel/:slug"
private = "/private/post/:year/:month/:day/:slug"
[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