{"id":13803753,"url":"https://github.com/NixOS/nixos-homepage","last_synced_at":"2025-05-13T16:32:25.609Z","repository":{"id":11840312,"uuid":"14396900","full_name":"NixOS/nixos-homepage","owner":"NixOS","description":"Sources for nixos.org","archived":false,"fork":false,"pushed_at":"2025-05-05T05:04:52.000Z","size":34876,"stargazers_count":342,"open_issues_count":87,"forks_count":339,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-05-06T14:21:22.337Z","etag":null,"topics":["nix","nixos"],"latest_commit_sha":null,"homepage":"https://nixos.org","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NixOS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSES/CC-BY-NC-3.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"nixos"}},"created_at":"2013-11-14T14:15:17.000Z","updated_at":"2025-05-05T15:50:45.000Z","dependencies_parsed_at":"2024-04-19T01:44:01.811Z","dependency_job_id":"6d8345cf-22a2-4e21-8b60-f12d7be15cf0","html_url":"https://github.com/NixOS/nixos-homepage","commit_stats":{"total_commits":19578,"total_committers":240,"mean_commits":81.575,"dds":"0.10496475635917868","last_synced_commit":"faa4bd3657b8866eefa66e8687eec0961abcb8a9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NixOS%2Fnixos-homepage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NixOS%2Fnixos-homepage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NixOS%2Fnixos-homepage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NixOS%2Fnixos-homepage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NixOS","download_url":"https://codeload.github.com/NixOS/nixos-homepage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253497296,"owners_count":21917683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nix","nixos"],"created_at":"2024-08-04T01:00:37.568Z","updated_at":"2025-05-13T16:32:20.600Z","avatar_url":"https://github.com/NixOS.png","language":"Astro","funding_links":["https://opencollective.com/nixos"],"categories":["Uncategorized","Astro","Less"],"sub_categories":[],"readme":"# Source for nixos.org\n\n[![GitHub Workflow Status of master branch](https://img.shields.io/github/actions/workflow/status/nixos/nixos-homepage/cron.yml?branch=master\u0026style=flat)](https://github.com/NixOS/nixos-homepage/actions/workflows/cron.yml?query=branch%3Amaster)\n[![Number of open GitHub issues](https://img.shields.io/github/issues/nixos/nixos-homepage?style=flat\u0026color=red)](https://github.com/nixos/nixos-homepage/issues)\n[![Number of open GitHub pull requests](https://img.shields.io/github/issues-pr/nixos/nixos-homepage?style=flat\u0026color=blue)](https://github.com/nixos/nixos-homepage/pulls)\n[![Month of last commit](https://img.shields.io/github/last-commit/NixOS/nixos-homepage?style=flat)](https://github.com/NixOS/nixos-homepage/commits/main)\n[![Number of all contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat)](https://github.com/nixos/nixos-homepage#how-to-help)\n\nCode and content for the [nixos.org](https://nixos.org) website.\n\n\n# Help us!\n\nThere are many ways how you can help:\n\n- if you are familiar with CSS look at the [issues tagged with `design` tag](https://github.com/NixOS/nixos-homepage/issues?q=is%3Aissue+is%3Aopen+label%3Adesign).\n- if you are an native English speaker or just a person that is very good with words, please look at the [issues tagged with `content` tag](https://github.com/NixOS/nixos-homepage/issues?q=is%3Aissue+is%3Aopen+label%3Acontent)\n- if you are developer and just eager to fix stuff please look at the [issues tagged with `bug` tag](https://github.com/NixOS/nixos-homepage/issues?q=is%3Aissue+is%3Aopen+label%3Abug)\n\nIf you feel lost where and how to contribute, ask the [marketing team](https://nixos.org/community/teams/marketing.html) on the [`#marketing` room on Matrix](https://matrix.to/#/#marketing:nixos.org).\n\n\n# How to help?\n\nTo run local development instance follow this steps to start a local server\n\n    $ git clone git@github.com:NixOS/nixos-homepage.git\n    $ cd nixos-homepage\n    $ nix-shell\n    [nix-shell]$ npm install\n    [nix-shell]$ npm run dev\n\nIf you have [Docker] and [Docker Compose] installed, you can alternatively run\n\n    $ docker-compose up\n\nOnce everything's ready, you'll be able to access\n\nOpen your browser at: http://localhost:4321/\n\nBefore creating a pull request make sure that `nix-build` runs successfully.\n\n[Docker]: https://docs.docker.com/get-docker/\n[Docker Compose]: https://docs.docker.com/compose/install/\n\n## Binary cache (Optional)\n\nIt 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.\n\n### On NixOS\n\nAdd the following to your `configuration.nix`:\n\n```\nnix.settings.substituters = [ \"https://nixos-homepage.cachix.org\" ];\nnix.settings.trusted-public-keys = [ \"nixos-homepage.cachix.org-1:NHKBt7NjLcWfgkX4OR72q7LVldKJe/JOsfIWFDAn/tE=\" ];\n```\n\n### On non-NixOS\n\nAdd the following to the `/etc/nix/nix.conf` or `~/.config/nix/nix.conf`:\n\n```\nsubstituters = ... https://nixos-homepage.cachix.org\ntrusted-public-keys = ... nixos-homepage.cachix.org-1:NHKBt7NjLcWfgkX4OR72q7LVldKJe/JOsfIWFDAn/tE=\n```\n\n\n## License\n\nThe content of the website is licensed under the [Creative Commons Attribution Share Alike 4.0 International](LICENSES/CC-BY-SA-4.0.txt) license.\n\nThe software (including sample code) is licensed under the [MIT](LICENSES/MIT.txt) license.\n\nSome files might have a different license. See the files content for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNixOS%2Fnixos-homepage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNixOS%2Fnixos-homepage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNixOS%2Fnixos-homepage/lists"}