Currently it is only possible when you have no content on your main page. But I want both the content and a blog list on the main page.
It could be done like so:
title: Frogge's blog
meta_description: Croak the web!
favicon: 🐸
_______
Hello, I am Frogge, a small beaste with four leggys. I like drawing!
Would you like to see my posts?
{{ blog-list }}
And the {{ blog-list }}
thing could be interpreted as “insert the blog list here” (automatically!)
It would also be nice to have an ability to strip the blog list here to, say, 5 latest posts to not make the main page too long. Maybe {{ blog-list | 5 }}
?
oh. that’s a duplicate of https://bear.nolt.io/33
idk how I didn’t notice this thing
I’ve just pushed this feature. Please report on #33 if you run into any issues