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
base: f7f35ab7d0a9
Choose a base ref
...
head repository: NixOS/nixos-homepage
compare: afd9d592a3ff
Choose a head ref
  • 14 commits
  • 18 files changed
  • 6 contributors

Commits on Apr 20, 2020

  1. Add donate page

    davidak committed Apr 20, 2020
    Copy the full SHA
    89471d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Rework community page (#398)

    davidak committed Apr 21, 2020
    1
    Copy the full SHA
    bf9097b View commit details
    Browse the repository at this point in the history
  2. add news date for Release 20.03 (#405)

    using the merge time of #392 (f02e80c)
    das-g committed Apr 21, 2020
    1
    Copy the full SHA
    19da3d7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    98703a8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bf9689f View commit details
    Browse the repository at this point in the history
  5. some structure changes

    * rename "Merch" to something that stands out more
    * move "Merch" content on the right side and made it stick out a bit
    * use tabs to list different ways how to donate.
    garbas committed Apr 21, 2020
    Copy the full SHA
    c95e6ed View commit details
    Browse the repository at this point in the history
  6. Merge pull request #399 from NixOS/donate

    Add donate page
    davidak committed Apr 21, 2020
    1
    Copy the full SHA
    feaa5d7 View commit details
    Browse the repository at this point in the history
  7. Misc fixes around the website (#407)

    * Document how to test the output of a `nix-build`
    
    * news: Use the "nixos" menu
    
    The "organization" menu was left to remove only on that page.
    
    * nix{,os}: Fix dead links to download page
    samueldr committed Apr 21, 2020
    1
    Copy the full SHA
    d3b16f7 View commit details
    Browse the repository at this point in the history
  8. Add redirect for /nixos/support.html (#408)

    * Add redirect for /nixos/support.html
    
    * Update netlify.toml
    
    Co-Authored-By: Rok Garbas <rok@garbas.si>
    
    Co-authored-by: Rok Garbas <rok@garbas.si>
    davidak and garbas committed Apr 21, 2020
    1
    Copy the full SHA
    1c680dc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Add Contributing guide

    includes removed content from previous community page
    davidak committed Apr 24, 2020
    Copy the full SHA
    49d6534 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #411 from NixOS/contribution

    Add Contributing page
    garbas committed Apr 24, 2020
    1
    Copy the full SHA
    7a00d25 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Use fd to rebuild untracked files

    Fixes #410
    
    `git ls-files` only traces files that are already in Git. When adding
    new content, this is inconvenient. `fd` searches the entire directory
    irrespective of the files' status in Git. However, it still respects
    .gitignore files, so that it ignores build artifacts.
    milibopp committed Apr 25, 2020
    Copy the full SHA
    50f0bb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Merge pull request #414 from aepsil0n/fd-entr-make

    Use fd to rebuild untracked files
    garbas committed Apr 28, 2020
    1
    Copy the full SHA
    47ac357 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Copy the full SHA
    afd9d59 View commit details
    Browse the repository at this point in the history