This repo generates a website that is meant to be an open-source version of my brain.
Stack:
- logseq is a knowledge management tool I use to keep track of content
- logseq-schrodinger is a plugin I use to export pages from Logseq to Hugo
- hugo-theme-stack is a template I use to format and publish the content to a github pages website
I use the following workflow to publish my notes:
- Take notes in logseq
- (Optional) Version-control notes in a private repo called logseq.notes
- Tag any publishable pages with the property
public:: true
- (In logseq) click
export-public-pages-to-hugo
-> this will export a file calledpublicExport.zip
- Manually migrate blog posts and assets into the
./content/post
directory - TODO: automate the above step(s)
- Commit and push the changes
- The rest is handled by GitHub Actions
Check out this blog post: digital garden