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 @@
{ { pkgs ? import <nixpkgs> { }, callPackage ? pkgs.callPackage
callPackage, , wandardFrontUtils ? callPackage (builtins.fetchGit {
wandardFrontUtils ? callPackage (builtins.fetchGit { url = "https://git.wizbos.club/wizbos-pub/wand-front-utils.git";
url = https://git.wizbos.club/wizbos-pub/wand-front-utils.git; rev = "0710d0331ff26edf75b24f04cd49fde8793ea33e";
rev = "9d281ec79fbfb419089e1ebf33e6e088a2c210b1"; }) { }, ... }:
}) {},
...
}:
with wandardFrontUtils; with wandardFrontUtils;
mkWandardFront { mkWandardFront {
@ -14,5 +11,6 @@ mkWandardFront {
description = "notgne2's shitty pages"; description = "notgne2's shitty pages";
backgroundColor = "#220044"; backgroundColor = "#220044";
themeColor = "#004400"; 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": [ "source-directories": [
"src" "src"
], ],
"elm-version": "0.19.0", "elm-version": "0.19.1",
"dependencies": { "dependencies": {
"direct": { "direct": {
"dillonkearns/elm-markdown": "1.1.3", "dillonkearns/elm-markdown": "1.1.3",

View File

@ -170,7 +170,7 @@ navbarHeader =
, centerY , centerY
, Font.size 30 , 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 = navbarLinks =

Binary file not shown.