Hello world! This is the first public entry of ongoing reflections around the work i do, it might verge into meta-territories: publishing, progress and references.
I plan add notes and archives that were published inside of various silos.
The publishing system is custom built: it scrapes .md files from an Obsidian directory, create an html version of it and synchronise this to the server along with a tiny style sheet. The idea isn’t about reaching perfection, but rather playing within boundaries set by simplicity.
Ingredients for this recipe:
- Obsidan directory
- .md files
- bash script, to read through files, transforms them (cmark below), and rsync these
- cmark — to transform the .md files into html fragment
- on the server: static html files generated, nginx on the server
- local cronjob to poll/watch the /Publish folder
- a tiny style.css