init a new pelican project
This commit is contained in:
parent
62f31bcc37
commit
22fc9a1ed2
8 changed files with 215 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ pkgs.mkShell {
|
|||
(pkgs.python3.withPackages (ps: with ps; [
|
||||
pelican
|
||||
markdown
|
||||
typogrify
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue