I'm trying to use Lektor as my blog platform, but I am running into a few issues.
Following the guide I can make everything work. My problem begin when I try to make the blog the first page, without the "/blog".
If I query in the page template the blogs children, the pagination don't work.
If I make the blog-post children of the page using "replaced_with = site.query('/blog')" the initial page renders fine, but if I try to access any page, appears a Not Found message.
My goal is show my posts in the first page and have other folders, like "/about" or "/projects" in the root folder.