Fix a link, add some more, explain auto-reloading
This commit is contained in:
parent
84b4e937ab
commit
7ba178034b
11
README.md
11
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user