2026-03-02 14:56:56 -05:00
baseURL = "https://www.alexselimov.com/"
languageCode = "en-US"
2026-05-11 22:23:51 -04:00
theme = "forge.alexselimov.com/aselimov/hugo-bearcub"
2026-03-02 14:56:56 -05:00
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-05-11 22:23:51 -04:00
[ params . heatmap ]
caption = "This is my unified git heatmap from my <a href='https://forge.alexselimov.com/aselimov'>Forgejo</a> and <a href='https://github.com/aselimov'>Github</a>"
color_empty_dark = "#2a2a2a"
color_empty_light = "#e8e4dc"
color_low = "#7a5010"
color_mid = "#C47E1A"
color_high = "#EF9F27"
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"
2026-05-11 22:23:51 -04:00
[ module ]
[ [ module . imports ] ]
path = 'forge.alexselimov.com/aselimov/hugo-bearcub'
[ [ module . imports ] ]
path = 'forge.alexselimov.com/aselimov/hugo-unified-git-activity'