diff --git a/default.nix b/default.nix index cfdc337..bd57db3 100644 --- a/default.nix +++ b/default.nix @@ -11,5 +11,8 @@ with wandardFrontUtils; mkWandardFront { src = ./.; name = "gen2.space"; + description = "notgne2's shitty pages"; + backgroundColor = "#220044"; + themeColor = "#004400"; routes = [ "/" "/about" "/404" "/posts" "/posts/viveahk" "/posts/librebasics" ]; } \ No newline at end of file