Personal blog
Powered by static site generator: https://gohugo.io/
Theme based on https://github.com/mismith0227/hugo_theme_pickles
hugo server -D
Here -D is to also render drafts.
Create a new article like:
hugo new posts/2020-06-20-my-new-post.md
When the article is finished and ready to publish, remove the line draft = true.
- Write a new article, once done, set
draft=false, commit the new article with git. - Commit and push the
mainbranch to GitHub, the website is published via GitHub Actions: https://github.com/josdejong/blog/actions.