use pandoc default files for metadata and applying templates as needed
This commit is contained in:
parent
39db7ded7d
commit
12fc6478e1
17 changed files with 50 additions and 30 deletions
6
shell.nix
Normal file
6
shell.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
with pkgs;
|
||||
{
|
||||
this = callPackage ./nix { };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue