Beginning of the project
by Joseph, on 2015 April 5th
What's the second website ever written with Void, after SamplerBox? The site of Void itself!
For the needs of my projects, I wanted to have a lightweight blogging platform. No more database installation, no more SQL, no more account creation, no more hassle. Here's the result: a CMS coded in a single PHP file, with less than 100 lines of code.
But still, it has all the features that 90% the the websites or blogs that I see everyday have:
-
static pages,
- a blog section with articles,
If you are the 10% who want a blogging platform with more advanced features, then there are a million of cool other platforms that you can use (Wordpress, Ghost, etc.)