This commit is contained in:
notgne2 2020-04-05 22:26:45 -07:00
parent 4d64ccb24a
commit fecfc359f3
5 changed files with 10 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@ -1,11 +1,8 @@
{
callPackage,
wandardFrontUtils ? callPackage (builtins.fetchGit {
url = https://git.wizbos.club/wizbos-pub/wand-front-utils.git;
rev = "9d281ec79fbfb419089e1ebf33e6e088a2c210b1";
}) {},
...
}:
{ pkgs ? import <nixpkgs> { }, callPackage ? pkgs.callPackage
, wandardFrontUtils ? callPackage (builtins.fetchGit {
url = "https://git.wizbos.club/wizbos-pub/wand-front-utils.git";
rev = "0710d0331ff26edf75b24f04cd49fde8793ea33e";
}) { }, ... }:
with wandardFrontUtils;
mkWandardFront {
@ -14,5 +11,6 @@ mkWandardFront {
description = "notgne2's shitty pages";
backgroundColor = "#220044";
themeColor = "#004400";
routes = [ "/" "/about" "/404" "/posts" "/posts/viveahk" "/posts/librebasics" ];
}
routes =
[ "/" "/about" "/404" "/posts" "/posts/viveahk" "/posts/librebasics" ];
}

View File

@ -3,7 +3,7 @@
"source-directories": [
"src"
],
"elm-version": "0.19.0",
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"dillonkearns/elm-markdown": "1.1.3",

View File

@ -170,7 +170,7 @@ navbarHeader =
, centerY
, Font.size 30
]
{ url = "/", label = image [ width fill ] { src = "/data/images/logo.png", description = "gen2 space" } }
{ url = "/", label = image [ width fill ] { src = "/data/images/icon.png", description = "gen2 space" } }
navbarLinks =

Binary file not shown.