Compare commits
No commits in common. "4544d197115a7d6547db2206ccb317e928caf2cb" and "0260ea16615773143af101ba66e958053895efb4" have entirely different histories.
4544d19711
...
0260ea1661
2 changed files with 1 additions and 3 deletions
|
|
@ -32,8 +32,6 @@ 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.
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
|
|
||||||
# LOCALE_ARCHIVE = builtins.trace pkgs.glibcLocales "${pkgs.glibcLocales}/lib/locale/locale-archive";
|
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
|
||||||
|
|
||||||
# Build phase - run Hugo to generate the site
|
# Build phase - run Hugo to generate the site
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue