See on ssp.sh/brain.
This is a fork of the Quartz repo (v3 with Hugo). I added some additional features such as:
- tagging with #publish will automatically copy the note from my private second brain in Obsidian to this public second brain. You find the python scrips in utils.
- It also converts the first header (
# my title
) into the frontmatter (metadata of each note) and removes it so that Quartz needs it.
The content/notes itself are not published in this repo, only on ssp.sh/brain.
The tool used is hugo-obsidian
, a small go programm written by Jacky. Here's the source. But it is not maintained anymore (as there is now a v4 without it) and it had bugs and didn't show all my backlinks. That's why I forked it and fixed the backlinks. You can find it here: sspaeti/hugo-obsidian.
I use the utils in obsidian-quartz script, written in Rust.
Find these in .htaccess