2021-07-17 14:14:35 -04:00
2021-07-17 14:14:35 -04:00
2021-07-16 23:26:40 -04:00
2021-07-17 01:19:25 -04:00
2021-07-17 01:18:59 -04:00
2021-07-17 00:38:12 -04:00
2021-07-17 00:38:12 -04:00
2021-07-16 23:26:40 -04:00
2021-07-17 14:14:29 -04:00
2021-07-17 11:39:53 -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.

Example Usage (Binary)

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

# Installation
go install github.com/jackyzha0/hugo-obsidian

# Run
hugo-obsidian -input=content -output=data

Example Usage (GitHub Action)

Description
No description provided
Readme
Languages
Go 98%
Dockerfile 2%