update
This commit is contained in:
parent
4d64ccb24a
commit
fecfc359f3
Binary file not shown.
Before Width: | Height: | Size: 33 KiB |
16
default.nix
16
default.nix
@ -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" ];
|
||||
}
|
2
elm.json
2
elm.json
@ -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",
|
||||
|
@ -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 =
|
||||
|
BIN
versions.dat
BIN
versions.dat
Binary file not shown.
Loading…
Reference in New Issue
Block a user