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