An open API service indexing awesome lists of open source software.

https://github.com/diasbruno/stc

static pages. work in progress...
https://github.com/diasbruno/stc

Last synced: about 2 months ago
JSON representation

static pages. work in progress...

Awesome Lists containing this project

README

        

# stc

[![Build Status](https://travis-ci.org/diasbruno/stc.svg?branch=master)](https://travis-ci.org/diasbruno/stc)

A static page generator.

The main objective of stc is to make a simple and extensible static page generator.

### Getting started

You will need [composer](http://getcomponser.org). That's it.

Create your composer file and added the STC core engine.

```
{
...
"require": {
"diasbruno/stc": "dev-master"
}
}
```

In the same path as your composer.json file, creates your project file (project.php).

This should be enough to have a start project.

```