Replace Fabric by Invoke.

This commit is contained in:
Kevin Deldycke 2018-06-18 00:38:23 +02:00
commit 558d5e3271
No known key found for this signature in database
GPG key ID: C572BB01B1ED5A3A
8 changed files with 135 additions and 128 deletions

View file

@ -101,9 +101,9 @@ can optionally add yourself if you plan to create non-chronological content)::
yourproject/
├── content
   └── (pages)
└── (pages)
├── output
├── fabfile.py
├── tasks.py
├── Makefile
├── pelicanconf.py # Main settings file
└── publishconf.py # Settings to use when ready to publish