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