-
-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Labels
Description
Legacy DasBlog had support for static pages. You could make a HTML file and put it inside static folder and it would automatically pick up those files and integrate them with the blog as static pages. A lot of blogging engines like WordPress also have support for pages. Here is an example of static page running on my blog (which I am going to migrate to the new version):
https://www.thousandtyone.com/blog/aboutus.aspx
Hence I was thinking about working on building support for static pages in DasBlog. Is this something that we feel we should support as a feature for new DasBlog? I'm happy to work on it and submit a PR if others feel it will help or add value.
poppastring