CleanBlog
CleanBlog copied to clipboard
[Question] Configure posts count
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?