mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-14 17:20:29 +08:00
renaming a variable in _config.yml
This commit is contained in:
parent
6bb86d54ff
commit
eff334f29f
24
_config.yml
24
_config.yml
@ -15,12 +15,13 @@ icon_meta: build/icons.yml
|
|||||||
icon_layout: icon.html # Relative to _layouts directory
|
icon_layout: icon.html # Relative to _layouts directory
|
||||||
icon_destination: icon # Relative to destination
|
icon_destination: icon # Relative to destination
|
||||||
|
|
||||||
font_awesome:
|
fontawesome:
|
||||||
version: 3.2.0
|
version: 3.2.0
|
||||||
url: http://fontawesome.io
|
url: http://fontawesome.io
|
||||||
legacy_url: http://fortawesome.github.com/Font-Awesome/
|
legacy_url: http://fortawesome.github.com/Font-Awesome/
|
||||||
blog_url: http://blog.fontawesome.io
|
blog_url: http://blog.fontawesome.io
|
||||||
twitter: fontawesome
|
twitter: fontawesome
|
||||||
|
tagline: The iconic font for designed Bootstrap
|
||||||
author:
|
author:
|
||||||
name: Dave Gandy
|
name: Dave Gandy
|
||||||
email: dave@fontawesome.io
|
email: dave@fontawesome.io
|
||||||
@ -33,18 +34,17 @@ font_awesome:
|
|||||||
url: https://github.com/FortAwesome/Font-Awesome
|
url: https://github.com/FortAwesome/Font-Awesome
|
||||||
project: Font-Awesome
|
project: Font-Awesome
|
||||||
org: FortAwesome
|
org: FortAwesome
|
||||||
|
license:
|
||||||
|
font:
|
||||||
|
version: SIL OFL 1.1
|
||||||
|
url: http://scripts.sil.org/OFL
|
||||||
|
code:
|
||||||
|
version: MIT License
|
||||||
|
url: http://opensource.org/licenses/mit-license.html
|
||||||
|
documentation:
|
||||||
|
version: CC BY 3.0
|
||||||
|
url: http://creativecommons.org/licenses/by/3.0/
|
||||||
|
|
||||||
bootstrap:
|
bootstrap:
|
||||||
version: 2.3.1
|
version: 2.3.1
|
||||||
url: http://getbootstrap.com
|
url: http://getbootstrap.com
|
||||||
|
|
||||||
license:
|
|
||||||
font:
|
|
||||||
version: SIL OFL 1.1
|
|
||||||
url: http://scripts.sil.org/OFL
|
|
||||||
code:
|
|
||||||
version: MIT License
|
|
||||||
url: http://opensource.org/licenses/mit-license.html
|
|
||||||
documentation:
|
|
||||||
version: CC BY 3.0
|
|
||||||
url: http://creativecommons.org/licenses/by/3.0/
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
{% include stripe-ad.html %}
|
{% include stripe-ad.html %}
|
||||||
|
|
||||||
<h2 class="page-header">Every Font Awesome {{ site.font_awesome.version }} Icon, CSS Class, & Unicode</h2>
|
<h2 class="page-header">Every Font Awesome {{ site.fontawesome.version }} Icon, CSS Class, & Unicode</h2>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% for icon in icons %}
|
{% for icon in icons %}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<li>
|
<li>
|
||||||
Can't find the answer to your question on Stack Overflow?
|
Can't find the answer to your question on Stack Overflow?
|
||||||
<a href="http://stackoverflow.com/questions/ask?tags=font-awesome">Ask a new question</a>, then
|
<a href="http://stackoverflow.com/questions/ask?tags=font-awesome">Ask a new question</a>, then
|
||||||
<a href="mailto:{{ site.font_awesome.author.email }}">send me an email</a> and I might be able to take a look.
|
<a href="mailto:{{ site.fontawesome.author.email }}">send me an email</a> and I might be able to take a look.
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
<h2 class="page-header">Project Milestones</h2>
|
<h2 class="page-header">Project Milestones</h2>
|
||||||
<p>
|
<p>
|
||||||
Want to keep up with what's planned for Font Awesome? Check out our
|
Want to keep up with what's planned for Font Awesome? Check out our
|
||||||
<a href="{{ site.font_awesome.github.url }}/issues/milestones">milestones</a> on the GitHub project.
|
<a href="{{ site.fontawesome.github.url }}/issues/milestones">milestones</a> on the GitHub project.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -5,14 +5,14 @@
|
|||||||
</p>
|
</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Please be nice. Font Awesome is a happy place.</li>
|
<li>Please be nice. Font Awesome is a happy place.</li>
|
||||||
<li>Please <a href="{{ site.font_awesome.github.url }}/search?type=Issues">search</a> to see if your icon request already exists.</li>
|
<li>Please <a href="{{ site.fontawesome.github.url }}/search?type=Issues">search</a> to see if your icon request already exists.</li>
|
||||||
<li>
|
<li>
|
||||||
Before opening any issue, please read the generic <a href="https://github.com/necolas/issue-guidelines">issue
|
Before opening any issue, please read the generic <a href="https://github.com/necolas/issue-guidelines">issue
|
||||||
guidelines</a>, by <a href="https://github.com/necolas/">Nicolas Gallagher</a>.
|
guidelines</a>, by <a href="https://github.com/necolas/">Nicolas Gallagher</a>.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
After doing everything above, feel free to
|
After doing everything above, feel free to
|
||||||
<a href="{{ site.font_awesome.github.url }}/issues/new">submit an issue</a>.
|
<a href="{{ site.fontawesome.github.url }}/issues/new">submit an issue</a>.
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
@ -2,17 +2,17 @@
|
|||||||
<h2 class="page-header">Requesting New Icons</h2>
|
<h2 class="page-header">Requesting New Icons</h2>
|
||||||
<p>
|
<p>
|
||||||
New icons mostly start as requests by the
|
New icons mostly start as requests by the
|
||||||
<a href="{{ site.font_awesome.github.url }}/issues">Font Awesome community on GitHub</a>. Want to request a new
|
<a href="{{ site.fontawesome.github.url }}/issues">Font Awesome community on GitHub</a>. Want to request a new
|
||||||
icon? Here are some things to keep in mind:
|
icon? Here are some things to keep in mind:
|
||||||
</p>
|
</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Please be nice. Font Awesome is a happy place.</li>
|
<li>Please be nice. Font Awesome is a happy place.</li>
|
||||||
<li>Please <a href="{{ site.font_awesome.github.url }}/search?type=Issues">search</a> to see if your icon request already exists.</li>
|
<li>Please <a href="{{ site.fontawesome.github.url }}/search?type=Issues">search</a> to see if your icon request already exists.</li>
|
||||||
<li>
|
<li>
|
||||||
Please and thank you if you include the following:
|
Please and thank you if you include the following:
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Title your <a href="{{ site.font_awesome.github.url }}/issues/new?title=Icon%20Request:%20icon-name">new issue</a>
|
Title your <a href="{{ site.fontawesome.github.url }}/issues/new?title=Icon%20Request:%20icon-name">new issue</a>
|
||||||
<code>Icon request: icon-name</code>.
|
<code>Icon request: icon-name</code>.
|
||||||
</li>
|
</li>
|
||||||
<li>Include a few use cases for your requested icon. How do you plan on using it?</li>
|
<li>Include a few use cases for your requested icon. How do you plan on using it?</li>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<li>All pull requests submitted against master will be sumarily closed and this guide referenced.</li>
|
<li>All pull requests submitted against master will be sumarily closed and this guide referenced.</li>
|
||||||
<li>
|
<li>
|
||||||
After doing everything above, feel free to
|
After doing everything above, feel free to
|
||||||
<a href="{{ site.font_awesome.github.url }}/issues/new">submit a pull request</a>.
|
<a href="{{ site.fontawesome.github.url }}/issues/new">submit a pull request</a>.
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="btn btn-large btn-danger" href="#">
|
<a class="btn btn-large btn-danger" href="#">
|
||||||
<i class="icon-flag icon-2x pull-left"></i> Font Awesome<br>Version {{ site.font_awesome.version }}</a>
|
<i class="icon-flag icon-2x pull-left"></i> Font Awesome<br>Version {{ site.fontawesome.version }}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="btn btn-primary" href="#">
|
<a class="btn btn-primary" href="#">
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<a class="btn btn-small" href="#">
|
<a class="btn btn-small" href="#">
|
||||||
<i class="icon-cog"></i> Settings</a>
|
<i class="icon-cog"></i> Settings</a>
|
||||||
<a class="btn btn-large btn-danger" href="#">
|
<a class="btn btn-large btn-danger" href="#">
|
||||||
<i class="icon-flag icon-2x pull-left"></i> Font Awesome<br>Version {{ site.font_awesome.version }}</a>
|
<i class="icon-flag icon-2x pull-left"></i> Font Awesome<br>Version {{ site.fontawesome.version }}</a>
|
||||||
<a class="btn btn-primary" href="#">
|
<a class="btn btn-primary" href="#">
|
||||||
<i class="icon-refresh icon-spin"></i> Synchronizing Content...</a>
|
<i class="icon-refresh icon-spin"></i> Synchronizing Content...</a>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<{% if page.navbar_active == "examples" %}div{% else %}section{% endif %} id="new-styles">
|
<{% if page.navbar_active == "examples" %}div{% else %}section{% endif %} id="new-styles">
|
||||||
<h2 class="page-header">New Styles in {{ site.font_awesome.version }}</h2>
|
<h2 class="page-header">New Styles in {{ site.fontawesome.version }}</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<h4><a href="#rotated-flipped">Rotated and Flipped Icons</a></h4>
|
<h4><a href="#rotated-flipped">Rotated and Flipped Icons</a></h4>
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
<footer class="footer hidden-print">
|
<footer class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="icon-flag"></i> Font Awesome {{ site.font_awesome.version }} ·
|
<i class="icon-flag"></i> Font Awesome {{ site.fontawesome.version }} ·
|
||||||
Created and Maintained by Dave Gandy ·
|
Created and Maintained by Dave Gandy ·
|
||||||
<a href="http://twitter.com/byscuits">@byscuits</a>
|
<a href="http://twitter.com/byscuits">@byscuits</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Font Awesome font licensed under <a href="{{ site.license.font.url }}">{{ site.license.font.version }}</a> ·
|
Font Awesome font licensed under <a href="{{ site.fontawesome.license.font.url }}">{{ site.fontawesome.license.font.version }}</a> ·
|
||||||
Code licensed under <a href="{{ site.license.code.url }}">{{ site.license.code.version }}</a> ·
|
Code licensed under <a href="{{ site.fontawesome.license.code.url }}">{{ site.fontawesome.license.code.version }}</a> ·
|
||||||
Documentation licensed under <a href="{{ site.license.documentation.url }}">{{ site.license.documentation.version }}</a>
|
Documentation licensed under <a href="{{ site.fontawesome.license.documentation.url }}">{{ site.fontawesome.license.documentation.version }}</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Thanks to <a href="http://maxcdn.com"><i class="icon-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN for Font Awesome</a>
|
Thanks to <a href="http://maxcdn.com"><i class="icon-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN for Font Awesome</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="project">
|
<div class="project">
|
||||||
<a href="{{ site.font_awesome.github.url }}">GitHub Project</a> ·
|
<a href="{{ site.fontawesome.github.url }}">GitHub Project</a> ·
|
||||||
<a href="{{ site.font_awesome.github.url }}/issues">Issues</a>
|
<a href="{{ site.fontawesome.github.url }}/issues">Issues</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
Paste the following code into the <code><head></code> section of your site's HTML.
|
Paste the following code into the <code><head></code> section of your site's HTML.
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/{{ site.bootstrap.version }}/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/{{ site.bootstrap.version }}/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
|
||||||
<link href="//netdna.bootstrapcdn.com/font-awesome/{{ site.font_awesome.version }}/css/font-awesome.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version }}/css/font-awesome.css" rel="stylesheet">
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
<div class="alert alert-info margin-top">
|
<div class="alert alert-info margin-top">
|
||||||
<i class="icon-info-sign"></i> Want to use Font Awesome by itself without Bootstrap? Just don't include the first line.
|
<i class="icon-info-sign"></i> Want to use Font Awesome by itself without Bootstrap? Just don't include the first line.
|
||||||
@ -89,7 +89,8 @@
|
|||||||
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
|
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
|
||||||
<!--[if IE 7]>
|
<!--[if IE 7]>
|
||||||
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome-ie7.min.css">
|
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome-ie7.min.css">
|
||||||
<![endif]-->{% endhighlight %}
|
<![endif]-->
|
||||||
|
{% endhighlight %}
|
||||||
</li>
|
</li>
|
||||||
<li>Go complain to whoever decided your project needs IE7 support.</li>
|
<li>Go complain to whoever decided your project needs IE7 support.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{% capture stripe_ad_content %}
|
{% capture stripe_ad_content %}
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
You asked, Font Awesome delivers with {{ icons | version:site.font_awesome.version | size }} shiny new icons in version {{ site.font_awesome.version }}.
|
You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.version | size }} shiny new icons in version {{ site.fontawesome.version }}.
|
||||||
Want to request new icons? <a href="{{ page.relative_path }}community/#requesting-new-icons">Here's how</a>.
|
Want to request new icons? <a href="{{ page.relative_path }}community/#requesting-new-icons">Here's how</a>.
|
||||||
<!--The ever-expanding list of Font Awesome {{ site.font_awesome.version }} icons.-->
|
<!--The ever-expanding list of Font Awesome {{ site.fontawesome.version }} icons.-->
|
||||||
Need vectors or want to use on the desktop? Check the <a href="{{ page.relative_path }}cheatsheet/">cheatsheet</a>.
|
Need vectors or want to use on the desktop? Check the <a href="{{ page.relative_path }}cheatsheet/">cheatsheet</a>.
|
||||||
</p>
|
</p>
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
<{% if page.navbar_active == "icons" %}div{% else %}section{% endif %} id="new">
|
<{% if page.navbar_active == "icons" %}div{% else %}section{% endif %} id="new">
|
||||||
<h2 class="page-header">New Icons in {{ site.font_awesome.version }}</h2>
|
<h2 class="page-header">New Icons in {{ site.fontawesome.version }}</h2>
|
||||||
{% if page.navbar_active != "icons" %}
|
{% if page.navbar_active != "icons" %}
|
||||||
<div class="margin-botom-large">
|
<div class="margin-botom-large">
|
||||||
You asked, Font Awesome delivers with {{ icons | version:site.font_awesome.version | size }} shiny new icons in version {{ site.font_awesome.version }}.
|
You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.version | size }} shiny new icons in version {{ site.fontawesome.version }}.
|
||||||
Want to request new icons? <a href="{{ page.relative_path }}community/#requesting-new-icons">Here's how</a>.
|
Want to request new icons? <a href="{{ page.relative_path }}community/#requesting-new-icons">Here's how</a>.
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="row the-icons">
|
<div class="row the-icons">
|
||||||
{% assign icons_new = icons | version:site.font_awesome.version %}
|
{% assign icons_new = icons | version:site.fontawesome.version %}
|
||||||
{% for icon in icons_new %}
|
{% for icon in icons_new %}
|
||||||
<div class="span3"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="icon-{{ icon.id }}"></i> icon-{{ icon.id }}</a></div>
|
<div class="span3"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="icon-{{ icon.id }}"></i> icon-{{ icon.id }}</a></div>
|
||||||
{% for alias in icon.aliases %}
|
{% for alias in icon.aliases %}
|
||||||
|
@ -13,11 +13,11 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="shameless-self-promotion">
|
<div class="shameless-self-promotion">
|
||||||
<a href="{{ site.font_awesome.github.url }}"
|
<a href="{{ site.fontawesome.github.url }}"
|
||||||
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'View Project on GitHub']);">
|
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'View Project on GitHub']);">
|
||||||
GitHub Project</a> ·
|
GitHub Project</a> ·
|
||||||
Version {{ site.font_awesome.version }} ·
|
Version {{ site.fontawesome.version }} ·
|
||||||
Created & Maintained by <a href="http://twitter.com/{{ site.font_awesome.author.twitter }}">Dave Gandy</a>
|
Created & Maintained by <a href="http://twitter.com/{{ site.fontawesome.author.twitter }}">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,25 +1,25 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome {{ site.font_awesome.version }}
|
* Font Awesome {{ site.fontawesome.version }}
|
||||||
* the iconic font designed for Bootstrap
|
* the iconic font designed for Bootstrap
|
||||||
* ------------------------------------------------------------------------------
|
* ------------------------------------------------------------------------------
|
||||||
* The full suite of pictographic icons, examples, and documentation can be
|
* The full suite of pictographic icons, examples, and documentation can be
|
||||||
* found at {{ site.font_awesome.url }}. Stay up to date on Twitter at
|
* found at {{ site.fontawesome.url }}. Stay up to date on Twitter at
|
||||||
* http://twitter.com/{{ site.font_awesome.twitter }}.
|
* http://twitter.com/{{ site.fontawesome.twitter }}.
|
||||||
*
|
*
|
||||||
* License
|
* License
|
||||||
* ------------------------------------------------------------------------------
|
* ------------------------------------------------------------------------------
|
||||||
* - The Font Awesome font is licensed under {{ site.license.font.version }} -
|
* - The Font Awesome font is licensed under {{ site.fontawesome.license.font.version }} -
|
||||||
* {{ site.license.font.url }}
|
* {{ site.fontawesome.license.font.url }}
|
||||||
* - Font Awesome CSS, LESS, and SASS files are licensed under {{ site.license.code.version }} -
|
* - Font Awesome CSS, LESS, and SASS files are licensed under {{ site.fontawesome.license.code.version }} -
|
||||||
* {{ site.license.code.url }}
|
* {{ site.fontawesome.license.code.url }}
|
||||||
* - Font Awesome documentation licensed under {{ site.license.documentation.version }} -
|
* - Font Awesome documentation licensed under {{ site.fontawesome.license.documentation.version }} -
|
||||||
* {{ site.license.documentation.url }}
|
* {{ site.fontawesome.license.documentation.url }}
|
||||||
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
|
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
|
||||||
* "Font Awesome by Dave Gandy - {{ site.font_awesome.url }}"
|
* "Font Awesome by Dave Gandy - {{ site.fontawesome.url }}"
|
||||||
*
|
*
|
||||||
* Author - Dave Gandy
|
* Author - Dave Gandy
|
||||||
* ------------------------------------------------------------------------------
|
* ------------------------------------------------------------------------------
|
||||||
* Email: {{ site.font_awesome.author.email }}
|
* Email: {{ site.fontawesome.author.email }}
|
||||||
* Twitter: http://twitter.com/{{ site.font_awesome.author.twitter }}
|
* Twitter: http://twitter.com/{{ site.fontawesome.author.twitter }}
|
||||||
* Work: {{ site.font_awesome.author.work.title }} @ {{ site.font_awesome.author.work.name }} - {{ site.font_awesome.author.work.url }}
|
* Work: {{ site.fontawesome.author.work.title }} @ {{ site.fontawesome.author.work.name }} - {{ site.fontawesome.author.work.url }}
|
||||||
*/
|
*/
|
@ -20,8 +20,8 @@
|
|||||||
Applies to all desktop and webfont files in the following directory:
|
Applies to all desktop and webfont files in the following directory:
|
||||||
<code>font-awesome/font/</code>.
|
<code>font-awesome/font/</code>.
|
||||||
</li>
|
</li>
|
||||||
<li>License: {{ site.license.font.version }}</li>
|
<li>License: {{ site.fontawesome.license.font.version }}</li>
|
||||||
<li>URL: <a href="{{ site.license.font.url }}">{{ site.license.font.url }}</a></li>
|
<li>URL: <a href="{{ site.fontawesome.license.font.url }}">{{ site.fontawesome.license.font.url }}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -33,8 +33,8 @@
|
|||||||
<code>font-awesome/css/</code> and
|
<code>font-awesome/css/</code> and
|
||||||
<code>font-awesome/less/</code>.
|
<code>font-awesome/less/</code>.
|
||||||
</li>
|
</li>
|
||||||
<li>License: {{ site.license.code.version }}</li>
|
<li>License: {{ site.fontawesome.license.code.version }}</li>
|
||||||
<li>URL: <a href="{{ site.license.code.url }}">{{ site.license.code.url }}</a></li>
|
<li>URL: <a href="{{ site.fontawesome.license.code.url }}">{{ site.fontawesome.license.code.url }}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -42,8 +42,8 @@
|
|||||||
<h2 class="page-header">Documentation License</h2>
|
<h2 class="page-header">Documentation License</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Applies to all Font Awesome project files that are not a part of the Font or Code licenses.</li>
|
<li>Applies to all Font Awesome project files that are not a part of the Font or Code licenses.</li>
|
||||||
<li>License: {{ site.license.documentation.version }}</li>
|
<li>License: {{ site.fontawesome.license.documentation.version }}</li>
|
||||||
<li>URL: <a href="{{ site.license.documentation.url }}">{{ site.license.documentation.url }}</a></li>
|
<li>URL: <a href="{{ site.fontawesome.license.documentation.url }}">{{ site.fontawesome.license.documentation.url }}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="{{ page.relative_path }}icons/"><i class="icon-flag icon-fixed-width"></i> Icons</a></li>
|
<li><a href="{{ page.relative_path }}icons/"><i class="icon-flag icon-fixed-width"></i> Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="{{ page.relative_path }}icons/#new"><i class="icon-shield icon-fixed-width"></i> New Icons in {{ site.font_awesome.version }}</a></li>
|
<li><a href="{{ page.relative_path }}icons/#new"><i class="icon-shield icon-fixed-width"></i> New Icons in {{ site.fontawesome.version }}</a></li>
|
||||||
<li><a href="{{ page.relative_path }}icons/#web-application"><i class="icon-camera-retro icon-fixed-width"></i> Web Application Icons</a></li>
|
<li><a href="{{ page.relative_path }}icons/#web-application"><i class="icon-camera-retro icon-fixed-width"></i> Web Application Icons</a></li>
|
||||||
<li><a href="{{ page.relative_path }}icons/#currency"><i class="icon-won icon-fixed-width"></i> Currency Icons</a></li>
|
<li><a href="{{ page.relative_path }}icons/#currency"><i class="icon-won icon-fixed-width"></i> Currency Icons</a></li>
|
||||||
<li><a href="{{ page.relative_path }}icons/#text-editor"><i class="icon-file-text-alt icon-fixed-width"></i> Text Editor Icons</a></li>
|
<li><a href="{{ page.relative_path }}icons/#text-editor"><i class="icon-file-text-alt icon-fixed-width"></i> Text Editor Icons</a></li>
|
||||||
@ -52,7 +52,7 @@
|
|||||||
<li{% if page.navbar_active == "license" %} class="active"{% endif %}><a href="{{ page.relative_path }}license/">License</a></li>
|
<li{% if page.navbar_active == "license" %} class="active"{% endif %}><a href="{{ page.relative_path }}license/">License</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><a href="{{ site.font_awesome.blog_url }}">Blog</a></li>
|
<li><a href="{{ site.fontawesome.blog_url }}">Blog</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=FortAwesome&repo=Font-Awesome&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe>
|
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=FortAwesome&repo=Font-Awesome&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe>
|
||||||
</li>
|
</li>
|
||||||
<li class="follow-btn">
|
<li class="follow-btn">
|
||||||
<a href="https://twitter.com/{{ site.font_awesome.twitter }}" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @{{ site.font_awesome.twitter }}</a>
|
<a href="https://twitter.com/{{ site.fontawesome.twitter }}" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @{{ site.fontawesome.twitter }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="tweet-btn">
|
<li class="tweet-btn">
|
||||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.font_awesome.url }}" data-text="Font Awesome, the iconic font designed for Bootstrap" data-counturl="{{ site.font_awesome.legacy_url }}" data-count="horizontal" data-via="{{ site.font_awesome.twitter }}" data-related="{{ site.font_awesome.author.twitter }}:Creator of Font Awesome">Tweet</a>
|
<a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.fontawesome.url }}" data-text="Font Awesome, the iconic font designed for Bootstrap" data-counturl="{{ site.fontawesome.legacy_url }}" data-count="horizontal" data-via="{{ site.fontawesome.twitter }}" data-related="{{ site.fontawesome.author.twitter }}:Creator of Font Awesome">Tweet</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{% capture stripe_ad_content %}
|
{% capture stripe_ad_content %}
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome
|
Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome
|
||||||
{{ site.font_awesome.version }}. Have some ideas for new features?
|
{{ site.fontawesome.version }}. Have some ideas for new features?
|
||||||
<a href="{{ page.relative_path }}community/">Help contribute</a>.
|
<a href="{{ page.relative_path }}community/">Help contribute</a>.
|
||||||
</p>
|
</p>
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
@ -10,8 +10,8 @@
|
|||||||
<div id="whats-new">
|
<div id="whats-new">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<h4><i class="icon-lightbulb"></i> {{ icons | version:site.font_awesome.version | size }} New Icons in {{ site.font_awesome.version }}</h4>
|
<h4><i class="icon-lightbulb"></i> {{ icons | version:site.fontawesome.version | size }} New Icons in {{ site.fontawesome.version }}</h4>
|
||||||
Requested by the active community on the <a href="{{ site.font_awesome.github.url }}">Font Awesome GitHub project</a>.
|
Requested by the active community on the <a href="{{ site.fontawesome.github.url }}">Font Awesome GitHub project</a>.
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<h4><i class="icon-legal"></i> <a href="{{ page.relative_path }}license/">Better & Simpler License</a></h4>
|
<h4><i class="icon-legal"></i> <a href="{{ page.relative_path }}license/">Better & Simpler License</a></h4>
|
||||||
@ -36,7 +36,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<h4><i class="icon-question-sign"></i> Want More Details?</h4>
|
<h4><i class="icon-question-sign"></i> Want More Details?</h4>
|
||||||
Check out the <a href="{{ site.font_awesome.github.url }}#changelog">CHANGELOG on the GitHub project</a> to see
|
Check out the <a href="{{ site.fontawesome.github.url }}#changelog">CHANGELOG on the GitHub project</a> to see
|
||||||
what's new and changed.
|
what's new and changed.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
// --------------------------
|
// --------------------------
|
||||||
|
|
||||||
@FontAwesomePath: "../font";
|
@FontAwesomePath: "../font";
|
||||||
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/{{ site.font_awesome.version}}/font"; // for referencing Bootstrap CDN font files directly
|
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version}}/font"; // for referencing Bootstrap CDN font files directly
|
||||||
@FontAwesomeVersion: "{{ site.font_awesome.version }}";
|
@FontAwesomeVersion: "{{ site.fontawesome.version }}";
|
||||||
@borderColor: #eee;
|
@borderColor: #eee;
|
||||||
@iconMuted: #eee;
|
@iconMuted: #eee;
|
||||||
@iconLight: #fff;
|
@iconLight: #fff;
|
||||||
|
@ -4,7 +4,7 @@ title: Font Awesome Cheatsheet
|
|||||||
relative_path: ../
|
relative_path: ../
|
||||||
---
|
---
|
||||||
{% capture jumbotron_h1 %}<i class="icon-list-ul icon-large"></i> Cheatsheet{% endcapture %}
|
{% capture jumbotron_h1 %}<i class="icon-list-ul icon-large"></i> Cheatsheet{% endcapture %}
|
||||||
{% capture jumbotron_p %}The complete Font Awesome {{ site.font_awesome.version }} icon reference{% endcapture %}
|
{% capture jumbotron_p %}The complete Font Awesome {{ site.fontawesome.version }} icon reference{% endcapture %}
|
||||||
|
|
||||||
{% include jumbotron.html %}
|
{% include jumbotron.html %}
|
||||||
{% include stripe-social.html %}
|
{% include stripe-social.html %}
|
||||||
|
@ -5,7 +5,7 @@ navbar_active: get-started
|
|||||||
relative_path: ../
|
relative_path: ../
|
||||||
---
|
---
|
||||||
{% capture jumbotron_h1 %}<i class="icon-cogs icon-large"></i> Get Started{% endcapture %}
|
{% capture jumbotron_h1 %}<i class="icon-cogs icon-large"></i> Get Started{% endcapture %}
|
||||||
{% capture jumbotron_p %}Easy ways to get Font Awesome {{ site.font_awesome.version }} onto your website{% endcapture %}
|
{% capture jumbotron_p %}Easy ways to get Font Awesome {{ site.fontawesome.version }} onto your website{% endcapture %}
|
||||||
|
|
||||||
{% include jumbotron.html %}
|
{% include jumbotron.html %}
|
||||||
{% include stripe-social.html %}
|
{% include stripe-social.html %}
|
||||||
|
@ -5,7 +5,7 @@ navbar_active: icons
|
|||||||
relative_path: ../
|
relative_path: ../
|
||||||
---
|
---
|
||||||
{% capture jumbotron_h1 %}<i class="icon-flag icon-large"></i> The Icons{% endcapture %}
|
{% capture jumbotron_h1 %}<i class="icon-flag icon-large"></i> The Icons{% endcapture %}
|
||||||
{% capture jumbotron_p %}The complete set of {{ icons | size }} icons in Font Awesome {{ site.font_awesome.version }}{% endcapture %}
|
{% capture jumbotron_p %}The complete set of {{ icons | size }} icons in Font Awesome {{ site.fontawesome.version }}{% endcapture %}
|
||||||
|
|
||||||
{% include jumbotron.html %}
|
{% include jumbotron.html %}
|
||||||
{% include stripe-social.html %}
|
{% include stripe-social.html %}
|
||||||
|
@ -5,7 +5,7 @@ navbar_active: whats-new
|
|||||||
relative_path: ../
|
relative_path: ../
|
||||||
---
|
---
|
||||||
{% capture jumbotron_h1 %}<i class="icon-lightbulb icon-large"></i> What's New{% endcapture %}
|
{% capture jumbotron_h1 %}<i class="icon-lightbulb icon-large"></i> What's New{% endcapture %}
|
||||||
{% capture jumbotron_p %}What's New in the latest version — Font Awesome {{ site.font_awesome.version }}{% endcapture %}
|
{% capture jumbotron_p %}What's New in the latest version — Font Awesome {{ site.fontawesome.version }}{% endcapture %}
|
||||||
|
|
||||||
{% include jumbotron.html %}
|
{% include jumbotron.html %}
|
||||||
{% include stripe-social.html %}
|
{% include stripe-social.html %}
|
||||||
|
31
package.json
31
package.json
@ -6,12 +6,32 @@
|
|||||||
"homepage": "http://fontawesome.io/",
|
"homepage": "http://fontawesome.io/",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Dave Gandy",
|
"name": "Dave Gandy",
|
||||||
"email": "dave@fontawesome.io"
|
"email": "dave@fontawesome.io",
|
||||||
|
"web": "http://twitter.com/byscuits"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/FortAwesome/Font-Awesome.git"
|
"url": "https://github.com/FortAwesome/Font-Awesome.git"
|
||||||
},
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Dave Gandy",
|
||||||
|
"email": "dave@fontawesome.io",
|
||||||
|
"web": "http://scripts.sil.org/OFL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Rob Madole",
|
||||||
|
"web": "http://twitter.com/robmadole"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Geremia Taglialatela",
|
||||||
|
"web": "http://twitter.com/gtagliala"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Travis Chase",
|
||||||
|
"web": "http://twitter.com/supercodepoet"
|
||||||
|
}
|
||||||
|
],
|
||||||
"licenses": [
|
"licenses": [
|
||||||
{
|
{
|
||||||
"type": "SIL OFL 1.1",
|
"type": "SIL OFL 1.1",
|
||||||
@ -20,13 +40,10 @@
|
|||||||
{
|
{
|
||||||
"type": "MIT License",
|
"type": "MIT License",
|
||||||
"url": "http://opensource.org/licenses/mit-license.html"
|
"url": "http://opensource.org/licenses/mit-license.html"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "CC BY 3.0",
|
|
||||||
"url": "http://creativecommons.org/licenses/by/3.0/"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"dependencies": {
|
||||||
"recess": "1.1.6"
|
"jekyll": "1.0.2",
|
||||||
|
"lessc": "1.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user