2020-05-24 18:07:34 +02:00
|
|
|
baseURL = "https://example.com"
|
|
|
|
languageCode = "en-us"
|
|
|
|
defaultContentLanguage = "en"
|
|
|
|
title = "Anubis"
|
|
|
|
theme = "anubis"
|
|
|
|
paginate = 3
|
|
|
|
|
|
|
|
disqusShortname = ""
|
|
|
|
googleAnalytics = ""
|
|
|
|
|
|
|
|
[author]
|
2021-05-17 20:04:42 +02:00
|
|
|
name = "Dmitry Kolosov"
|
2020-05-24 18:07:34 +02:00
|
|
|
|
|
|
|
[params]
|
2021-05-17 20:04:42 +02:00
|
|
|
author = "Dmitry Kolosov"
|
|
|
|
description = "Anubis is a simple minimalist theme for Hugo blog engine."
|
|
|
|
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
|
2020-05-24 18:07:34 +02:00
|
|
|
|
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
|
|
|
[[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"
|
|
|
|
url = "https://github.com/mitrichius/hugo-theme-anubis"
|
|
|
|
|
2020-05-24 18:07:34 +02:00
|
|
|
[languages.en]
|
2021-05-17 20:04:42 +02:00
|
|
|
languageName = "English"
|
2020-05-24 18:07:34 +02:00
|
|
|
|
|
|
|
[[menu.main]]
|
2021-05-17 20:04:42 +02:00
|
|
|
identifier = "about"
|
|
|
|
name = "About"
|
|
|
|
url = "/about/"
|
|
|
|
weight = 1
|
2020-05-24 18:07:34 +02:00
|
|
|
|
|
|
|
[[menu.main]]
|
2021-05-17 20:04:42 +02:00
|
|
|
identifier = "tags"
|
|
|
|
name = "Tags"
|
|
|
|
url = "/tags/"
|
|
|
|
weight = 2
|
2020-05-24 18:07:34 +02:00
|
|
|
|
|
|
|
[[menu.main]]
|
2021-05-17 20:04:42 +02:00
|
|
|
name = "Archive"
|
|
|
|
identifier = "archive"
|
|
|
|
url = "/posts/"
|
|
|
|
weight = 3
|
2020-05-24 18:07:34 +02:00
|
|
|
|
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
|
|
|
|
2020-05-24 18:07:34 +02:00
|
|
|
[[languages.pl.menu.main]]
|
2021-05-17 20:04:42 +02:00
|
|
|
identifier = "about"
|
|
|
|
name = "O Hugo"
|
|
|
|
url = "/about/"
|
|
|
|
weight = 1
|
2020-05-24 18:07:34 +02:00
|
|
|
|
|
|
|
[[languages.pl.menu.main]]
|
2021-05-17 20:04:42 +02:00
|
|
|
identifier = "tags"
|
|
|
|
name = "Tagi"
|
|
|
|
url = "/tags/"
|
|
|
|
weight = 2
|
2020-05-24 18:07:34 +02:00
|
|
|
|
|
|
|
[[languages.pl.menu.main]]
|
2021-05-17 20:04:42 +02:00
|
|
|
identifier = "archive"
|
|
|
|
name = "Archiwum"
|
|
|
|
url = "/posts/"
|
|
|
|
weight = 3
|
2020-05-24 18:07:34 +02:00
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
category = "categories"
|
|
|
|
tag = "tags"
|
2020-06-13 18:32:10 +02:00
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|