Browse Source
Fix a link, add some more, explain auto-reloading
pull/1/head
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
9 additions and
2 deletions
-
README.md
|
|
@ -45,7 +45,8 @@ Then the site is available at the following URL: |
|
|
|
## Working with the site |
|
|
|
|
|
|
|
* Website articles and content are in [content](./content) |
|
|
|
* The website theme is in [themes/homebrewtheme](./themes/homebrewserver) |
|
|
|
* The website theme is in [themes/homebrewtheme](./themes/homebrewtheme) |
|
|
|
* Images are stored in [content/staticfiles/images](./content/staticfiles/images) |
|
|
|
|
|
|
|
While working on the site, you can run the following: |
|
|
|
|
|
|
@ -54,7 +55,13 @@ $ invoke livereload |
|
|
|
``` |
|
|
|
|
|
|
|
And then the Pelican development server will automatically reload |
|
|
|
when you make changes. |
|
|
|
when you make changes. It is also possible to use: |
|
|
|
|
|
|
|
```bash |
|
|
|
$ pelican --autoreload --listen |
|
|
|
``` |
|
|
|
|
|
|
|
However, this will not automatically refresh your browser page. |
|
|
|
|
|
|
|
## Deploying the site |
|
|
|
|
|
|
|