Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yosymfony/spress-example
- Owner: yosymfony
- Created: 2013-10-12T11:07:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T18:25:02.000Z (almost 11 years ago)
- Last Synced: 2024-11-10T20:14:14.256Z (2 months ago)
- Language: CSS
- Size: 299 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```