2017 © Pedro Peláez
 

project b3

BlaBlaBlog - a lightweight PHP Markdown Blog System based on Lumen

image

eivindarvesen/b3

BlaBlaBlog - a lightweight PHP Markdown Blog System based on Lumen

  • Wednesday, June 20, 2018
  • by eivind88
  • Repository
  • 1 Watchers
  • 0 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

B3

B3 (BlaBlaBlog) is a PHP blog system built upon the Lumen micro-framework., (*1)

The package is available on Packagist, (*2)

WORK IN PROGRESS

This project is very much under active development, and while it is usable in its current state, the documentation is yet to be written. In fact - this readme is not even necessarily up to date., (*3)

At present, B3 supports all major browser, including IE >= 9., (*4)

About

Blog posts are written in Markdown in your favourite editor, and pushed via git. Posts are validated upon git-commit. A database of data/metadata is built or updated on git-pull. Pages are rendered serverside. Blablablog is themeable; the default theme is built upon Bootstrap 3. You set your usersettings in dotenv (do not track this in vcs)., (*5)

Installation

To install B3, run, (*6)

composer create-project eivindarvesen/b3 <SITE> *@dev --prefer-dist

or run installB3.sh in the scripts-directory., (*7)

The webroot must be set to 'b3/public', (*8)

BlaBlaBlog also needs a database, the connection to which is specified in the dotenv-file in the project root., (*9)

To automatically set up your site, run the setupB3.sh script in the scripts-directory., (*10)

Development

To set up your developer-environment:, (*11)

composer install
bower install
npm install

License

The BlaBlaBlog PHP Blog System is open-source software licensed under the The BSD 3-Clause License, (*12)

The Versions

20/06 2018

dev-master

9999999-dev

BlaBlaBlog - a lightweight PHP Markdown Blog System based on Lumen

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

php bootstrap markdown web blog