2025-07-11 23:23:10 -04:00
|
|
|
baseurl = "https://www.alexselimov.com/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
theme = "hugo-theme-terminal"
|
|
|
|
pagination.pagerSize = 5
|
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
|
|
|
|
[params]
|
|
|
|
contentTypeName = "posts"
|
2025-07-13 21:56:54 -04:00
|
|
|
showMenuItems = 3
|
2025-07-11 23:23:10 -04:00
|
|
|
postsToShowOnIndex = 3
|
|
|
|
fullWidthTheme = false
|
|
|
|
centerTheme = true
|
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
tag = "tags"
|
|
|
|
topic = "topics"
|
|
|
|
|
|
|
|
[languages]
|
2025-07-13 21:56:54 -04:00
|
|
|
|
|
|
|
[languages.en.params]
|
2025-07-11 23:23:10 -04:00
|
|
|
title = "Alex Selimov"
|
|
|
|
subtitle = ""
|
|
|
|
keywords = ""
|
|
|
|
copyright = "© Alex Selimov"
|
|
|
|
menuMore = "Show more"
|
|
|
|
readMore = "Read more"
|
|
|
|
readOtherPosts = "Read other posts"
|
|
|
|
|
|
|
|
[languages.en.params.logo]
|
|
|
|
logoText = "Alex Selimov"
|
|
|
|
logoHomeLink = "/"
|
|
|
|
|
|
|
|
[languages.en.menu]
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
identifier = "cv"
|
|
|
|
name = "[CV]"
|
|
|
|
url = "/cv"
|
2025-07-13 21:56:54 -04:00
|
|
|
weight = 1
|
2025-07-11 23:23:10 -04:00
|
|
|
[[languages.en.menu.main]]
|
|
|
|
identifier = "git"
|
|
|
|
name = "[Git]"
|
|
|
|
url = "https://forge.alexselimov.com/aselimov"
|
2025-07-13 21:56:54 -04:00
|
|
|
weight = 1
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
identier = "linkedIn"
|
|
|
|
name = "[LinkedIn]"
|
|
|
|
url = "https://www.linkedin.com/in/alex-selimov/"
|
|
|
|
weight = 2
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
identier = "Scholar"
|
|
|
|
name = "[Google Scholar]"
|
|
|
|
url = "https://scholar.google.com/citations?user=w6unVk8AAAAJ&hl=en&oi=ao"
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
identifier = "gpg"
|
|
|
|
name = "[GPG public key]"
|
|
|
|
url = "./public.key"
|