mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Replace Fabric by Invoke.
This commit is contained in:
parent
dc465d5c5f
commit
c04a4701b8
8 changed files with 135 additions and 128 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue