Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Temporarily change baseurl so it works on the github pages url
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarocha committed Oct 21, 2023
1 parent 9bf3aa1 commit bb2f08b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
result
public
*.swp
*.css
static/nixos/tinc/*.png
static/nixos/tinc/*.svg
resources/_gen
resources/_gen
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
src = self;
nativeBuildInputs = [ pkgs.lessc pkgs.go-task pkgs.ion pkgs.hugo ];

patchPhase = "substituteInPlace config.yaml --replace 'http://terranix.org' 'https://terranix.github.io/terranix-website/'";
buildPhase = "task build";
installPhase = "cp -r public $out";
};
Expand Down
1 change: 0 additions & 1 deletion result

This file was deleted.

0 comments on commit bb2f08b

Please sign in to comment.