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"
generateSocialCard = true
postsToShowOnIndex = 10
upvotes = false
upvoteApi = "http://localhost:3030"
[[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/"
upvotes = true
upvoteApi = "https://www.alexselimov.com/api"
[params.author]
name = "Alex Selimov"