Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 995 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 995 Bytes


Gohan icon

Gohan

Static site generator based on Markdown files

Features

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

Try it yourself

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.