Command line tool to marry Obsidian vaults to Hugo published websites.
# convert and copy all obsidian notes in directory (and sub-directories)
# into hugo path in `/path/to/hugo/content/obsidian` and respective static
# files into `/path/to/hugo/static/obsidian`
$ omh \
--obsidian-root /path/to/obsidian \
--hugo-root /path/to/hugo
See omh -h
for extended options.
Note: on Mac you can find your iCloud synced notes in ~/Library/Mobile\ Documents/iCloud\~md\~obsidian/Documents/
$ go install github.com/ukautz/obsidian-meets-hugo/cmds/omh
This command line tool allows you to easily export an Obsidian vault, or a sub-set thereof, into a Hugo published website.
I am using this tool to publish my own notes - that follow a standard in between Zettelkasten and Wikipedia - to my Blog, as you can see here: https://ulrichkautz.com/zettel/. This way I have them easily available and can reference them in Blog entries.
MIT
Things I found that do not exactly fit my needs, but maybe yours: