Small adjustments associated with Relative Posts
This commit is contained in:
10
README.md
10
README.md
@ -119,8 +119,7 @@ There's nothing special about `src/components/`, but that's where we like to put
|
||||
|
||||
Any static assets, like images, can be placed in the `public/` directory if they do not require any transformation or in the `assets/` directory if they are imported directly.
|
||||
|
||||
|
||||
[](https://githubbox.com/onwidget/astrowind/tree/main) [](https://gitpod.io/?on=gitpod#https://github.com/onwidget/astrowind) [](https://stackblitz.com/github/onwidget/astrowind)
|
||||
[](https://githubbox.com/onwidget/astrowind/tree/main) [](https://gitpod.io/?on=gitpod#https://github.com/onwidget/astrowind) [](https://stackblitz.com/github/onwidget/astrowind)
|
||||
|
||||
> 🧑🚀 **Seasoned astronaut?** Delete this file `README.md`. Update `src/config.yaml` and contents. Have fun!
|
||||
|
||||
@ -182,8 +181,8 @@ i18n:
|
||||
|
||||
apps:
|
||||
blog:
|
||||
isEnabled: true
|
||||
postsPerPage: 6
|
||||
isEnabled: true # If the blog will be enabled
|
||||
postsPerPage: 6 # Number of posts per page
|
||||
|
||||
post:
|
||||
isEnabled: true
|
||||
@ -209,6 +208,9 @@ apps:
|
||||
robots:
|
||||
index: false
|
||||
|
||||
isRelatedPostsEnabled: true # If a widget with related posts is to be displayed below each post
|
||||
relatedPostsCount: 4 # Number of related posts to display
|
||||
|
||||
analytics:
|
||||
vendors:
|
||||
googleAnalytics:
|
||||
|
Reference in New Issue
Block a user