Merge branch 'staging' into production

This commit is contained in:
fluepke 2025-11-23 17:55:32 +01:00
commit 4544d19711
2 changed files with 3 additions and 1 deletions

View file

@ -32,6 +32,8 @@ and adds the calendar table to `index.html`.
Every change you make on the project will be reflected in your browser Every change you make on the project will be reflected in your browser
as long as `hugo serve` is running. as long as `hugo serve` is running.
To build with *nix*: `nix build '.?submodules=1#production-content'`
## Making a change ## Making a change
1. Use your local dev setup (see Getting started) or via the Forgejo editor. 1. Use your local dev setup (see Getting started) or via the Forgejo editor.

View file

@ -56,7 +56,7 @@
])) ]))
]; ];
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; # LOCALE_ARCHIVE = builtins.trace pkgs.glibcLocales "${pkgs.glibcLocales}/lib/locale/locale-archive";
# Build phase - run Hugo to generate the site # Build phase - run Hugo to generate the site
buildPhase = '' buildPhase = ''