mirror of
https://github.com/jackyzha0/hugo-obsidian.git
synced 2024-06-14 11:42:35 +03:00
basic readme
This commit is contained in:
parent
4e570482e9
commit
6709f7ce99
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Obsidian Link Scrapper
|
||||||
|
GitHub action and binary to scrape [Obsidian](http://obsidian.md/) vault for links and exposes them as a `.yml` file for easy consumption by [Hugo](https://gohugo.io/).
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
`go install github.com/jackyzha0/hugo-obsidian`
|
||||||
|
|
||||||
|
### Example Usage
|
||||||
|
Read Markdown from the `/content` folder and place the resulting `linkIndex.yaml` into `/data`
|
||||||
|
|
||||||
|
```shell
|
||||||
|
hugo-obsidian -input=content -output=data
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user