andir / 2019.nixcon.org

NixCon 2019 website

Home Page:https://2019.nixcon.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website for NixCon 2019

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

ssh-keygen -f deploy-key
travis encrypt-file --org -r nixcon/2019.nixcon.org deploy-key
rm deploy-key
git add travis-deployment
# ...git commit & push

Then go to https://github.com/nixcon/2019.nixcon.org/settings/keys and add the deploy-key.pub to the deploy keys, with write access.

About

NixCon 2019 website

https://2019.nixcon.org/


Languages

Language:HTML 71.2%Language:CSS 13.0%Language:Haskell 6.4%Language:Shell 3.7%Language:JavaScript 3.6%Language:Nix 2.1%