Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 868c97826d75
Choose a base ref
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 28e79e4b5ed7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 26, 2020

  1. some more polishing

    garbas committed Nov 26, 2020
    Copy the full SHA
    28e79e4 View commit details
Showing with 35 additions and 30 deletions.
  1. +35 −30 README.md
65 changes: 35 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,51 @@
# Source code for nixos.org

<p align="center">
<!-- GitHub Workflow Status of master branch -->
<a href="https://github.com/NixOS/nixos-homepage/actions?query=workflow%3A%22Build+%26+Deploy+to+Netlify%22" target="_blank">
<img src="https://img.shields.io/github/workflow/status/nixos/nixos-homepage/Build%20&%20Deploy%20to%20Netlify?style=flat-square" alt="GitHub Workflow Status">
</a>
<!-- GitHub Workflow Status of master branch -->
<a href="https://github.com/NixOS/nixos-homepage/actions?query=workflow%3A%22Build+%26+Deploy+to+Netlify%22" target="_blank">
<img src="https://img.shields.io/github/workflow/status/nixos/nixos-homepage/Build%20&%20Deploy%20to%20Netlify?style=flat" alt="GitHub Workflow Status">
</a>

<!-- Number of open GitHub issues -->
<a href="https://github.com/nixos/nixos-homepage/issues" target="_blank">
<img src="https://img.shields.io/github/issues/nixos/nixos-homepage?style=flat-square&color=red" alt="GitHub issues">
</a>
<!-- Number of open GitHub issues -->
<a href="https://github.com/nixos/nixos-homepage/issues" target="_blank">
<img src="https://img.shields.io/github/issues/nixos/nixos-homepage?style=flat&color=red" alt="GitHub issues">
</a>

<!-- Number of open GitHub pull requests -->
<a href="https://github.com/nixos/nixos-homepage/pulls" target="_blank">
<img src="https://img.shields.io/github/issues-pr/nixos/nixos-homepage?style=flat-square&color=blue" alt="GitHub pull requests">
</a>
<!-- Number of open GitHub pull requests -->
<a href="https://github.com/nixos/nixos-homepage/pulls" target="_blank">
<img src="https://img.shields.io/github/issues-pr/nixos/nixos-homepage?style=flat&color=blue" alt="GitHub pull requests">
</a>

<br/>
<!-- Month of last commit -->
<a href="https://github.com/NixOS/nixos-homepage/commits/master" target="_blank">
<img src="https://img.shields.io/github/last-commit/NixOS/nixos-homepage?style=flat" alt="GitHub last commit">
</a>

<!-- Month of last commit -->
<a href="https://github.com/NixOS/nixos-homepage/commits/master" target="_blank">
<img src="https://img.shields.io/github/last-commit/NixOS/nixos-homepage?style=flat-square" alt="GitHub last commit">
</a>
<!-- Number of all contributors -->
<a href="https://github.com/nixos/nixos-homepage#contribute" target="_blank">
<img alt="Contributors" src="https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat">
</a>

<!-- Number of all contributors -->
<a href="https://github.com/nixos/nixos-homepage#contribute" target="_blank">
<img alt="Contributors" src="https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square">
</a>
<!-- Licenses -->
<a href="https://github.com/nixos/nixos/blob/master/LICENSES" target="_blank">
<img alt="LICENSE" src="https://img.shields.io/github/license/nixos/nixos-homepage?style=flat&color=yellow">
</a>

<!-- Licenses -->
<a href="https://github.com/nixos/nixos/blob/master/LICENSES" target="_blank">
<img alt="LICENSE" src="https://img.shields.io/github/license/nixos/nixos-homepage?style=flat-square&color=yellow">
</a>

</p>
Code and content for [nixos.org](https://nixos.org) website.

<hr/>

# Help us!

Code and content for [nixos.org](https://nixos.org) website.
There are many ways how you can help:

- 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).
- 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)
- 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)

If you feel lost where and how to contribute, ask [marketing team](https://nixos.org/teams/marketing.html) on [`#nixos-marketing` channel on IRC](irc://irc.freenode.net/#nixos-marketing).

## Contribute

# How to help?

To run local development instance follow this steps:

@@ -62,6 +66,7 @@ To test the complete result from a nix-build:
$ nix-build
$ nix-shell --run 'cd result/ && python -m http.server'


## License

The content of the website is licensed under the [Creative Commons Attribution Share Alike 4.0 International](LICENSES/CC-BY-SA-4.0.txt) license.