1
0

update gh-actions

This commit is contained in:
2024-08-12 18:49:53 +09:00
parent cb90bcca91
commit 9b7df7860d
67 changed files with 326 additions and 477 deletions

View File

@@ -5,28 +5,29 @@ copyright = "© syui"
paginate = 10000
[permalinks]
blog = "/blog/post/:year/:month/:day/:slug"
novel = "/novel/:slug"
private = "/private/post/:year/:month/:day/:slug"
blog = "/blog/post/:year/:month/:day/:slug"
novel = "/novel/:slug"
private = "/private/post/:year/:month/:day/:slug"
[author]
name = "syui"
name = "syui"
email = "ai@syui.ai"
[params]
date_format = "2006-01-02"
mainSections = ["post"]
author.name = "syui"
date_format = "2006-01-02"
mainSections = ["post"]
author.name = "syui"
[markup.goldmark.renderer]
unsafe = true
unsafe = true
[frontmatter]
date = [":filename", ":default"]
date = [":filename", ":default"]
[taxonomies]
tag = "tags"
tag = "tags"
[outputs]
home = ["JSON", "HTML"]
home = ["JSON", "HTML"]
#pygmentsCodeFences = false