|
1 | 1 | --- |
2 | 2 | author: yourusername |
3 | | -date: yyyy-mm-dd |
| 3 | +date: YYYY-MM-DD |
4 | 4 | draft: true |
5 | 5 | category: |
6 | 6 | - community |
@@ -50,25 +50,25 @@ In your forked repository: |
50 | 50 |
|
51 | 51 | 1. Navigate to `content/posts/` |
52 | 52 | 2. Click **"Add file" → "Create new file"** |
53 | | -3. Name your file using the format: |
| 53 | +3. Name your file based on the date using the format: |
54 | 54 | `YYYY-MM-DD-your-name-blog-title.md` |
55 | 55 | _Example:_ `2025-04-29-your-name-nfcore-nextflow-hackathon.md` |
56 | 56 |
|
57 | 57 | 4. View template raw, and Copy and paste all the contents of this template into the new file. |
58 | | -5. Replace the placeholder text (title, author, content, image name, etc.) with your actual blog content. |
| 58 | +5. Replace the placeholder text (date, title, author, content, image name, etc.) with your actual blog content. |
59 | 59 |
|
60 | 60 | --- |
61 | 61 |
|
62 | 62 | ### 4. Upload Your Images |
63 | 63 |
|
64 | | -1. Navigate to the folder: `static/img/2025/` |
| 64 | +1. Navigate to the folder: `static/img/YYYY/` for the current year |
65 | 65 | 2. Click **"Add file" → "Upload files"** |
66 | 66 | 3. Upload your image(s) here using the format YYYY-MM-DD-image-name.jpg |
67 | 67 |
|
68 | | -To insert images in your blog post, use the following format: |
| 68 | +To insert images in your blog post, use the following format (without the static prefix): |
69 | 69 |
|
70 | 70 | ```markdown |
71 | | - |
| 71 | + |
72 | 72 | ``` |
73 | 73 |
|
74 | 74 | --- |
@@ -118,11 +118,11 @@ Describe the sessions, people, activities, or discoveries that stood out, emphas |
118 | 118 |
|
119 | 119 | ### Add Images |
120 | 120 |
|
121 | | -Upload your images to `static/img/2025/` |
122 | | -Then use: |
| 121 | +Upload your images to `static/img/YYYY/` for the current year. |
| 122 | +Then use the following without the static prefix: |
123 | 123 |
|
124 | 124 | ```markdown |
125 | | - |
| 125 | + |
126 | 126 | ``` |
127 | 127 |
|
128 | 128 | Example: |
|
0 commit comments