From 937d9dfa47dd03cd4397c0c26cb09050861de9d9 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Thu, 19 Mar 2026 23:32:31 -0400 Subject: [PATCH 1/2] Enable anonymous upvotes --- hugo.toml | 1 + themes/hugo-bearcub | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 427c2e3..51a7832 100644 --- a/hugo.toml +++ b/hugo.toml @@ -52,6 +52,7 @@ hideUntranslated = false themeStyle = "herman" generateSocialCard = true postsToShowOnIndex = 10 +upvotes = true [[params.popularPosts]] title = "Say goodbye to st and say hello to ghostty" diff --git a/themes/hugo-bearcub b/themes/hugo-bearcub index d3ce523..e896111 160000 --- a/themes/hugo-bearcub +++ b/themes/hugo-bearcub @@ -1 +1 @@ -Subproject commit d3ce523bfee8ad125ccf970e85602e2972f51627 +Subproject commit e896111497c5dc37ff1b10271f87e47373b76b81 From b29c4000b9a144a1f0fe9b53ce38e73ba18ea4e0 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 20 Mar 2026 00:03:50 -0400 Subject: [PATCH 2/2] Update api endpoint and theme --- hugo.toml | 1 + themes/hugo-bearcub | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 51a7832..f35342c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -53,6 +53,7 @@ themeStyle = "herman" generateSocialCard = true postsToShowOnIndex = 10 upvotes = true +upvoteApi = "http://localhost:3030" [[params.popularPosts]] title = "Say goodbye to st and say hello to ghostty" diff --git a/themes/hugo-bearcub b/themes/hugo-bearcub index e896111..d8834d8 160000 --- a/themes/hugo-bearcub +++ b/themes/hugo-bearcub @@ -1 +1 @@ -Subproject commit e896111497c5dc37ff1b10271f87e47373b76b81 +Subproject commit d8834d83b781837986c9f678a8bfdfd0b79287e7