Browse Source

Add more hacking instructions

pull/1/head
Luke Murphy 5 years ago
parent
commit
482621fd76
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 17
      README.md

17
README.md

@ -29,7 +29,24 @@ $ pip install pelican markdown
Then generate the content and run the server:
### Generating the site
```bash
$ pelican content
$ pelican --listen
```
Then the site is available at the following URL:
> http://localhost:8000
### Working on the site
Run the following:
```bash
$ pelican --autoreload --listen
```
And then you can edit the files and the site will regenerate each time
automatically. It is faster this way to review what you are working on.

Loading…
Cancel
Save