Hugo Theme - Gists
A minimalist gists blog theme for Hugo, inspired by Github Gists.
Init hugo site
hugo new site mysite
cd mysiteInstall the theme
git init
git submodule add https://github.com/dmachard/hugo-theme-gists.git themes/gistsRun in local
hugo server -DUpdate the theme
If you just installed the theme, it is already in the latest version. If not, you can update using the below commands
cd themes/gists
git pullAdd new post
Hugo will create a post with draft: true, change it to false in order for it to show in the website.
hugo new posts/title_of_the_post.mdPin post
pin: trueOn this page
Languages
HTML77.8%CSS14.7%JavaScript7.5%
Contributors
Latest Release
v1.0.0December 10, 2023MIT License
Created September 16, 2023
Updated February 11, 2026