Creating a simplistic blogging platform

MARCH 4, 2020

That was the goal of this project; create a simple way to create blogs where you can just start writing directly into the blog instead of having to go through a complex application or have to write in a weird format and then transform the blog somehow, like you do with static site generators.

The idea while good, turned out to be (as many things in software development) easier to say that actually execute. It wasn’t particularly hard, just a little bit cumbersome, mostly due the lack of time.

So, taking as “inspiration” the https://manuelmoreale.com/ blog, we came up with this “design”:

Editor view of the blog platformWhich is basically the same ui but adding an editor bar to create new entries, edit them and publish them.

I’ll keep documenting the approach we took to write this down and how far we’ve got. This right here is the first entry on the working platform, and while still far from complete is now usable.

Other entries