Update upvotes again
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 16s
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 16s
This commit is contained in:
parent
0da987c31d
commit
9b162c187e
1 changed files with 2 additions and 18 deletions
20
hugo.toml
20
hugo.toml
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue