happytodev/cyclone

A simple blog system for TempestPHP framework

Installs: 76

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 5

Language:Hack


README

Cyclone is the first blog engine made with Tempest framework.

Install

Currently Cyclone is in alpha phase.

Create a new forlder for your project :

mkdir mynewblog
cd mynewblog

Launch composer init and when it asks you for minimum stability, enter dev.

Edit your composer.json and add the following line

"prefer-stable": true,

under

"minimum-stability": "dev",

Next, add Cyclone as dependency :

composer require happytodev/cyclone

When install is finished, launch the following command :

./vendor/bin/tempest cyclone:install

Add content

For blog posts, put your content in content/blog folder. Image for blog posts must take place in public/img/blog