|
|
@ -132,11 +132,11 @@ highlight_theme = "css"
|
|
|
|
title = "Home"
|
|
|
|
title = "Home"
|
|
|
|
# Note we're not setting `paginate_by` here.
|
|
|
|
# Note we're not setting `paginate_by` here.
|
|
|
|
template = "section.html"
|
|
|
|
template = "section.html"
|
|
|
|
+++
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[extra]
|
|
|
|
[extra]
|
|
|
|
section_path = "blog/_index.md" # Where to find your posts.
|
|
|
|
section_path = "blog/_index.md" # Where to find your posts.
|
|
|
|
max_posts = 5 # Show 5 posts on the home page.
|
|
|
|
max_posts = 5 # Show 5 posts on the home page.
|
|
|
|
|
|
|
|
+++
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
- This will display the latest 5 posts from the `blog/` section.
|
|
|
|
- This will display the latest 5 posts from the `blog/` section.
|
|
|
|