AlexSelimov.com/hugo.toml

60 lines
1.1 KiB
TOML
Raw Normal View History

2026-03-02 14:56:56 -05:00
baseURL = "https://www.alexselimov.com/"
languageCode = "en-US"
theme = "hugo-bearcub"
defaultContentLanguage = "en"
copyright = "© Alex Selimov"
enableRobotsTXT = true
2026-03-02 14:56:56 -05:00
[pagination]
2026-03-02 19:46:59 -05:00
pagerSize = 10
2026-03-02 14:56:56 -05:00
[markup]
2026-03-02 19:46:59 -05:00
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
lineNos = true
lineNumbersInTable = false
noClasses = false
[taxonomies]
2026-03-02 19:46:59 -05:00
tag = "tags"
topic = "topics"
[languages]
2026-03-02 19:46:59 -05:00
[languages.en]
title = "Alex Selimov"
languageName = "en-US"
languageCode = "en-US"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[languages.en.menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects/"
weight = 2
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 3
2026-03-02 14:56:56 -05:00
[params]
2026-03-02 19:46:59 -05:00
description = "Alex Selimov personal site and blog."
title = "Alex Selimov"
favicon = "favicon.png"
images = ["og-image.png"]
dateFormat = "2006-01-02"
hideUntranslated = false
themeStyle = "herman"
generateSocialCard = true
postsToShowOnIndex = 10
2026-03-20 08:39:35 -04:00
upvotes = true
upvoteApi = "https://www.alexselimov.com/api"
2026-03-02 19:46:59 -05:00
[params.author]
name = "Alex Selimov"