Skip to content

classicfoo/Terse

 
 

Repository files navigation

Terse

Minimal blogging, maximum clarity.

Usage

This repository contains a simple blogging engine written in PHP with SQLite storage.

  1. Run the built-in PHP server:
    php -S localhost:8000
  2. Visit http://localhost:8000/index.php in your browser.
  3. Log in with the default credentials:
    • Username: admin
    • Password: password
  4. Change the default username and password from the "Edit Account" link.
  5. 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.

About

Minimal blogging, maximum clarity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 96.6%
  • CSS 3.4%