Skip to content

dmachard/hugo-theme-gists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Theme - Gists

A minimalist gists blog theme for Hugo, inspired by Github Gists.

Init hugo site

hugo new site mysite
cd mysite

Install the theme

git init
git submodule add https://github.com/dmachard/hugo-theme-gists.git themes/gists

Run in local

hugo server -D

Update 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 pull

Add 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.md

Pin post

pin: true

About

A minimalist gists blog theme for Hugo, inspired by Github.

Resources

License

Stars

Watchers

Forks

Packages

No packages published