fix
This commit is contained in:
parent
b83b530933
commit
2a414eb8ba
23
config.toml
23
config.toml
@ -5,28 +5,29 @@ copyright = "© syui"
|
|||||||
paginate = 10000
|
paginate = 10000
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
blog = "/blog/post/:year/:month/:day/:slug"
|
blog = "/blog/post/:year/:month/:day/:slug"
|
||||||
novel = "/novel/:slug"
|
novel = "/novel/:slug"
|
||||||
private = "/private/post/:year/:month/:day/:slug"
|
private = "/private/post/:year/:month/:day/:slug"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "syui"
|
name = "syui"
|
||||||
|
email = "ai@syui.ai"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
date_format = "2006-01-02"
|
date_format = "2006-01-02"
|
||||||
mainSections = ["post"]
|
mainSections = ["post"]
|
||||||
author.name = "syui"
|
author.name = "syui"
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
|
|
||||||
[frontmatter]
|
[frontmatter]
|
||||||
date = [":filename", ":default"]
|
date = [":filename", ":default"]
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["JSON", "HTML"]
|
home = ["JSON", "HTML"]
|
||||||
|
|
||||||
#pygmentsCodeFences = false
|
#pygmentsCodeFences = false
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="author" content="{{ .Site.Author.name }}" />
|
<meta name="author" content="{{ .Site.Params.Author }}" />
|
||||||
<meta name="copyright" content="© {{ .Site.Author.name }}" />
|
<meta name="copyright" content="© {{ .Site.Params.Author }}" />
|
||||||
<meta name="description" content="ai" />
|
<meta name="description" content="ai" />
|
||||||
<meta name="keywords" content="ai" />
|
<meta name="keywords" content="ai" />
|
||||||
<meta name="robots" content="all" />
|
<meta name="robots" content="all" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user