Project Overview ​
I want to create a Static Site Generator, that can parse the markdown files in this Obsidian Vault and create a website.
Currently, I use Obsidian Zola, which to my understanding, is mostly a Hugo site generator which uses obsidian-export.rs to first parse the wikilinks and then create the site, all using Netlify build pipelines.
Objectives: ​
Primary ​
- [ ] Parse Obsidian files accurately.
- [ ] Create a static website out of this.
Secondary ​
- [ ] Support themes
- [ ] Support a landing page
Scope: ​
Open to using existing static site generators, like VitePress. Scope is similar (or lesser than) Obsidian Zola. Mostly rely on a build pipeline to build the website from source markdown files. A more understandable (for me) template is mostly the scope.