1
0
web/config.toml

32 lines
508 B
TOML
Raw Normal View History

2024-04-05 08:44:02 +00:00
baseurl = "https://yui.syui.ai"
languageCode = "ja-jp"
title = "yui"
copyright = "© syui"
paginate = 10000
[permalinks]
blog = "/blog/post/:year/:month/:day/:slug"
2024-04-07 17:50:00 +00:00
novel = "/novel/:slug"
2024-04-05 08:44:02 +00:00
[author]
name = "syui"
2024-04-21 07:44:03 +00:00
2024-04-05 08:44:02 +00:00
[params]
date_format = "2006-01-02"
mainSections = ["post"]
2024-04-21 07:44:03 +00:00
author.name = "syui"
2024-04-05 08:44:02 +00:00
[markup.goldmark.renderer]
unsafe = true
[frontmatter]
date = [":filename", ":default"]
[taxonomies]
tag = "tags"
[outputs]
home = ["JSON", "HTML"]
#pygmentsCodeFences = false