/haskell-ssg

Static site generator developed in Node.js for a Haskell description language site.

Primary LanguageHTMLMIT LicenseMIT

Developed in Node.js

This is a project where we describe some core concepts about Haskell. Made from scratch with a static site generator developed in node.js which consists in convert Markdown files into HTML files. Deployed with Netlify.

Netlify Status

Node modules

  • front-matter for extracting the yaml from a post.
  • marked for converting markdown to html.
  • highlight.js for syntax highlighting in code.

SSG developed from kartikn.me