how to retrieve atom feed if launch url is "/main"?
Closed this issue · 1 comments
I am using miniblog in aspnetcore 2.0 mvc website. I want it NOT to be the opening page on the website. But when I set the launch url as /main, then although I can open to my welcome page, I can no longer retrieve a blog feed. I can still get pages with categories, but not a feed of all posts. How can I get a feed of the posts, if miniblog is not the opening page of the site? thanks
thank you--it is working fine now. Miniblog. Core is combined with AspNetIdentity and I commented out one line in MetaWeblog for that to work. This let me have a blog with an aspnetcore site that has a EntityFramework db, which is helpful to some organizations. I think it is more bells and whistles than WP, but not sure. thanks again for Miniblog.Core and your other programs.