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.
- Download this repo
- Download the Haskell extension for VS Code
- Navigate to the
./srcdirectory - Run
ghc main.hsto compile the source - Run
runghc main.hs ../blogs/blog-001.hml ../blog-001.htmlto produce a new HTML file from HML (Haskell Markup Language)