Static HTML Generator
Published 08/06/2024
📝 I’ve expanded on this concept and released some code with this post
I decided to remove SQL, along with it goes dynamic editing and accounts. I want to keep the scope of this project small and maintainable.
- Dynamic Editing would require backups, not hard but another thing to manage.
Accountsimplies more than one person is going to write on here, unlikely.- Since it was a small prototype, when designing the offline pages I kept it separated from the SQL pages. If I were to keep SQL, I would have removed offline pages and fed the offline pages into the SQL database.
- All of this and more you could probably think of led me to realize keeping it simple would be easier for the long run. By doing that I’m actually writing blog posts instead of designing the editor. Woohoo.