chowells79 / blog

A blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There really isn't much here. Carry on!

Setup

  • Install and set the expected tool versions using ghcup.

    ghcup install ghc --set 9.8.1
    ghcup install cabal --set 3.10.2.1
    
  • (Optionally) install the local git pre-commit hook

    cp localhooks/pre-commit .git/hooks
    

    This hook only validates that the freeze files being checked in appear to be in sync.

    This hook will need to be copied again if it is updated upstream. If you would like it to automatically update, with all the caveats that implies, you may create a link to the hook with

    ln -rs localhooks/pre-commit .git/hooks/
    

Building the Blog

cabal build blog build

About

A blog


Languages

Language:Haskell 55.6%Language:CSS 34.8%Language:HTML 5.5%Language:Shell 4.1%