add base structure

This commit is contained in:
jackyzha0 2021-07-18 09:35:42 -04:00
commit c01138a81c
26 changed files with 576 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# quartz
Simple second brain and digital garden.
```shell
# Installation
go install github.com/jackyzha0/hugo-obsidian
# Run
hugo-obsidian -input=content -output=data
```