MyGit
🚩收到GitHub仓库的更新通知

NixOS/nixos-homepage

Fork: 288 Star: 275 (更新于 2024-04-30 08:45:45)

license: 暂无

Language: Astro .

Sources for nixos.org

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

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
[nix-shell]$ npm install
[nix-shell]$ npm run dev

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:4321/

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.settings.substituters = [ "https://nixos-homepage.cachix.org" ];
nix.settings.trusted-public-keys = [ "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.

最近版本更新:(数据更新于 2024-05-09 01:52:58)

主题(topics):

nix, nixos

NixOS/nixos-homepage同语言 Astro最近更新仓库

2023-12-09 22:46:09 tw93/weekly

2022-02-08 04:34:23 ColorlibHQ/AdminLTE

1970-01-01 00:00:00 midudev/pruebas-tecnicas

1970-01-01 00:00:00 midudev/porfolio.dev

1970-01-01 00:00:00 midudev/la-velada-web-oficial

1970-01-01 00:00:00 nacos-group/nacos-group.github.io