From 839ec0f9390204db78a5817bc42e3b6adea5e7c7 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sun, 22 Dec 2019 15:20:04 -0700 Subject: [PATCH] add meta shit --- default.nix | 3 +++ 1 file changed, 3 insertions(+) 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