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...
- Host: GitHub
- URL: https://github.com/diasbruno/stc
- Owner: diasbruno
- License: mit
- Created: 2014-11-17T03:01:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-25T13:22:59.000Z (over 10 years ago)
- Last Synced: 2025-04-01T19:59:23.668Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 629 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# stc
[](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.
```