diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-07-03 16:14:56 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-07-03 16:14:56 -0700 |
| commit | 9104c84a906f79611109565f01d26425f224cf9b (patch) | |
| tree | 0ac02f002979ba55596d07f66ca160384a9995e3 /flake.nix | |
| parent | build(deps): bump DeterminateSystems/update-flake-lock from 21 to 22 (diff) | |
| download | fcuny.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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ hooks = { hugo = { enable = true; - entry = "${pkgs.hugo}/bin/hugo --panicOnWarning"; + entry = "${pkgs.hugo}/bin/hugo"; pass_filenames = false; }; }; |
