mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-20 01:22:19 +01:00
README.md: Recommend creating "posts"
To be more in line with the Hugo quickstart.
This commit is contained in:
parent
1655b876a8
commit
2ad673d5d2
@ -26,7 +26,7 @@ Clone the repository to your site's `themes` directory. Refer to [`exampleSite/c
|
|||||||
## Content Suggestions
|
## Content Suggestions
|
||||||
A few suggestions to help you get a good looking site quickly:
|
A few suggestions to help you get a good looking site quickly:
|
||||||
|
|
||||||
- Keep blog posts in the `content/post` directory, for example: `content/post/my-first-post.md`
|
- Keep blog posts in the `content/posts` directory, for example: `content/posts/my-first-post.md`
|
||||||
- Keep static pages in the `content` directory, for example: `content/about.md`
|
- Keep static pages in the `content` directory, for example: `content/about.md`
|
||||||
- Keep media like images in the `static` directory, for example: `static/2016/10/screenshot.png`
|
- Keep media like images in the `static` directory, for example: `static/2016/10/screenshot.png`
|
||||||
- If you want an image to be shown when you share a post on social media, specify at least one image in the post's front matter, for example: `images: ["/2016/10/screenshot.png"]`
|
- If you want an image to be shown when you share a post on social media, specify at least one image in the post's front matter, for example: `images: ["/2016/10/screenshot.png"]`
|
||||||
|
Loading…
Reference in New Issue
Block a user