Hugo Notes
Hugo notes
Tryig to transition to hugo for my website. This link has been hugely helpful.
https://cloudcannon.com/community/learn/hugo-beginner-tutorial/layouts-in-hugo/
Note that Hugo does not publish posts that is on a future date and todays date. It only serves / publishes those are yesterday and before.
Sort and print all tags by count
https://code.luasoftware.com/tutorials/hugo/hugo-list-tags-sort-by-count
Centering images in hugo
http://www.ebadf.net/2016/10/19/centering-images-in-hugo/
Create tags at the end of a blog post
https://www.jakewiesler.com/blog/hugo-taxonomies
Some notes on using Hugo to publish websites
https://gohugo.io/getting-started/quick-start/
hugo new site quickstart
cd quickstart
git init
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke themes/ananke
echo "theme = 'ananke'" >> config.toml
hugo server