hugo-theme-anubis2/exampleSiteMultilingual/hugo.toml

153 lines
2.5 KiB
TOML
Raw Normal View History

2024-03-13 10:14:06 +01:00
baseURL = "https://hugo-theme-anubis2.netlify.app/"
languageCode = "en-us"
defaultContentLanguage = "en"
2024-01-14 15:01:46 +01:00
title = "Anubis2"
2024-03-06 07:01:51 +01:00
theme = "anubis2"
paginate = 3
disqusShortname = ""
2024-03-18 05:46:45 +01:00
[author]
2024-01-14 14:54:19 +01:00
name = "Junyi"
[params]
2024-01-14 14:54:19 +01:00
author = "Junyi"
description = "Anubis2 is another simple minimalist theme for Hugo blog engine."
2021-05-17 20:04:42 +02:00
dateFormat = "2006-01-02"
paginationSinglePost = true
2024-03-13 10:14:06 +01:00
colorTheme = "auto"
colorThemeSwitcher = true
2024-03-06 07:22:23 +01:00
readMore = false
2022-02-18 10:29:49 +01:00
readNextPosts = 2
copyCodeButton = true
2022-01-19 16:49:55 +01:00
rssAsSocialIcon = true
2022-05-29 17:03:39 +02:00
locale = "en-us"
mathjax = false
2024-03-06 07:01:51 +01:00
toc = true
2022-02-26 09:13:01 +01:00
# Graphcomment support
graphcommentId = ""
2024-03-13 10:14:06 +01:00
GiscusRepo = "Junyi-99/hugo-theme-anubis2"
GiscusRepoId = "R_kgDOLEp76Q"
GiscusCategory = "General"
GiscusCategoryId = "DIC_kwDOLEp76c4CcbPS"
GiscusLazyLoad = false
GiscusDataMapping = "pathname"
2021-05-17 20:04:42 +02:00
[[params.social]]
id = "docs"
url = "https://gohugo.io/documentation/"
2021-01-17 17:16:45 +01:00
[[params.social]]
id = "github"
2024-01-14 10:50:55 +01:00
url = "https://github.com/Junyi-99/hugo-theme-anubis2"
[languages.en]
2021-05-17 20:04:42 +02:00
languageName = "English"
2024-03-06 07:01:51 +01:00
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
2021-05-17 20:04:42 +02:00
identifier = "about"
name = "About"
url = "/about/"
2024-03-06 07:01:51 +01:00
weight = 2
[[menu.main]]
2021-05-17 20:04:42 +02:00
identifier = "tags"
name = "Tags"
url = "/tags/"
2024-03-06 07:01:51 +01:00
weight = 3
[[menu.main]]
2021-05-17 20:04:42 +02:00
name = "Archive"
identifier = "archive"
url = "/posts/"
2024-03-06 07:01:51 +01:00
weight = 4
2020-05-24 18:30:37 +02:00
[languages.pl]
2021-05-17 20:04:42 +02:00
languageName = "Polski"
2020-05-24 18:30:37 +02:00
2024-03-06 07:01:51 +01:00
[[languages.pl.menu.main]]
identifier = "home"
name = "Strona Główna"
url = "/"
weight = 1
[[languages.pl.menu.main]]
2021-05-17 20:04:42 +02:00
identifier = "about"
name = "O Hugo"
url = "/about/"
2024-03-06 07:01:51 +01:00
weight = 2
[[languages.pl.menu.main]]
2021-05-17 20:04:42 +02:00
identifier = "tags"
name = "Tagi"
url = "/tags/"
2024-03-06 07:01:51 +01:00
weight = 3
[[languages.pl.menu.main]]
2021-05-17 20:04:42 +02:00
identifier = "archive"
name = "Archiwum"
url = "/posts/"
2024-03-06 07:01:51 +01:00
weight = 4
[languages.pl.params]
languageCode = "pl-pl"
2022-05-29 17:03:39 +02:00
2024-01-14 14:58:45 +01:00
[languages.zh]
languageName = "Chinese"
2024-03-06 07:01:51 +01:00
[[languages.zh.menu.main]]
identifier = "home"
name = "首页"
url = "/"
weight = 1
2024-01-14 14:58:45 +01:00
[[languages.zh.menu.main]]
identifier = "about"
2024-01-14 15:01:46 +01:00
name = "关于"
2024-01-14 14:58:45 +01:00
url = "/about/"
2024-03-06 07:01:51 +01:00
weight = 2
2024-01-14 14:58:45 +01:00
[[languages.zh.menu.main]]
identifier = "tags"
2024-01-14 15:01:46 +01:00
name = "标签"
2024-01-14 14:58:45 +01:00
url = "/tags/"
2024-03-06 07:01:51 +01:00
weight = 3
2024-01-14 14:58:45 +01:00
[[languages.zh.menu.main]]
identifier = "archive"
2024-01-14 15:01:46 +01:00
name = "归档"
2024-01-14 14:58:45 +01:00
url = "/posts/"
2024-03-06 07:01:51 +01:00
weight = 4
2024-01-14 14:58:45 +01:00
[languages.zh.params]
languageCode = "zh-cn"
[taxonomies]
category = "categories"
tag = "tags"
author = "authors"
[markup.goldmark.renderer]
2022-02-26 09:13:01 +01:00
unsafe = true
2024-03-18 05:46:45 +01:00
[params.UmamiAnalytics]
enabled = true
dnt = false
id = "e4f661ff-9a8c-49d4-b3cc-2efe553e3973" # Website ID
datacache = false
url = "https://eu.umami.is/script.js"
shareUrl = "https://eu.umami.is/share/RIETUMwZn4IBMIr8/hugo-theme-anubis2.netlify.app"