mirror of https://github.com/lxndrblz/anatole.git

Martin
20.37.2021 2f0ff4dace953e870d2d2fbf1f9bd0d4da6a5651
Update README.md (#183)

Added hint to change post folder name if the post section name is changed in the config file.
1 files modified
2 ■■■ changed files
README.md 2 ●●● patch | view | raw | blame | history
README.md
@@ -174,7 +174,7 @@
  postSectionName = "blog"
```
If the parameter is not set, it will default to `post`.
If the parameter is not set, it will default to `post`. Be sure to check the name of the folder containing your post files and change it accordingly in order for links to reflect the new post section name.
### Show full post content on the home page
If you prefer the full content of your posts to appear on the home page rather than a summary of each post, then set the parameter `fullPostContent` to `true`.