add search support

This commit is contained in:
jackyzha0 2021-08-27 14:08:11 -04:00
parent a0ff5ec48c
commit 1c851271ea
10 changed files with 367 additions and 60 deletions

View file

@ -1,5 +1,5 @@
# 🌱 Quartz
## v1.1
## v2.0
Simple second brain and [digital garden](https://jzhao.xyz/posts/digital-gardening).

View file

@ -15,7 +15,7 @@ $ go install github.com/jackyzha0/hugo-obsidian
$ cd <location-of-your-local-quartz>
# Scrape all links in your Quartz folder and generate info for Quartz
$ hugo-obsidian -input=content -output=data
$ hugo-obsidian -input=content -output=data -index=true
```
Afterwards, start the Hugo server as shown above and your local backlinks and interactive graph should be populated!