Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ukautz/obsidian-meets-hugo
Command line tool to export Obsidian Vault into Hugo published website
https://github.com/ukautz/obsidian-meets-hugo
cli hugo notes obsidian
Last synced: 3 months ago
JSON representation
Command line tool to export Obsidian Vault into Hugo published website
- Host: GitHub
- URL: https://github.com/ukautz/obsidian-meets-hugo
- Owner: ukautz
- License: mit
- Created: 2021-11-22T13:56:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T15:44:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T00:24:40.050Z (4 months ago)
- Topics: cli, hugo, notes, obsidian
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![codecov](https://codecov.io/gh/ukautz/obsidian-meets-hugo/branch/main/graph/badge.svg?token=89QLLNR10S)](https://codecov.io/gh/ukautz/obsidian-meets-hugo)
# `omh` - Obsidian Meets Hugo
Command line tool to marry [Obsidian](https://obsidian.md/) vaults to [Hugo](https://gohugo.io/) published websites.
```sh
# 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
```sh
$ 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](https://en.wikipedia.org/wiki/Zettelkasten) - to my [Blog](https://ulrichkautz.com), as you can see here: . 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:
-
-