Skip to content

nixcon/2018.nixcon.org

Repository files navigation

Website for NixCon 2018

Copied from https://github.com/cko/nixcon2017

Build

The site is built with Hakyll

ghc --make site.hs
site build
site server

Watch and recompile for changes with site watch

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 nix-community/nixcon2018.org GH_TOKEN=[your token]