2020-02-16 11:13:41 +01:00
|
|
|
baseURL = "https://example.com"
|
|
|
|
languageCode = "en-us"
|
|
|
|
title = "Anubis"
|
|
|
|
theme = "anubis"
|
|
|
|
paginate = 3
|
|
|
|
|
|
|
|
disqusShortname = ""
|
|
|
|
googleAnalytics = ""
|
|
|
|
|
|
|
|
[author]
|
2024-01-14 14:54:19 +01:00
|
|
|
name = "Junyi"
|
2020-02-16 11:13:41 +01:00
|
|
|
|
|
|
|
[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
|
2021-11-02 17:01:55 +01:00
|
|
|
style = "auto"
|
2021-05-17 20:04:42 +02:00
|
|
|
readMore = false
|
2022-02-18 10:29:49 +01:00
|
|
|
readNextPosts = 2
|
2022-01-18 17:56:02 +01:00
|
|
|
copyCodeButton = true
|
2022-01-19 16:49:55 +01:00
|
|
|
rssAsSocialIcon = true
|
2022-07-25 19:06:51 +02:00
|
|
|
mathjax = false
|
2021-05-17 20:04:42 +02:00
|
|
|
|
2022-02-26 09:13:01 +01:00
|
|
|
# Graphcomment support
|
|
|
|
graphcommentId = ""
|
|
|
|
|
2021-05-17 20:04:42 +02:00
|
|
|
# utteranc.es support
|
|
|
|
utterancesRepo = "" # mandatory
|
|
|
|
utterancesTheme = "" # optional
|
|
|
|
utterancesIssue = "" # optional
|
|
|
|
utterancesLabel = "" # optional
|
2021-06-25 20:50:11 +02:00
|
|
|
|
2023-09-18 06:04:34 +02:00
|
|
|
# Giscus support
|
|
|
|
GiscusRepo = "" # mandatory
|
|
|
|
GiscusRepoId = "" # mandatory
|
|
|
|
GiscusCategory = "Announcements" # mandatory
|
|
|
|
GiscusCategoryId = "" # mandatory
|
|
|
|
GiscusLazyLoad = false # optional
|
|
|
|
|
2021-06-25 20:50:11 +02:00
|
|
|
[[params.social]]
|
|
|
|
id = "docs"
|
|
|
|
url = "https://gohugo.io/documentation/"
|
2021-01-17 17:16:45 +01:00
|
|
|
|
2021-12-18 13:07:34 +01:00
|
|
|
[[params.social]]
|
|
|
|
id = "github"
|
2024-01-14 10:50:55 +01:00
|
|
|
url = "https://github.com/Junyi-99/hugo-theme-anubis2"
|
2021-12-18 13:07:34 +01:00
|
|
|
|
2020-02-16 11:13:41 +01:00
|
|
|
[menu]
|
|
|
|
|
2021-05-17 20:04:42 +02:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "about"
|
|
|
|
name = "About"
|
|
|
|
url = "/about/"
|
|
|
|
weight = 1
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "tags"
|
|
|
|
name = "Tags"
|
|
|
|
url = "/tags/"
|
|
|
|
weight = 2
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Archive"
|
|
|
|
identifier = "archive"
|
|
|
|
url = "/posts/"
|
|
|
|
weight = 3
|
2020-02-16 11:13:41 +01:00
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
category = "categories"
|
|
|
|
tag = "tags"
|
2020-06-13 18:32:10 +02:00
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
2022-02-26 09:13:01 +01:00
|
|
|
unsafe = true
|