Alphabetize static site generators

This commit is contained in:
Jose Diaz-Gonzalez 2016-04-03 22:57:44 -04:00
parent 0e776b1da8
commit 32d0abc45e
1 changed files with 3 additions and 3 deletions

View File

@ -172,10 +172,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
## Static Site Generators
*Tools for pre-processing content to generate web pages.*
* [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
* [Phrozn](https://github.com/Pawka/phrozn) - Another tool that converts Textile, Markdown and Twig into HTML.
* [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML.
* [Couscous](http://couscous.io) - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids.
* [Phrozn](https://github.com/Pawka/phrozn) - Another tool that converts Textile, Markdown and Twig into HTML.
* [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
* [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML.
## HTTP
*Libraries for working with HTTP and scraping websites.*