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
|
2025-07-11 23:23:10 -04:00
|
|
|
|
2026-03-02 14:56:56 -05:00
|
|
|
[pagination]
|
2026-03-02 19:46:59 -05:00
|
|
|
pagerSize = 10
|
2025-07-11 23:23:10 -04:00
|
|
|
|
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
|
2025-07-11 23:23:10 -04:00
|
|
|
|
|
|
|
|
[taxonomies]
|
2026-03-02 19:46:59 -05:00
|
|
|
tag = "tags"
|
|
|
|
|
topic = "topics"
|
2025-07-11 23:23:10 -04:00
|
|
|
|
|
|
|
|
[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
|
2025-07-13 21:56:54 -04:00
|
|
|
|
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"
|
2025-07-11 23:23:10 -04:00
|
|
|
|
2026-03-02 19:46:59 -05:00
|
|
|
[params.author]
|
|
|
|
|
name = "Alex Selimov"
|
2026-03-21 23:31:30 -04:00
|
|
|
email = "alex@alexselimov.com"
|