fixes: fix dark scheme & port from legacy blog

My old blog only ever had 1 post, but its a good place to start.
This commit is contained in:
Timothy DeHerrera
2022-12-09 12:11:14 -07:00
parent 3d0a796a8d
commit a3a6f8ee3d
28 changed files with 3589 additions and 3626 deletions

View File

@@ -6,7 +6,7 @@
inherit (inputs.std) std;
in {
default = std.lib.mkShell {
name = "blg.nrd.sh";
name = "nrd.sh";
imports = [std.devshellProfiles.default];
commands = [
{package = cell.packages.astro;}
@@ -14,7 +14,7 @@ in {
{package = pkgs.nodePackages_latest.node2nix;}
{package = pkgs.nodePackages_latest.svgo;}
{package = pkgs.nodePackages_latest.yarn;}
{package = pkgs.pngout;}
{package = pkgs.pngcrush;}
{package = pkgs.libwebp;}
];
};