Skip to content

Commit

Permalink
Update deploy procedure in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
warren committed Sep 19, 2024
1 parent 79d02f0 commit 233781b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Against Quartz's recommended setup, I do all my note-taking outside of this repo
My workflow looks like this:

1) I write in my Obsidian vault like normal. If there's a note I want to publish, I tag it with `#publish` (every article you see here has that tag somewhere).
2) When it's time to publish, I run `python3 misc/get_notes.py` and then `npx quartz sync`.
2) When it's time to publish, I run `rm /content/*` , `python3 misc/get_notes.py` , and then `git restore content/index.md`. Then `npx quartz sync`. TODO: Write a script to do this all at once.
3) Goto 1

Refreshingly simple!
Expand Down

0 comments on commit 233781b

Please sign in to comment.