webstie changes

This commit is contained in:
rasmus-kirk
2025-01-22 00:39:40 +01:00
parent 560251bc63
commit 0cffac586f
2 changed files with 43 additions and 29 deletions
Generated
+3 -3
View File
@@ -62,11 +62,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1737498153, "lastModified": 1737502356,
"narHash": "sha256-sLQ8e5MyKMPqiPkkOW3cdNdgyJvTvmnZC8e1YCu1TYg=", "narHash": "sha256-IF8rpMs63pPu+EvLRQ1mfyc1EZHP7BNeK3dN048tf1U=",
"owner": "rasmus-kirk", "owner": "rasmus-kirk",
"repo": "website-builder", "repo": "website-builder",
"rev": "839d95ce9e52fb93be15272b0870c546275b7b2d", "rev": "d9fc8c15f297fa7a588b3ca251ef77e1f0c6ebb5",
"type": "github" "type": "github"
}, },
"original": { "original": {
+20 -6
View File
@@ -55,18 +55,32 @@
pkgs = pkgs; pkgs = pkgs;
src = "${self}"; src = "${self}";
headerTitle = "Nixarr"; headerTitle = "Nixarr";
standalonePages = [{ standalonePages = [
{
title = "Nixarr - Media Server Nixos Module"; title = "Nixarr - Media Server Nixos Module";
inputFile = ./README.md; inputFile = ./README.md;
outputFile = "index.html"; outputFile = "index.html";
}]; }
];
includedDirs = ["docs"]; includedDirs = ["docs"];
articleDirs = ["docs/wiki"]; articleDirs = ["docs/wiki"];
navbar = [ navbar = [
{ title = "Home"; location = "/"; } {
{ title = "Options"; location = "/nixos-options"; } title = "Home";
{ title = "Wiki"; location = "/wiki"; } location = "/";
{ title = "Github"; location = "https://github.com/rasmus-kirk/nixarr"; } }
{
title = "Options";
location = "/nixos-options";
}
{
title = "Wiki";
location = "/wiki";
}
{
title = "Github";
location = "https://github.com/rasmus-kirk/nixarr";
}
]; ];
favicons = { favicons = {
# For all browsers # For all browsers