Overview
To capture notes, I use Obsidian with a vault (directory) stored on iCloud Drive. This lets me also use the Obsidian mobile app for quick notetaking on the go. I separate my notes by Public and Private so I can keep things like my Daily Journaling, project trackers, and personal thoughts separate from the notes I choose to host publicly. For this, I use Obsidian Export to copy and format only specific public files and I put those files in the Quartz content directory which I then compile into a website that can be hosted on Github pages with a Github Actions script.
Primary Editor
I primarily use Obsidian with Vim keybindings to write and edit my notes but occasionally I will use Neovim with the Obsidian Nvim Plugin.
Github Pages
I like Github pages because I am lazy and it is incredibly easy. Github Actions with a Github page has been fantastic and is so much more convenient than using Netlify which is how I host my personal website.