Skip to content

yanhasu/liquidhaskell-blog

 
 

Repository files navigation

LiquidHaskell Blog

LiquidHaskell is a static verifier for Haskell, based on Liquid Types

See about for more details.

Build

To add a new post:

  1. Write a .lhs file with the name YEAR-MONTH-DAY-TITLE.lhs e.g. see this example

  2. Generate the .markdown file.

  3. Copy the .markdown file in posts/

  4. Rebuild and upload.

Here are the four steps:

cd blogpost/
cat > YEAR-MONTH-DAY-TITLE.lhs
stack exec -- liquid YEAR-MONTH-DAY-TITLE.lhs
cp blogpost/.liquid/YEAR-MONTH-DAY.lhs.markdown /path/to/liquidhaskell-blog/posts/
make upload

TODO

  • DONE?: Disqus (?)
  • DONE: Tags

About

LiquidHaskell blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.5%
  • HTML 27.6%
  • CSS 26.4%
  • Haskell 6.3%
  • Makefile 0.2%