flake.nix

This commit is contained in:
Nicole Dresselhaus 2022-08-24 13:55:56 +02:00
parent d969fcf235
commit 72630ca220

View File

@ -22,9 +22,9 @@
sites."default" = {
path = ./content;
pathString = "./content";
# port = 8080;
# baseUrl = "/mynotes";
# prettyUrls = true;
port = 8080;
baseUrl = "/";
prettyUrls = true;
};
};
devShells.default = pkgs.mkShell {