Skip to content

evangipson/blog-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

An HTML blog generator written in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published