Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into landing-page
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Apr 22, 2020
2 parents fc4f2c3 + 1c680dc commit 8740679
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ To automatically rebuild on every change:

[nix-shell]$ git ls-files | entr make

To test the complete result from a nix-build:

$ nix-build
$ nix-shell --run 'python -m http.server 8000 --directory result'

## 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.
Expand Down
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
status = 302
force = true

[[redirects]]
from = "/nixos/support.html"
to = "/community.html"
status = 302
force = true

[[redirects]]
from = "/nixos/community.html"
to = "/community.html"
Expand Down
4 changes: 2 additions & 2 deletions news.tt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[% WRAPPER layout.tt title="News" menu='organization' %]
[% WRAPPER layout.tt title="News" menu='nixos' %]

[% INSERT "all-news.xhtml" %]

[% END %]
[% END %]
2 changes: 1 addition & 1 deletion nix/index.tt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<p>GPG verification instructions, source tarballs and more
installation information are <a
href="[%root%]nix/download.html">available</a>.</p>
href="[%root%]download.html">available</a>.</p>

[% END %]
</div>
Expand Down
2 changes: 1 addition & 1 deletion nixos/index.tt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<div class="get-nixos get-button">
<a class="btn btn-large btn-success"
href="[%root%]nixos/download.html"><i class="fa
href="[%root%]download.html"><i class="fa
fa-cloud-download"></i> Get NixOS</a>
</div>
</div>
Expand Down

0 comments on commit 8740679

Please sign in to comment.