Pelican Quickstart

C:> pip install pelican markdown
        [...]
C:> pelican-quickstart

And now you have a basic Pelican site.

File Structure

yourproject/
    ├── content/             # articles and pages go here
    ├── output/
    ├── develop_server.sh
    ├── fabfile.py
    ├── Makefile
    ├── pelicanconf.py       # Main settings file
    └── publishconf.py       # Settings to use when ready to publish