/nixcon2017

Source of the NixCon 2017 website

Primary LanguageHTML

Website for NixCon 2017

Build

The site is build with Hakyll

ghc --make site.hs
site build
site server

Build with nix

nix-build

Travis Deployment

Go to GitHub.com -> Settings -> Applications -> Personal Access Tokens — > Create new token, and copy it to your clipboard travis encrypt -r cko/nixcon2017 GH_TOKEN=[your token]