Hugo

Hugo

Frontmatter

Title is required.

Hugo Obsidian

Used to generate graph and interactive links:

1
hugo-obsidian -input=content -output=data

Run

Can server locally with

1
hugo server

Templates

Based on Go, templates are HTML files with references to variables and functions indicated via {{ }}.

Markdown

Can add custom attributes by including the following after a title or block:

1
2
#Title
{.className}

Interactive Graph