Hugo
Hugo Archetypes
· ☕ 1 min read
A new post can be easily created With Hugo using hugo new posts/new-post.md The default content of this new post is determined by the content of the file posts.md located in directory archetypes. Altering this file to one’s liking is the easiest way to speed up creating new content. For example including frequently used tags and shortcodes would really make a difference reducing the boring stuff of post creation and allow concentrating

Markdown Help
· ☕ 1 min read
Links for helping with markdown syntax https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet https://daringfireball.net/projects/markdown/ https://gohugo.io/content-management/shortcodes/

Hugo
· ☕ 2 min read

This site is build with Hugo. Hugo is a static site generator written in Go.