2013-11-19 23:16
The MogBlog static content generator
I celebrate a small milestone for the blog engine.
I decided to simply call it MogBlog.
It is a static content generation blog tool outputting static HTML pages.
I was inspired by Jekyll and Octopress, but
I do not like that they are managed from a command prompt. I want a tool with a web interface.
Yeah, I have used Wordpress a lot. Open source, lots of fancy stuff and plugins,
but in my opinion too heavyweight requiring PHP for presenting data and a SQL database as backend.
MogBlog aims for these goals:
- Static content output
- Web admin
- No database (May I call it NoDB ??)
- Small and easy
- Single PHP file
- Skinnable
PHP. Not the most perfect language but it is open source and extremely wide spread.
The small milestone I wrote about in the beginning is that MogBlog now supports:
- Creating new posts
- Editing posts (simple textarea editor)
- Changing date and title (only for unpublished posts)
- Deleting posts
- Publishing a post
- Unpublishing a post