https://github.com/sspaeti/second-brain-public
My Public Second Brain Framework and Style (Quartz V3-Hugo)
https://github.com/sspaeti/second-brain-public
Last synced: 3 months ago
JSON representation
My Public Second Brain Framework and Style (Quartz V3-Hugo)
- Host: GitHub
- URL: https://github.com/sspaeti/second-brain-public
- Owner: sspaeti
- License: mit
- Created: 2022-08-30T12:53:52.000Z (about 3 years ago)
- Default Branch: hugo
- Last Pushed: 2025-07-01T09:21:00.000Z (4 months ago)
- Last Synced: 2025-07-01T10:32:29.283Z (4 months ago)
- Language: SCSS
- Homepage: https://ssp.sh/brain/public-second-brain-with-quartz
- Size: 53.9 MB
- Stars: 65
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - sspaeti/second-brain-public - My Public Second Brain Framework and Style (SCSS)
README
# My Public Second Brain.
See on [ssp.sh/brain](https://ssp.sh/brain).
This is a fork of the [Quartz](https://github.com/jackyzha0/quartz) repo ([v3](https://github.com/jackyzha0/quartz/tree/hugo) with Hugo). I added some additional features such as:
* tagging with #publish will automatically copy the note from my private second brain in [Obsidian](https://obsidian.md) to this public second brain. You find the python scrips in [utils](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](https://ssp.sh/brain).
## Utils used
## Backlink and graph creation
The tool used is `hugo-obsidian`, a small go programm written by Jacky. Here's the [source](https://github.com/jackyzha0/hugo-obsidian). But it is not maintained anymore (as there is now a [v4](https://github.com/jackyzha0/quartz/tree/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](https://github.com/sspaeti/hugo-obsidian).
### Move file from my Obsidian to this Quartz folder
I use the utils in [obsidian-quartz](./utils/obsidian-quartz/README.md) script, written in Rust.
## Configs
### Redirects of renamed files
Find these in [.htaccess](static/.htaccess)