馃 Second Brain

Search

Search IconIcon to open search

Public Second Brain with Quartz

Last updated Mar 10, 2023

I built a Public Second Brain with Quartz - Publish Obsidian Vault.

I added a python script find-publish-notes.py to the Makefile to copy all my SecondBrain notes from my Obsidian Vault with the hashtag # publish and copy it into the Quartz git-repo.

With the command make deploy all these copied publish notes will be deployed on brain.sspaeti.com.

I also put all my Zettels in the root folder instead of adding notes sub-folder. This way I can use Wikilinks and do not need to change to absolute paths (which I do not want to activate in my Second Brain).

Main page: _index

# Uploading Example

How I upload to my Public Second Brain - asciinema

# Known errors

# Seperator ---

if there is --- in the text, it needs an enter before and after, otherwise we get:

1
2
3
4
5
6
7
ProcessExecutionError: Unexpected exit code: 64
Command line: | /opt/homebrew/bin/pandoc -t json -o /var/folders/5p/my46d4_n1jx149p
y_dk9jzyc0000gn/T/tmpm8rn6gcx/output.js -f markdown /var/folders/5p/my46d4_n1jx149p
y_dk9jzyc0000gn/T/tmpm8rn6gcx/input
Stderr:       | YAML parse exception at line 15, column 0,
              | while scanning a simple key:
              | could not find expected ':'

see: ‘pandoc exited with code 64’ Solution | Finisky Garden

# Todo

write a blog on How to Create an Open-Source Second Brain .

# See other good public brains

Other Public Second Brains


Origin:
References: GoHugo Static Site Generators (SSG)
Tags: #馃梼/馃尰 #publish
Created 2022-08-20