fix: typo in hugo.toml
This commit is contained in:
parent
4c59bcb723
commit
068a362879
@ -1,13 +1,12 @@
|
|||||||
baseURL = "/"
|
baseURL = "/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
title = "Anubis2"
|
title = "Anubis2 Demo Site"
|
||||||
theme = "anubis2"
|
theme = "anubis2"
|
||||||
paginate = 5
|
paginate = 5
|
||||||
|
|
||||||
disqusShortname = ""
|
disqusShortname = ""
|
||||||
|
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Junyi"
|
name = "Junyi"
|
||||||
|
|
||||||
@ -38,7 +37,7 @@ GiscusCategoryId = "DIC_kwDOLEp76c4CcbPS"
|
|||||||
GiscusLazyLoad = false
|
GiscusLazyLoad = false
|
||||||
GiscusDataMapping = "pathname"
|
GiscusDataMapping = "pathname"
|
||||||
|
|
||||||
customCSS = ["css/custom1.scss", "css/custom2.css"]
|
customCSS = ["custom-css/custom1.scss", "custom-css/custom2.css"]
|
||||||
|
|
||||||
social = [
|
social = [
|
||||||
{ id = "docs", url = "https://gohugo.io/documentation/" },
|
{ id = "docs", url = "https://gohugo.io/documentation/" },
|
||||||
|
Loading…
Reference in New Issue
Block a user