Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yosymfony/spress-example

Blog example generated by Spress
https://github.com/yosymfony/spress-example

Last synced: 3 days ago
JSON representation

Blog example generated by Spress

Awesome Lists containing this project

README

        

Spress Example
==============
Blog site generated by [Spress](https://github.com/yosymfony/Spress).
See [demo](http://yosymfony.github.io/Spress-example/).

How to build
------------
You need download [Spress](https://github.com/yosymfony/Spress) and install
verdors with composer `$ composer.phar update`.

Get Spress-example:

```
$ git clone https://github.com/yosymfony/Spress-example.git
$ cd Spress-example
$ spress-directory/bin/spress site:build
```
The result site will be save in `_site/` directory.

Run
---
The best way to see your result is use the PHP built-in server:

```
$ cd Spress-example
$ php -S localhost:8080 -t _site
```