hugo-theme-anubis2/exampleSiteMultilingual/config.toml

85 lines
1.4 KiB
TOML
Raw Normal View History

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"
[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
copyCodeButton = true
2022-01-19 16:49:55 +01:00
rssAsSocialIcon = true
2021-05-17 20:04:42 +02:00
# utteranc.es support
utterancesRepo = "" # mandatory
utterancesTheme = "" # optional
utterancesIssue = "" # optional
utterancesLabel = "" # optional
[[params.social]]
id = "docs"
url = "https://gohugo.io/documentation/"
2021-01-17 17:16:45 +01:00
[[params.social]]
id = "github"
url = "https://github.com/mitrichius/hugo-theme-anubis"
[languages.en]
2021-05-17 20:04:42 +02:00
languageName = "English"
[[menu.main]]
2021-05-17 20:04:42 +02:00
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
2021-05-17 20:04:42 +02:00
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
2021-05-17 20:04:42 +02:00
name = "Archive"
identifier = "archive"
url = "/posts/"
weight = 3
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
[[languages.pl.menu.main]]
2021-05-17 20:04:42 +02:00
identifier = "about"
name = "O Hugo"
url = "/about/"
weight = 1
[[languages.pl.menu.main]]
2021-05-17 20:04:42 +02:00
identifier = "tags"
name = "Tagi"
url = "/tags/"
weight = 2
[[languages.pl.menu.main]]
2021-05-17 20:04:42 +02:00
identifier = "archive"
name = "Archiwum"
url = "/posts/"
weight = 3
[taxonomies]
category = "categories"
tag = "tags"
[markup.goldmark.renderer]
unsafe = true