Skip to content

Command line tool to export Obsidian Vault into Hugo published website

License

Notifications You must be signed in to change notification settings

ukautz/obsidian-meets-hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecov

omh - Obsidian Meets Hugo

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/

Install

$ go install github.com/ukautz/obsidian-meets-hugo/cmds/omh

Use-Case

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.

License

MIT

Alternatives

Things I found that do not exactly fit my needs, but maybe yours:

About

Command line tool to export Obsidian Vault into Hugo published website

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages