mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge 8378c0df5e into c2b2def1c8
This commit is contained in:
commit
429454b11c
3 changed files with 49 additions and 49 deletions
|
|
@ -100,14 +100,14 @@ following hierarchy (except for *pages* — shown in parentheses below — which
|
|||
can optionally add yourself if you plan to create non-chronological content)::
|
||||
|
||||
yourproject/
|
||||
├── content
|
||||
│ └── (pages)
|
||||
├── output
|
||||
├── develop_server.sh
|
||||
├── fabfile.py
|
||||
├── Makefile
|
||||
├── pelicanconf.py # Main settings file
|
||||
└── publishconf.py # Settings to use when ready to publish
|
||||
|-- content
|
||||
| `-- (pages)
|
||||
|-- output
|
||||
|-- develop_server.sh
|
||||
|-- fabfile.py
|
||||
|-- Makefile
|
||||
|-- pelicanconf.py # Main settings file
|
||||
`-- publishconf.py # Settings to use when ready to publish
|
||||
|
||||
The next step is to begin to adding content to the *content* folder that has
|
||||
been created for you.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue