use pandoc default files for metadata and applying templates as needed

This commit is contained in:
Tim Schubert 2021-08-18 23:49:49 +02:00
parent 39db7ded7d
commit 12fc6478e1
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
17 changed files with 50 additions and 30 deletions

6
shell.nix Normal file
View file

@ -0,0 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
{
this = callPackage ./nix { };
}