GitHunt
EV

evangipson/blog-generator

An HTML blog generator written in Haskell

Blog Generator

An HTML blog generator written in Haskell, which will parse an HML (Haskell Markup Language) file to generate an HTML file.

This repo serves as the output of running through the Learn Haskell Blog Generator tutorial.

Getting Started

  1. Download this repo
  2. Download the Haskell extension for VS Code
  3. Navigate to the ./src directory
  4. Run ghc main.hs to compile the source
  5. Run runghc main.hs ../blogs/blog-001.hml ../blog-001.html to produce a new HTML file from HML (Haskell Markup Language)

Languages

Haskell100.0%

Contributors

Created May 21, 2025
Updated May 23, 2025