eddiesigner / liebling

Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
https://github.com/eddiesigner/liebling/releases
MIT License
1.25k stars 594 forks source link

How can I change the number of posts on the homepage? #502

Closed L4ma closed 1 year ago

L4ma commented 1 year ago

Hi, I've been searching through the code for a while now and unfortunately I can't find a place where I can adjust the number of postings. Can anyone help me?

eddiesigner commented 1 year ago

Hi,

Unfortunately this is only possible by editing the following line in the package.json file (after unzipping the theme file):

"posts_per_page": 10,

Afterwards you have to zip the folder and upload it again.

L4ma commented 1 year ago

Thank you for your help!