Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Oct 4, 2024
1 parent 039fea1 commit ec65659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ To add a static page, create a new file in the `/content/page` folder. You can l
menu defined in `hugo.toml`, either as a top level item, or sub-menu item (by defining its `parent`). Pages can be
organised into subfolders as required.

Images should be saved to `static/img`
Images should be saved to `static/img` which are deployed to a top-level `img` folder.
When including links to images, you'll need to set the path to this relative to the page or post you're working in e.g. to link
to `img/frights_and_bites.png` from `page/social.md`, the path is `../../img/frights_and_bites.png`.

## Local testing

Expand Down

0 comments on commit ec65659

Please sign in to comment.