From a4831774d8bb194f0c1ad80743c4b8a6311c6daa Mon Sep 17 00:00:00 2001 From: davegandy Date: Thu, 2 May 2013 23:16:41 -0400 Subject: [PATCH] major overhaul to icon pages --- _config.yml | 2 + .../_includes/ads/carbon-light-vertical.html | 1 + build/_includes/examples.html | 15 +- build/_includes/footer.html | 2 +- build/_includes/icons/new.html | 1 + build/_includes/roadmap.html | 1 - build/_layouts/icon.html | 131 +++++++++++++----- build/assets/css/font-awesome.css | 12 ++ build/assets/css/site.css | 71 +++++++++- build/assets/font/FontAwesome.otf | Bin 47964 -> 48072 bytes build/assets/js/index/index.js | 1 + build/assets/less/font-awesome.less | 10 ++ build/assets/less/site.less | 56 ++++++++ build/assets/less/sticky-footer.less | 2 +- build/examples/index.html | 2 +- build/icons.yml | 7 + 16 files changed, 264 insertions(+), 50 deletions(-) create mode 100644 build/_includes/ads/carbon-light-vertical.html diff --git a/_config.yml b/_config.yml index 0c1b057b9..3c8607537 100644 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,8 @@ source: build destination: _gh_pages plugins: build/_plugins +pygments: true + icon_meta: build/icons.yml icon_layout: icon.html # Relative to _layouts directory icon_destination: icon # Relative to destination diff --git a/build/_includes/ads/carbon-light-vertical.html b/build/_includes/ads/carbon-light-vertical.html new file mode 100644 index 000000000..e6fce26a9 --- /dev/null +++ b/build/_includes/ads/carbon-light-vertical.html @@ -0,0 +1 @@ +
diff --git a/build/_includes/examples.html b/build/_includes/examples.html index 156e908e9..730e39ad0 100644 --- a/build/_includes/examples.html +++ b/build/_includes/examples.html @@ -1,6 +1,5 @@
- -

Many examples re-used from the Twitter Bootstrap documentation.

+ -
-
- -
-
- -
-

Bordered & Pulled Icons

@@ -243,7 +234,7 @@ Use a few of the new styles together ... lots of new possibilities. Settings

- Font Awesome
Version 3.0
+ Font Awesome
Version {{ site.font-awesome.version }}

Synchronizing Content... diff --git a/build/_includes/footer.html b/build/_includes/footer.html index 06de03ec8..6608ce0e7 100644 --- a/build/_includes/footer.html +++ b/build/_includes/footer.html @@ -11,7 +11,7 @@ Documentation licensed under {{ site.license.documentation.version }}

- Many doc examples taken from Bootstrap's docs + Thanks to MaxCDN for providing the excellent BootstrapCDN for Font Awesome
GitHub Project · diff --git a/build/_includes/icons/new.html b/build/_includes/icons/new.html index 0e0dd7932..92a550bd8 100644 --- a/build/_includes/icons/new.html +++ b/build/_includes/icons/new.html @@ -43,6 +43,7 @@
  • icon-calendar-empty
  • icon-fire-extinguisher
  • icon-rocket
  • +
  • icon-maxcdn
  • diff --git a/build/_includes/roadmap.html b/build/_includes/roadmap.html index 30eb77720..b066f5f08 100644 --- a/build/_includes/roadmap.html +++ b/build/_includes/roadmap.html @@ -1,5 +1,4 @@
    -

    Here's the plan for future updates.