We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4357c97 commit 7cff187Copy full SHA for 7cff187
README.md
@@ -7,11 +7,11 @@ This repo powers the k0s team blog using [Hugo](https://gohugo.io/). If you can
7
1. Create a new post (Hugo “leaf bundle” with its own folder):
8
9
```sh
10
-hugo new content/blog/my-post-title/index.md
+hugo new content/posts/my-post-title/index.md
11
```
12
13
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`).
+3. Add any images/files into the **same folder** as the post (e.g., `content/posts/my-post-title/diagram.png`).
15
4. Preview locally:
16
17
0 commit comments