PKM Personal Knowledge Management
Konzepte, Methoden und Tools des pkm; deutschsprachig
Interesting! I need to dive back into pkm stuff. I got really interested a while back with Obsidian. My frustration is that most of it is just simple markdown with links and even most tools can link to other files with markdown urls, so why can't I easily make a static site from this? I dove deep on this with GitHub Pages and got it all working. Now I should look back into what settings in Obsidian make it make the most friendly output for Jekyll.
I'm glad you find it interesting! BTW, what do you mean by static site? A defined directory for all your md files?
Static site as in HTML files. Basically I've been trying to hack together something like this https://obsidian.md/publish (minus the hosting). It has always felt like a very common use case to just have a directory of markdown files be rendered into HTML files while also being able to link to others but shockingly it's quite difficult to set up. There are a lot of tools that do nearly what I am trying to do but not quite.