Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 517 Bytes

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]