From 0c998be49c4daf314dc8a3067524dfb0e09c5bdb Mon Sep 17 00:00:00 2001 From: davegandy Date: Thu, 16 May 2013 20:57:02 -0400 Subject: [PATCH] permalink pretty ftw --- _config.yml | 7 +++---- build/{cheatsheet/index.html => cheatsheet.html} | 0 build/{community/index.html => community.html} | 0 build/{examples/index.html => examples.html} | 0 build/{get-started/index.html => get-started.html} | 0 build/{icons/index.html => icons.html} | 0 build/{license/index.html => license.html} | 0 build/{whats-new/index.html => whats-new.html} | 0 8 files changed, 3 insertions(+), 4 deletions(-) rename build/{cheatsheet/index.html => cheatsheet.html} (100%) rename build/{community/index.html => community.html} (100%) rename build/{examples/index.html => examples.html} (100%) rename build/{get-started/index.html => get-started.html} (100%) rename build/{icons/index.html => icons.html} (100%) rename build/{license/index.html => license.html} (100%) rename build/{whats-new/index.html => whats-new.html} (100%) diff --git a/_config.yml b/_config.yml index ca04eda01..95fa5acd7 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,5 @@ safe: false -auto: true -server: true -server_port: 7998 +port: 7998 baseurl: /Font-Awesome/ # Where GitHub serves the project up from url: http://localhost:7998 @@ -10,13 +8,14 @@ destination: _gh_pages plugins: build/_plugins pygments: true +permalink: pretty icon_meta: build/icons.yml icon_layout: icon.html # Relative to _layouts directory icon_destination: icon # Relative to destination font_awesome: - version: 3.1.1 + version: 3.2.0 url: http://fontawesome.io legacy_url: http://fortawesome.github.com/Font-Awesome/ twitter: fontawesome diff --git a/build/cheatsheet/index.html b/build/cheatsheet.html similarity index 100% rename from build/cheatsheet/index.html rename to build/cheatsheet.html diff --git a/build/community/index.html b/build/community.html similarity index 100% rename from build/community/index.html rename to build/community.html diff --git a/build/examples/index.html b/build/examples.html similarity index 100% rename from build/examples/index.html rename to build/examples.html diff --git a/build/get-started/index.html b/build/get-started.html similarity index 100% rename from build/get-started/index.html rename to build/get-started.html diff --git a/build/icons/index.html b/build/icons.html similarity index 100% rename from build/icons/index.html rename to build/icons.html diff --git a/build/license/index.html b/build/license.html similarity index 100% rename from build/license/index.html rename to build/license.html diff --git a/build/whats-new/index.html b/build/whats-new.html similarity index 100% rename from build/whats-new/index.html rename to build/whats-new.html