chula/chula

There is no license information available for the latest version (1.0.0-alpha) of this package.

A lightweight blogging framework based on markdown

1.0.0-alpha 2014-05-04 12:57 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:25:38 UTC


README

#chula

Small blogging/website framework.

Build Status

Codeship Status]

Task list: https://trello.com/b/EcvhEDaC/chula

##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`)

###Coverage

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