AlexSelimov.com/hugo.toml

74 lines
1.8 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]
pagerSize = 5
2026-03-02 14:56:56 -05:00
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
lineNos = true
lineNumbersInTable = false
noClasses = false
[taxonomies]
2026-03-02 14:56:56 -05:00
tag = "tags"
topic = "topics"
[languages]
2026-03-02 14:56:56 -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]
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 = 5
2026-03-02 14:56:56 -05:00
[[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/"
2026-03-02 14:56:56 -05:00
[params.author]
name = "Alex Selimov"