2020-02-16 11:13:41 +01:00
|
|
|
baseURL = "https://example.com"
|
|
|
|
languageCode = "en-us"
|
|
|
|
title = "Anubis"
|
|
|
|
theme = "anubis"
|
|
|
|
paginate = 3
|
|
|
|
|
|
|
|
disqusShortname = ""
|
|
|
|
googleAnalytics = ""
|
|
|
|
|
|
|
|
[author]
|
2021-05-17 20:04:42 +02:00
|
|
|
name = "Dmitry Kolosov"
|
2020-02-16 11:13:41 +01: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
|
|
|
|
style = "light-without-switcher"
|
|
|
|
readMore = false
|
|
|
|
|
|
|
|
# utteranc.es support
|
|
|
|
utterancesRepo = "" # mandatory
|
|
|
|
utterancesTheme = "" # optional
|
|
|
|
utterancesIssue = "" # optional
|
|
|
|
utterancesLabel = "" # optional
|
|
|
|
|
|
|
|
[[params.social]]
|
|
|
|
id = "github"
|
|
|
|
name = "gohugoio"
|
|
|
|
|
|
|
|
[[params.social]]
|
2021-06-17 12:18:18 +02:00
|
|
|
id = "docs"
|
|
|
|
url = "https://gohugo.io/documentation/"
|
2021-01-17 17:16:45 +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]
|
|
|
|
unsafe = true
|