Skip to content

Commit 7cff187

Browse files
twz123apedriza
andauthored
Apply suggestions from code review
Co-authored-by: apedriza <[email protected]>
1 parent 4357c97 commit 7cff187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ This repo powers the k0s team blog using [Hugo](https://gohugo.io/). If you can
77
1. Create a new post (Hugo “leaf bundle” with its own folder):
88

99
```sh
10-
hugo new content/blog/my-post-title/index.md
10+
hugo new content/posts/my-post-title/index.md
1111
```
1212

1313
2. Open the generated file and fill in front matter (see below).
14-
3. Add any images/files into the **same folder** as the post (e.g., `content/blog/my-post-title/diagram.png`).
14+
3. Add any images/files into the **same folder** as the post (e.g., `content/posts/my-post-title/diagram.png`).
1515
4. Preview locally:
1616

1717
```sh

0 commit comments

Comments
 (0)