Looking for a static site generator. I have a ton of notes that are structured similar to text email mbox format, and I'd like to transform this to some web thing, both for private and public navigation. Something stable and low maintenance. Suggestions?
Conversation
Replying to
Do you want the SSG to understand the metadata of mbox or just output all the details on a page as is? If it's the former, you might have to write your own parser plugin or write a script to convert them to front matter / Markdown. If the latter then choose a simple SSG...
1
1
Thanks! I'll have a look. I have a minimal parser for the format (mbox-like, not quite the same) so I could dump it as something else. It's more the indexing and formatting that I don't want to reinvent.

