-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da9e2e1
commit 026ed55
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: "Quartz for Obsidian" | ||
date: "Sun Mar 10 20:03:41 -0400 2024" | ||
category: dev | ||
--- | ||
|
||
I recently discovered [Quartz][1], a static site generator that works great | ||
with [Obsidian][2]. | ||
|
||
I've been using it to publish my notes to a public site, and I'm really happy | ||
with the results. I wrote a [note][3] about how I set it up on GitHub Pages, | ||
and I'm planning to write more about how I'm using it. | ||
|
||
[1]: https://quartz.jzhao.xyz | ||
[2]: https://obsidian.md | ||
[3]: https://notes.priddle.xyz/quartz/hosting-on-github-pages |