From 9b162c187eca49bb3278ccea9db3dfb0450ae2a1 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 20 Mar 2026 08:39:35 -0400 Subject: [PATCH] Update upvotes again --- hugo.toml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/hugo.toml b/hugo.toml index 02fc012..2a352a3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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"