aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-03 16:14:56 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-03 16:14:56 -0700
commit9104c84a906f79611109565f01d26425f224cf9b (patch)
tree0ac02f002979ba55596d07f66ca160384a9995e3 /flake.nix
parentbuild(deps): bump DeterminateSystems/update-flake-lock from 21 to 22 (diff)
downloadfcuny.net-9104c84a906f79611109565f01d26425f224cf9b.tar.gz
simplify the layout
Get rid of the navigation bar, remove a number of elements, put more things on the main page. Clean up the CSS.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index abeef0b..50c856f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -43,7 +43,7 @@
hooks = {
hugo = {
enable = true;
- entry = "${pkgs.hugo}/bin/hugo --panicOnWarning";
+ entry = "${pkgs.hugo}/bin/hugo";
pass_filenames = false;
};
};