Obsidian to Hugo Script
Obsidian to Hugo is an Obsidian to Hugo markdown exporter made for my particular use case. It exports one markdown file from my Obsidian vault to my local Hugo instance.
It replaces Obsidian YAML/TOML frontmatter with output of the Hugo site’s acutal archetypes/default.md template—the template that’s rendered by the hugo new <some/path> command. External markdown links are preserved. Internal wiki links, are also preserved, but generate a warning so they can be manually fixed. Image links are fixed and images are copied from Obsidian to static/images.
It saves me a bit of time.
The hugo-to-obsidian-pick script is a fun addition:
Tags: