fix: typo in hugo.toml

This commit is contained in:
Junyi Hou 2024-04-09 20:54:46 +08:00
parent 4c59bcb723
commit 068a362879

View File

@ -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/" },