Content Management System
Published 08/05/2024
I originally spent the first 2 days of this Konloch.com platform project focusing on an online CMS system. Then I read the documentation for DWiki and realized offline writing is far superior. I should have known that in the end this would just become a static website generator. (DWiki & 100r.co being some of the biggest inspirations to this project)
As of writing, version 0.0.1 of what I can call a dynamic wiki is ready.
For absolutely no reason it contains SQL CMS pages, login, and editing. All of which are going to be removed in the next update, as like I said earlier, offline editing is better. And I gain the benefit of using git to manage my database backups. (as my database is purely markdown pages now)
Searching and all the original benefits to using SQL would be lost, but it’s hardly an issue when you could just read through each file. + A side note on this - all pages for guests are cached, and now that there will be no more authorization, all pages are cached now. + Obviously some can’t be, but you get the idea