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 @@
|
|||||||
{
|
{ 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" ];
|
||||||
}
|
}
|
2
elm.json
2
elm.json
@ -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",
|
||||||
|
@ -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 =
|
||||||
|
BIN
versions.dat
BIN
versions.dat
Binary file not shown.
Loading…
Reference in New Issue
Block a user