Update upvotes again
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 16s

This commit is contained in:
Alex Selimov 2026-03-20 08:39:35 -04:00
parent 0da987c31d
commit 9b162c187e

View file

@ -52,24 +52,8 @@ hideUntranslated = false
themeStyle = "herman" themeStyle = "herman"
generateSocialCard = true generateSocialCard = true
postsToShowOnIndex = 10 postsToShowOnIndex = 10
upvotes = false upvotes = true
upvoteApi = "http://localhost:3030" upvoteApi = "https://www.alexselimov.com/api"
[[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] [params.author]
name = "Alex Selimov" name = "Alex Selimov"