remove old theme, first post

This commit is contained in:
Vinzenz Schroeter 2025-04-07 18:25:01 +02:00
parent 1264cfd404
commit cec95952d2
3 changed files with 113 additions and 24 deletions

View file

@ -26,23 +26,6 @@
packages = forAllSystems (
{ pkgs, ... }:
rec {
hugo-theme-m10c = pkgs.stdenv.mkDerivation {
pname = "hugo-theme-m10c";
homepage = "https://themes.gohugo.io/themes/hugo-theme-m10c/";
version = "";
src = pkgs.fetchFromGitHub {
owner = "vaga";
repo = "hugo-theme-m10c";
rev = "862c6e941be9bc46ce8adc6a2fa9e984ba647d6f";
hash = "sha256-wcJSGjL/u43hPLblPmUhusqiMmadVBWJhihRinRXqzg=";
};
installPhase = ''
mkdir -p $out
cp -r * $out
'';
};
hugo-theme-poison = pkgs.stdenv.mkDerivation {
pname = "hugo-theme-poison";
homepage = "https://poison.lukeorth.com/";