https://github.com/peridot-php/peridot-php.github.io
The Peridot website
https://github.com/peridot-php/peridot-php.github.io
Last synced: 3 months ago
JSON representation
The Peridot website
- Host: GitHub
- URL: https://github.com/peridot-php/peridot-php.github.io
- Owner: peridot-php
- Created: 2014-10-11T04:01:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T02:29:26.000Z (over 9 years ago)
- Last Synced: 2025-12-27T17:23:03.991Z (6 months ago)
- Language: HTML
- Homepage: http://peridot-php.github.io/
- Size: 5.34 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Main Peridot PHP Site
---------------------
## Prerequisites
Install Jekyll
```
$ gem install jekyll
```
## Develop
Serve stuff up on [http://0.0.0.0:4000](http://0.0.0.0:4000)
```
$ jekyll serve
```
## Publish
```
git push origin master
```