statiqdev / CleanBlog

A blogging theme for Statiq Web.
MIT License
53 stars 25 forks source link

[Question] Configure posts count #38

Open AlexHedley opened 9 months ago

AlexHedley commented 9 months ago

I’d like to change the default number of posts listed on the home page to be more than 3.

From index.cshtml is there an easy way to change this value ArchivePageSize: 3 without having to add my own index.cshtml page in my projects input folder?

Could this be an appsettings.json value?