Go to file
2021-07-17 01:26:45 -04:00
.gitignore basic dir walking + link parsing 2021-07-16 23:26:40 -04:00
action.yml fix name 2021-07-17 01:19:25 -04:00
Dockerfile remove ga and fix gover 2021-07-17 01:18:59 -04:00
go.mod link filtering 2021-07-17 00:38:12 -04:00
go.sum link filtering 2021-07-17 00:38:12 -04:00
LICENSE.txt basic dir walking + link parsing 2021-07-16 23:26:40 -04:00
main.go improve logging 2021-07-17 01:26:45 -04:00
README.md basic readme 2021-07-17 01:06:39 -04:00

Obsidian Link Scrapper

GitHub action and binary to scrape Obsidian vault for links and exposes them as a .yml file for easy consumption by Hugo.

Installation

go install github.com/jackyzha0/hugo-obsidian

Example Usage

Read Markdown from the /content folder and place the resulting linkIndex.yaml into /data

hugo-obsidian -input=content -output=data