Skip to content
/ blite Public

Hackable minimalist blogging platform with PHP and SQLite

License

Notifications You must be signed in to change notification settings

teacai/blite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bLite

Hackable minimalist blogging platform with PHP and SQLite Deploy a custom website with content management in just 6 files:

  1. .htacces
  2. administration.php
  3. bootstrapped.php
  4. index.inline.css
  5. index.inline.js
  6. index.php

Deployment

Simple php hosting

  • Just copy all the files from src to your hosting root.
  • Update jwtKey, adminPassword and adminUsername at the top of index.php.
  • Edit index.php, index.inline.css or index.inline.js as you wish to customize how your site looks.

Administration

To configure or to add new pages go to /admin page.

Building a docker image of PHP 8

docker build -t php-local .

Running with docker compose

Docker compose will need the docker image created in previous step.

docker compose up -d

The website will be available at localhost:7003

About

Hackable minimalist blogging platform with PHP and SQLite

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages