init a new pelican project

This commit is contained in:
Trolli Schmittlauch 2022-02-28 14:13:56 +01:00
parent 62f31bcc37
commit 22fc9a1ed2
8 changed files with 215 additions and 0 deletions

View file

@ -5,6 +5,7 @@ pkgs.mkShell {
(pkgs.python3.withPackages (ps: with ps; [
pelican
markdown
typogrify
]))
];
}