Hugo Post Formatting Basics
Frontmatter There are some standard Hugo frontmatter, but thereβs also a lot of theme-specific frontmatter. In this post I might be referring to theme-specific frontmatter that you wonβt find in another theme. But the general idea of frontmatters is universal. You can add tags: [swift, json, network call] and it will then add the tags to your post. Add showToc: true and will show a table of contents for your post....