diff --git a/exampleSiteMultilingual/hugo.toml b/exampleSiteMultilingual/hugo.toml index bcc2ce6..6bc7cdd 100644 --- a/exampleSiteMultilingual/hugo.toml +++ b/exampleSiteMultilingual/hugo.toml @@ -1,4 +1,4 @@ -baseURL = "https://example.com" +baseURL = "https://hugo-theme-anubis2.netlify.app/" languageCode = "en-us" defaultContentLanguage = "en" title = "Anubis2" @@ -16,7 +16,10 @@ author = "Junyi" description = "Anubis2 is another simple minimalist theme for Hugo blog engine." dateFormat = "2006-01-02" paginationSinglePost = true -style = "auto" + +colorTheme = "auto" +colorThemeSwitcher = true + readMore = false readNextPosts = 2 copyCodeButton = true @@ -28,11 +31,12 @@ toc = true # Graphcomment support graphcommentId = "" -# utteranc.es support -utterancesRepo = "" # mandatory -utterancesTheme = "" # optional -utterancesIssue = "" # optional -utterancesLabel = "" # optional +GiscusRepo = "Junyi-99/hugo-theme-anubis2" +GiscusRepoId = "R_kgDOLEp76Q" +GiscusCategory = "General" +GiscusCategoryId = "DIC_kwDOLEp76c4CcbPS" +GiscusLazyLoad = false +GiscusDataMapping = "pathname" [[params.social]] id = "docs"