Skip to content

obsidiansystems/nixos-homepage

This branch is 487 commits behind NixOS/nixos-homepage:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Jun 19, 2023
May 19, 2021
Jan 31, 2019
Jun 1, 2023
Sep 20, 2020
Jun 22, 2023
Oct 20, 2020
Apr 9, 2021
Jul 17, 2017
Jun 6, 2022
May 31, 2022
Mar 5, 2023
May 31, 2023
May 29, 2023
May 16, 2023
Apr 4, 2020
Mar 5, 2023
Aug 27, 2020
May 3, 2022
May 29, 2023
May 3, 2022
Oct 20, 2020
Mar 14, 2020
May 3, 2022
Jan 4, 2023
Jun 4, 2023
Feb 1, 2017
May 29, 2023
Jun 22, 2023
May 31, 2023
May 31, 2023
May 29, 2023
May 29, 2023
Jun 16, 2023
Mar 5, 2020

Repository files navigation

Source for nixos.org

GitHub Workflow Status of master branch Number of open GitHub issues Number of open GitHub pull requests Month of last commit Number of all contributors

Code and content for the nixos.org website.

Help us!

There are many ways how you can help:

If you feel lost where and how to contribute, ask the marketing team on the #marketing room on Matrix.

How to help?

To run local development instance follow this steps to start a local server

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

  To start developing run:
      serve

  and open browser on:
      https://localhost:8000

  It will rebuild the website on each change.

[nix-shell]$ serve

If you have Docker and Docker Compose installed, you can alternatively run

$ docker-compose up

Once everything's ready, you'll be able to access

Open your browser at: http://localhost:8000/

In order for the browser to automatically refresh, install the Livereload extension for your browser.

Before creating a pull request make sure that nix-build runs successfully.

Binary cache (Optional)

It can take some time to enter the development environment. To speed up and avoid building from source, you can use a binary cache. The same cache is used to speed up our GitHub Actions.

On NixOS

Add the following to your configuration.nix:

nix.binaryCaches = [ "https://nixos-homepage.cachix.org" ];
nix.binaryCachePublicKeys = [ "nixos-homepage.cachix.org-1:NHKBt7NjLcWfgkX4OR72q7LVldKJe/JOsfIWFDAn/tE=" ];

On non-NixOS

Add the following to the /etc/nix/nix.conf or ~/.config/nix/nix.conf:

substituters = ... https://nixos-homepage.cachix.org
trusted-public-keys = ... nixos-homepage.cachix.org-1:NHKBt7NjLcWfgkX4OR72q7LVldKJe/JOsfIWFDAn/tE=

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Less 38.2%
  • XSLT 13.2%
  • JavaScript 12.4%
  • Makefile 9.1%
  • CSS 8.1%
  • Python 8.0%
  • Other 11.0%