Compare commits
3 commits
915963ff9f
...
518bcab349
Author | SHA1 | Date | |
---|---|---|---|
Martin Wurm | 518bcab349 | ||
Martin Wurm | e203d349d3 | ||
Martin Wurm | 8da4a628c7 |
|
@ -1,5 +1,8 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
with pkgs; let
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
with pkgs;
|
||||
let
|
||||
vendoredDeps = stdenv.mkDerivation rec {
|
||||
name = "hugoVendoredDeps";
|
||||
|
||||
|
@ -27,7 +30,7 @@ with pkgs; let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mart-w.de-${version}";
|
||||
version = "1.0.2";
|
||||
version = "1.1.0";
|
||||
|
||||
src = ./.;
|
||||
|
||||
|
|
1
layouts/partials/head/custom.html
Normal file
1
layouts/partials/head/custom.html
Normal file
|
@ -0,0 +1 @@
|
|||
<meta name="fediverse:creator" content="@mart_w@chaos.social">
|
Loading…
Reference in a new issue