diff --git a/README.md b/README.md index a5b9492..7142295 100644 --- a/README.md +++ b/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