update: nextlify deployment
This commit is contained in:
parent
79b242d3d1
commit
80fe4bad84
@ -2,7 +2,7 @@ baseURL = "https://example.com"
|
|||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
title = "Anubis2"
|
title = "Anubis2"
|
||||||
theme = "anubis"
|
theme = "anubis2"
|
||||||
paginate = 3
|
paginate = 3
|
||||||
|
|
||||||
disqusShortname = ""
|
disqusShortname = ""
|
||||||
@ -17,12 +17,13 @@ description = "Anubis2 is another simple minimalist theme for Hugo blog engine."
|
|||||||
dateFormat = "2006-01-02"
|
dateFormat = "2006-01-02"
|
||||||
paginationSinglePost = true
|
paginationSinglePost = true
|
||||||
style = "auto"
|
style = "auto"
|
||||||
readMore = false
|
readMore = true
|
||||||
readNextPosts = 2
|
readNextPosts = 2
|
||||||
copyCodeButton = true
|
copyCodeButton = true
|
||||||
rssAsSocialIcon = true
|
rssAsSocialIcon = true
|
||||||
locale = "en-us"
|
locale = "en-us"
|
||||||
mathjax = false
|
mathjax = false
|
||||||
|
toc = true
|
||||||
|
|
||||||
# Graphcomment support
|
# Graphcomment support
|
||||||
graphcommentId = ""
|
graphcommentId = ""
|
||||||
@ -44,44 +45,57 @@ url = "https://github.com/Junyi-99/hugo-theme-anubis2"
|
|||||||
[languages.en]
|
[languages.en]
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "home"
|
||||||
|
name = "Home"
|
||||||
|
url = "/"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "About"
|
name = "About"
|
||||||
url = "/about/"
|
url = "/about/"
|
||||||
weight = 1
|
weight = 2
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "tags"
|
identifier = "tags"
|
||||||
name = "Tags"
|
name = "Tags"
|
||||||
url = "/tags/"
|
url = "/tags/"
|
||||||
weight = 2
|
weight = 3
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Archive"
|
name = "Archive"
|
||||||
identifier = "archive"
|
identifier = "archive"
|
||||||
url = "/posts/"
|
url = "/posts/"
|
||||||
weight = 3
|
weight = 4
|
||||||
|
|
||||||
[languages.pl]
|
[languages.pl]
|
||||||
languageName = "Polski"
|
languageName = "Polski"
|
||||||
|
|
||||||
|
|
||||||
|
[[languages.pl.menu.main]]
|
||||||
|
identifier = "home"
|
||||||
|
name = "Strona Główna"
|
||||||
|
url = "/"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
[[languages.pl.menu.main]]
|
[[languages.pl.menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "O Hugo"
|
name = "O Hugo"
|
||||||
url = "/about/"
|
url = "/about/"
|
||||||
weight = 1
|
weight = 2
|
||||||
|
|
||||||
[[languages.pl.menu.main]]
|
[[languages.pl.menu.main]]
|
||||||
identifier = "tags"
|
identifier = "tags"
|
||||||
name = "Tagi"
|
name = "Tagi"
|
||||||
url = "/tags/"
|
url = "/tags/"
|
||||||
weight = 2
|
weight = 3
|
||||||
|
|
||||||
[[languages.pl.menu.main]]
|
[[languages.pl.menu.main]]
|
||||||
identifier = "archive"
|
identifier = "archive"
|
||||||
name = "Archiwum"
|
name = "Archiwum"
|
||||||
url = "/posts/"
|
url = "/posts/"
|
||||||
weight = 3
|
weight = 4
|
||||||
|
|
||||||
[languages.pl.params]
|
[languages.pl.params]
|
||||||
languageCode = "pl-pl"
|
languageCode = "pl-pl"
|
||||||
@ -89,23 +103,29 @@ languageCode = "pl-pl"
|
|||||||
[languages.zh]
|
[languages.zh]
|
||||||
languageName = "Chinese"
|
languageName = "Chinese"
|
||||||
|
|
||||||
|
[[languages.zh.menu.main]]
|
||||||
|
identifier = "home"
|
||||||
|
name = "首页"
|
||||||
|
url = "/"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
[[languages.zh.menu.main]]
|
[[languages.zh.menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "关于"
|
name = "关于"
|
||||||
url = "/about/"
|
url = "/about/"
|
||||||
weight = 1
|
weight = 2
|
||||||
|
|
||||||
[[languages.zh.menu.main]]
|
[[languages.zh.menu.main]]
|
||||||
identifier = "tags"
|
identifier = "tags"
|
||||||
name = "标签"
|
name = "标签"
|
||||||
url = "/tags/"
|
url = "/tags/"
|
||||||
weight = 2
|
weight = 3
|
||||||
|
|
||||||
[[languages.zh.menu.main]]
|
[[languages.zh.menu.main]]
|
||||||
identifier = "archive"
|
identifier = "archive"
|
||||||
name = "归档"
|
name = "归档"
|
||||||
url = "/posts/"
|
url = "/posts/"
|
||||||
weight = 3
|
weight = 4
|
||||||
|
|
||||||
[languages.zh.params]
|
[languages.zh.params]
|
||||||
languageCode = "zh-cn"
|
languageCode = "zh-cn"
|
||||||
|
Loading…
Reference in New Issue
Block a user