Static site generator based on Markdown files
This is a learning project I aim to use to generate my own websites. I am going to slowly work on the following features:
- Markdown Lexer and Parser
- Markdown to HTML compiler
- WebAssembly Web app to test the parser/compiler
- Syntax highlighting for the most common languages I use
- Support for templating
I've setup continuous deployment for a Web app built from the web_repl crate.
Try it yourself here: gohan.bpaulino.com
Caution
This is a highly experimental project and the markdown parser does not handle all cases just yet. I aim to slowly implement the CommonMark spec, but it's way too far away from being anywhere completed. Do not use this in production.