This commit is contained in:
Giovanni Torres 2017-04-23 18:54:52 +00:00 committed by GitHub
commit 429454b11c
3 changed files with 49 additions and 49 deletions

View file

@ -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.