From 1d0b24377ba9d63a18a67f6a22bd4790af6f31ea Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Mon, 6 Oct 2014 16:59:04 +0200 Subject: [PATCH] Use Jekyll --- .gitignore | 3 +++ _layouts/default.html | 41 ++++++++++++++++++++++++++++++++++++++ index.html | 46 +++++-------------------------------------- 3 files changed, 49 insertions(+), 41 deletions(-) create mode 100644 .gitignore create mode 100644 _layouts/default.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d790f42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +_site +Gemfile +Gemfile.lock diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..6b79f3e --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,41 @@ + + + + + + {{ page.title }} + + + + + + + +
+
+

Altorouter

+

PHP5.3+ Routing Class. Supports REST, dynamic and reversed routing.

+ +

View the Project on GitHub dannyvankooten/AltoRouter

+ + + +
+
+ {{ content }} +
+ +
+ + + + \ No newline at end of file diff --git a/index.html b/index.html index a8eb99c..c0d20f7 100644 --- a/index.html +++ b/index.html @@ -1,33 +1,7 @@ - - - - - - Altorouter by dannyvankooten - - - - - - - -
-
-

Altorouter

-

PHP5.3+ Routing Class. Supports REST, dynamic and reversed routing.

- -

View the Project on GitHub dannyvankooten/AltoRouter

- - - -
-
+--- +title: AltoRouter - PHP Router that supports REST, dynamic and reversed routing +layout: default +---

AltoRouter Build Status

@@ -173,14 +147,4 @@

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

-

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-
- -
- - - - \ No newline at end of file +

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

\ No newline at end of file