Welcome to smolblog
15 June 2021
You are now running your own blog.

First, find index.php and change some configurations to personalize your blog. It is extremely important you change the admin password. Use your new password to login as admin. You can compose and delete posts there.

The newest post will show up on the home page. Your readers can click through your previous posts on the navigation.

If you want to use MySQL instead of sqlite, simply change the PDO connection stuff in the config. Make sure you have the posts table made with columns: post_id (num), post_title (text), post_text (text), post_time (num).

Troubles? Contact Vincememe via IRC at irc.rizon.net on the #dulm channel.