feat: added site map
This commit is contained in:
parent
7682677cf6
commit
a7676d06b6
9 changed files with 62 additions and 21 deletions
11
flake.nix
11
flake.nix
|
|
@ -20,8 +20,15 @@
|
|||
});
|
||||
in {
|
||||
packages = forEachSupportedSystem ({pkgs}: {
|
||||
default = pkgs.callPackage ./nix/package.nix {};
|
||||
volpe = pkgs.callPackage ./nix/package.nix {};
|
||||
default = pkgs.callPackage ./nix/package.nix {
|
||||
siteUrl = "https://blog.jan-leila.com";
|
||||
};
|
||||
blog = pkgs.callPackage ./nix/package.nix {
|
||||
siteUrl = "https://blog.jan-leila.com";
|
||||
};
|
||||
volpe = pkgs.callPackage ./nix/package.nix {
|
||||
siteUrl = "https://volpe.jan-leila.com";
|
||||
};
|
||||
});
|
||||
|
||||
devShells = forEachSupportedSystem ({pkgs}: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue