Skip to content

Markdown Parser and HTML compiler for generating static sites

Notifications You must be signed in to change notification settings

brunojppb/gohan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

About

Markdown Parser and HTML compiler for generating static sites

Topics

Resources

Stars

Watchers

Forks