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: f658919d9a55
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: 3ba81d4c3a11
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 4, 2020

  1. copy planet into homepage

    garbas committed Apr 4, 2020
    Copy the full SHA
    f8d6302 View commit details
  2. fix some links

    garbas committed Apr 4, 2020
    Copy the full SHA
    93839ab View commit details
  3. cleanup

    garbas committed Apr 4, 2020
    Copy the full SHA
    3ba81d4 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- name: Building nixos.org
run: nix-build && mkdir build && cp -RL ./result/* ./build/
- name: Building nixos.org/planet
run: nix-shell --command "venus-planet planet.ini"
run: nix-shell --command "venus-planet planet.ini" && mv planet ./build/
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.0.5
env:
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
- name: Building nixos.org
run: nix-build && mkdir build && cp -RL ./result/* ./build/
- name: Building nixos.org/planet
run: nix-shell --command "venus-planet planet.ini"
run: nix-shell --command "venus-planet planet.ini" && mv planet ./build/
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.0.5
env:
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -18,5 +18,6 @@
/nixos-release.tt
/planet/
/planet-cache/
/planet-theme/*.tmplc

/result*
Binary file removed planet-theme/index.html.tmplc
Binary file not shown.
Binary file removed planet-theme/rss10.xml.tmplc
Binary file not shown.
Binary file removed planet-theme/rss20.xml.tmplc
Binary file not shown.
4 changes: 2 additions & 2 deletions planet.ini
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@ output_dir = ./planet
cache_directory = ./planet-cache
items_per_page = 15

[https://blog.matejc.com/matejc-nixos/RSS]
[https://blog.matejc.com/matejc-nixos/RSS/]
name = Matej Cotman
link = http://blog.matejc.com

[https://compiletoi.net/feeds/nixos.atom.xml]
[https://compiletoi.net/tag/nixos/rss/]
name = Georges Dubus
link = http://compiletoi.net/