2017 © Pedro Peláez
 

project chula

A lightweight blogging framework based on markdown

image

chula/chula

A lightweight blogging framework based on markdown

  • Tuesday, March 1, 2016
  • by stephcook22
  • Repository
  • 7 Watchers
  • 4 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

chula

Small blogging/website framework., (*1)

Build Status, (*2)

Codeship Status], (*3)

Task list: https://trello.com/b/EcvhEDaC/chula, (*4)

Installation

Templating

Build

  • composer install
  • mkdir -p content/drafts content/pages
  • php -S localhost:8000 -t web

Tests

Tests have been setup in the tests/ directory using Codeception. * ./bin/codecept build (bin\codecept.bat build) * mkdir -p tests/_log * ``./bin/codecept(.bat) run(bin\codecept.bat run`), (*5)

Coverage

  • ./bin/codecept run --coverage --xml --html

The Versions