0x4A6F / nixos-homepage

Sources for nixos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NixOS.org

This repository contains the sources of the nixos.org website. To build it:

$ git clone git@github.com:NixOS/nixos-homepage.git
$ cd nixos-homepage
$ nix-shell
[nix-shell]$ make
[nix-shell]$ caddy

then open http://127.0.0.1:8000/index.html

To automatically rebuild on every change:

[nix-shell]$ fd | entr make

To test the complete result from a nix-build:

$ nix-build
$ nix-shell --run 'cd result/ && caddy'

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

Sources for nixos.org


Languages

Language:CSS 60.6%Language:JavaScript 11.8%Language:XSLT 9.6%Language:Makefile 6.7%Language:Nix 6.0%Language:Shell 5.3%