Source

Source for blog. Hosted on Hetzner behind Caddy.

New Content

To quickly create new content, use the following hugo new commands.

For posts:

$ hugo new posts/[title].md

For note of existing category:

$ hugo new notes/[category]/[title].md

For notes of new category:

$ hugo new --kind note-bundle notes/[category]