Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ As an example: A file that resides in `static/img/2025/test-image.jpg` should be

It is also good practice to name media files with the date you add them/the date of the page/post you want to add them to, e.g. `static/img/2025/2025-03-04-blogpost-image.jpg` (using `yyyy-mm-dd` as the start of the filename).

Aim to keep within 1024 pixels high/wide to keep the file sizes reasonable for our pages to load quicky.

#### Some other random tips

- Where is the menu?? It's in hugo.yaml.
Expand Down
8 changes: 5 additions & 3 deletions content/posts/YYYY-MM-DD-event-fellowship-blog-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ In your forked repository:

### 4. Upload Your Images

1. Navigate to the folder: `static/img/YYYY/` for the current year
2. Click **"Add file" → "Upload files"**
3. Upload your image(s) here using the format YYYY-MM-DD-image-name.jpg
1. Resize your images if needed to at most 1024 pixels high/wide
(to keep the download size reasonable so the page loads quicky).
2. Navigate to the folder: `static/img/YYYY/` for the current year
3. Click **"Add file" → "Upload files"**
4. Upload your image(s) here using the format YYYY-MM-DD-image-name.jpg

To insert images in your blog post, use the following format (without the static prefix):

Expand Down