1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 14:21:24 +00:00

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
```