portothree / nixos-summer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is source code for summer.nixos.org website.

Contribute

To contribute please send a Pull Request. A preview link is going to be generated and added as a comment once build of the website finishes.

To develop on the website locally you have multiple possibilities.

# If you use direnv
$ make serve
# If you don’t use direnv but have flake-enabled Nix
$ nix develop -c make serve
# If you don’t have direnv or flake-enabled Nix
$ nix-shell --run "make serve"

The site will automatically get rebuilt if you change its content. However, please note that changes to the style (less) or the config are not affected by this, so after you update them, you need to restart the server.

The server will be listening on http://127.0.0.1:1111 by default, though this can change if that port is already in use.

Happy hacking!

License

The content of the website is licensed under the Creative Commons Attribution Share Alike 4.0 International license. An exception from this are code samples, which are in the public domain/CC0.

About

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:HTML 45.2%Language:Less 35.6%Language:Nix 11.0%Language:Makefile 6.1%Language:JavaScript 2.1%