Skip to content

Commit

Permalink
Changes in documentation website
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopvilar committed Sep 7, 2015
1 parent 1427b77 commit 72979c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions couscous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ exclude:

github:
user: alterfw
repo: docs-template
repo: ampersand

title: Ampersand
url: http://alterfw.github.io/ampersand/
baseUrl: http://alterfw.github.io/ampersand/
name: Ampersand
composer: alterfw/ampersand
subTitle: Ampersand, a micro framework for WordPress.
logo_title: &
logo_subtitle: Ampersand, a micro framework for WordPress.
description_full: Ampersand is a micro framework for WordPress based on <a href="http://www.slimframework.com/" target="_blank">Slim</a> that helps you quickly write websites and themes as real web applications.
footer: Created by <a href="http://vilar.cc">Sergio Vilar</a> based on <a href="http://www.slimframework.com/" target="_blank">Slim</a>.
decription_full: Ampersand is a micro framework for WordPress based on <a href="http://www.slimframework.com/" target="_blank">Slim</a> that helps you quickly write websites and themes as real web applications.
footer: footer: Developed by <a href="http://vilar.cc">Sergio Vilar</a> and <a href="https://github.com/alterfw/ampersand/graphs/contributors" target="_blank">contributors</a>.
code: |
Route::get("/hello/:name", function ($name) {
echo "Hello, ".$name;
Expand Down

0 comments on commit 72979c6

Please sign in to comment.