This version of the SeaHUG web site has now been decommissioned!
This is the Yesod source code for seattlehaskell.org.
Source code for the Hakyll portion of the web site is also available.
$ stack build
$ stack install yesod-bin cabal-install
$ script/devel
$ script/keter
Templates for helper scripts to run a local development server and to generate
an Apache2 configuration file, devel.template
and genconf.template
respectively, are provided. For example, to generate a local Apache2
configuration file:
$ cp devel.template devel
$ chmod +x devel
$ # Edit devel script
$ ./devel
Released under MIT License