We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849ad0a commit daf93a0Copy full SHA for daf93a0
README.md
@@ -28,7 +28,12 @@ Code of Conduct, see `CODE_OF_CONDUCT.md` for more.
28
29
### Writing a new blog post
30
31
-When writing a new blog post, keep in mind the file headers:
+If you want to include images in your post, please store them in the repository.
32
+You can store your main blog post in `content/<some-slug>/index.md`.
33
+Images go into the same directory: `content/<some-slug>/my_image.png`.
34
+Now you can reference that image with a simple relative path: ``.
35
+
36
+Here is an example of the front matter format:
37
```md
38
+++
39
path = "2015/03/15/some-slug"
0 commit comments