AlexSelimov.com/hugo.toml
2026-03-02 19:46:59 -05:00

73 lines
1.6 KiB
TOML

baseURL = "https://www.alexselimov.com/"
languageCode = "en-US"
theme = "hugo-bearcub"
defaultContentLanguage = "en"
copyright = "© Alex Selimov"
enableRobotsTXT = true
[pagination]
pagerSize = 10
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
lineNos = true
lineNumbersInTable = false
noClasses = false
[taxonomies]
tag = "tags"
topic = "topics"
[languages]
[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
[params]
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
[[params.popularPosts]]
title = "Say goodbye to st and say hello to ghostty"
url = "/posts/st_to_ghostty/"
[[params.popularPosts]]
title = "Getting CUDA toolkit installed on Void Linux"
url = "/posts/cuda_on_void/"
[[params.popularPosts]]
title = "Rust is pretty good (Short thoughts on Rust)"
url = "/posts/thoughts_on_rust/"
[[params.popularPosts]]
title = "My nvim/tmux workflow"
url = "/posts/tmux_and_nvim/"
[[params.popularPosts]]
title = "Fighting the web obesity crisis using Hugo and Skeleton CSS"
url = "/posts/web_obesity/"
[params.author]
name = "Alex Selimov"