Bundle files from web-files at build time.

This commit is contained in:
2023-11-30 07:09:28 +00:00
parent ab4b92d031
commit aebf198ca8
4 changed files with 162 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, blog-source, katex-html, resume }:
{ pkgs, blog-source, web-files, katex-html, resume }:
with pkgs;
with lib;
@@ -16,6 +16,7 @@ let
[ "--baseURL=${protocol settings.ssl + settings.host}" ]
);
builder = ./build/builder.sh;
webFiles = web-files;
buildInputs = [
hugo ruby stork katex-html
];