Minimal blogging, maximum clarity.
This repository contains a simple blogging engine written in PHP with SQLite storage.
- Run the built-in PHP server:
php -S localhost:8000
- Visit
http://localhost:8000/index.phpin your browser. - Log in with the default credentials:
- Username:
admin - Password:
password
- Username:
- Change the default username and password from the "Edit Account" link.
- Create new posts from the "New Post" link. Posts support basic Markdown syntax, including headings, emphasis, code, links, and lists (ordered and unordered).
The database file blog.db will be created automatically in the project root.