nixcon / 2020.nixcon.org

NixCon 2020 conference website

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website for NixCon 2020

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/2020.nixcon.org deploy-key
rm deploy-key
git add travis-deployment
# ...git commit & push

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

License

The content of the website is licensed under the Creative Commons Attribution Share Alike 4.0 International license.

The software (including sample code) is licensed under the MIT license.

Some files might have a different license. See the files content for details.

About

NixCon 2020 conference website

https://2020.nixcon.org/


Languages

Language:HTML 70.7%Language:SCSS 19.6%Language:Haskell 4.4%Language:Shell 2.2%Language:Nix 1.9%Language:JavaScript 1.2%