dahlsailrunner / knowyourtoolset-blog

MIT License
0 stars 0 forks source link

KnowYourToolset Blog

This repository is my personal blog that uses Hugo and I chose the Clarity theme from the Hugo Themes Showcase.

The way to run the site is:

git submodule init
git submodule update
hugo serve

Then browse to http://locahost:1313

New Posts

To create a new post, use the command below and then make sure to update the meta-data at the top of the file. Remove the draft: true line to have the post show up on the site.

hugo new --kind post YYYY/MM/slug-for-your-new-article.md

Make sure to include the YYYY value in the config\_default\params.toml element called mainSections.