diff --git a/build/_includes/examples/animated-spinner.html b/build/_includes/examples/animated-spinner.html index eee013a11..ef26583bd 100644 --- a/build/_includes/examples/animated-spinner.html +++ b/build/_includes/examples/animated-spinner.html @@ -9,7 +9,7 @@
Spinner icon when loading content...
-{% highlight html %} +{% highlight html linenos %} Spinner icon when loading content... {% endhighlight %}

diff --git a/build/_includes/examples/bordered-pulled.html b/build/_includes/examples/bordered-pulled.html index bc703b24a..ed44be4f5 100644 --- a/build/_includes/examples/bordered-pulled.html +++ b/build/_includes/examples/bordered-pulled.html @@ -14,7 +14,7 @@ Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all of them in any combination to get lots of new possibilities. -{% highlight html %} +{% highlight html linenos %} Use a few of the new styles together ... lots of new possibilities. {% endhighlight %} @@ -24,7 +24,7 @@ Use a few of the new styles together ... lots of new possibilities. Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all of them in any combination to get lots of new possibilities. -{% highlight html %} +{% highlight html linenos %} Use a few of the new styles together ... lots of new possibilities. {% endhighlight %} diff --git a/build/_includes/examples/bulleted-lists.html b/build/_includes/examples/bulleted-lists.html index e9cd6b4e2..2a5513af9 100644 --- a/build/_includes/examples/bulleted-lists.html +++ b/build/_includes/examples/bulleted-lists.html @@ -15,7 +15,7 @@

Easily replace individual bullets.

-{% highlight html %} +{% highlight html linenos %}
-{% highlight html %} +{% highlight html linenos %}
User diff --git a/build/_includes/examples/button-groups.html b/build/_includes/examples/button-groups.html index ce4892309..5f505a09a 100644 --- a/build/_includes/examples/button-groups.html +++ b/build/_includes/examples/button-groups.html @@ -12,7 +12,7 @@

-{% highlight html %} +{% highlight html linenos %}
diff --git a/build/_includes/examples/buttons.html b/build/_includes/examples/buttons.html index 37e2a7d90..8bbafa5ed 100644 --- a/build/_includes/examples/buttons.html +++ b/build/_includes/examples/buttons.html @@ -34,7 +34,7 @@ Font Awesome icons work great in buttons. You can even combine them with larger icon styles, pull-right and pull-left, and icon-spin.

-{% highlight html %} +{% highlight html linenos %} Reload diff --git a/build/_includes/examples/form-inputs.html b/build/_includes/examples/form-inputs.html index dcb39a8f2..1cd77012c 100644 --- a/build/_includes/examples/form-inputs.html +++ b/build/_includes/examples/form-inputs.html @@ -14,7 +14,7 @@
-{% highlight html %} +{% highlight html linenos %}
diff --git a/build/_includes/examples/inline-icons.html b/build/_includes/examples/inline-icons.html index 3965e7c2a..ee68f57b8 100644 --- a/build/_includes/examples/inline-icons.html +++ b/build/_includes/examples/inline-icons.html @@ -10,7 +10,7 @@ icon-camera-retro
-{% highlight html %} +{% highlight html linenos %} icon-camera-retro {% endhighlight %}
Icon classes are echoed via CSS :before.
diff --git a/build/_includes/examples/larger-icons.html b/build/_includes/examples/larger-icons.html index 95f1ee13b..188bd5d4b 100644 --- a/build/_includes/examples/larger-icons.html +++ b/build/_includes/examples/larger-icons.html @@ -20,7 +20,7 @@

icon-camera-retro

-{% highlight html %} +{% highlight html linenos %}

icon-camera-retro

icon-camera-retro

icon-camera-retro

diff --git a/build/_includes/examples/navigation.html b/build/_includes/examples/navigation.html index 850e64442..d59cc1405 100644 --- a/build/_includes/examples/navigation.html +++ b/build/_includes/examples/navigation.html @@ -13,7 +13,7 @@

Use Font Awesome icons in navigation to provide helpful visual cues.

-{% highlight html %} +{% highlight html linenos %}
-{% highlight html %} +{% highlight html linenos %}   normal
  icon-rotate-90
  icon-rotate-180
diff --git a/build/_includes/examples/stacked.html b/build/_includes/examples/stacked.html index 8061e05c1..ebac53941 100644 --- a/build/_includes/examples/stacked.html +++ b/build/_includes/examples/stacked.html @@ -23,7 +23,7 @@ icon-terminal on icon-sign-blank -{% highlight html %} +{% highlight html linenos %} diff --git a/build/_includes/get-started.html b/build/_includes/get-started.html index a18187b4b..b7b229d66 100644 --- a/build/_includes/get-started.html +++ b/build/_includes/get-started.html @@ -13,7 +13,7 @@
  1. Paste the following code into the <head> section of your site's HTML. -{% highlight html %} +{% highlight html linenos %} {% endhighlight %} @@ -38,7 +38,7 @@
  2. Copy the font-awesome directory into your project.
  3. In the <head> of your html, reference the location to your font-awesome.min.css. -{% highlight html %} +{% highlight html linenos %} {% endhighlight %} @@ -55,7 +55,7 @@
  4. Open bootstrap.less and replace @import "sprites.less"; with @import "path/to/font-awesome/less/font-awesome.less";
  5. Open your project's font-awesome.less and edit the @FontAwesomePath variable to point to your font directory. -{% highlight html %} +{% highlight html linenos %} @FontAwesomePath: "../font"; {% endhighlight %}

    The font path is relative from your compiled CSS directory.

    @@ -84,7 +84,7 @@
  6. Copy font-awesome-ie7.min.css into your project.
  7. In the <head> of your html, reference the location to your font-awesome-ie7.min.css. -{% highlight html %} +{% highlight html linenos %} - + diff --git a/build/_layouts/icon.html b/build/_layouts/icon.html index e0283ed62..375f82277 100755 --- a/build/_layouts/icon.html +++ b/build/_layouts/icon.html @@ -45,7 +45,7 @@ relative_path: ../../ icon-{{ page.icon['id'] }} -{% highlight html %} +{% highlight html linenos %} icon-{{ page.icon['id'] }} {% endhighlight %}
    diff --git a/build/assets/css/pygments.css b/build/assets/css/pygments.css new file mode 100644 index 000000000..5af20ee5e --- /dev/null +++ b/build/assets/css/pygments.css @@ -0,0 +1,71 @@ +.hll { background-color: #ffffcc } +/*{ background: #f0f3f3; }*/ +.c { color: #999; } /* Comment */ +.err { color: #AA0000; background-color: #FFAAAA } /* Error */ +.k { color: #006699; } /* Keyword */ +.o { color: #555555 } /* Operator */ +.cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ +.cp { color: #009999 } /* Comment.Preproc */ +.c1 { color: #999; } /* Comment.Single */ +.cs { color: #999; } /* Comment.Special */ +.gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #003300; } /* Generic.Heading */ +.gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ +.go { color: #AAAAAA } /* Generic.Output */ +.gp { color: #000099; } /* Generic.Prompt */ +.gs { } /* Generic.Strong */ +.gu { color: #003300; } /* Generic.Subheading */ +.gt { color: #99CC66 } /* Generic.Traceback */ +.kc { color: #006699; } /* Keyword.Constant */ +.kd { color: #006699; } /* Keyword.Declaration */ +.kn { color: #006699; } /* Keyword.Namespace */ +.kp { color: #006699 } /* Keyword.Pseudo */ +.kr { color: #006699; } /* Keyword.Reserved */ +.kt { color: #007788; } /* Keyword.Type */ +.m { color: #FF6600 } /* Literal.Number */ +.s { color: #d44950 } /* Literal.String */ +.na { color: #4f9fcf } /* Name.Attribute */ +.nb { color: #336666 } /* Name.Builtin */ +.nc { color: #00AA88; } /* Name.Class */ +.no { color: #336600 } /* Name.Constant */ +.nd { color: #9999FF } /* Name.Decorator */ +.ni { color: #999999; } /* Name.Entity */ +.ne { color: #CC0000; } /* Name.Exception */ +.nf { color: #CC00FF } /* Name.Function */ +.nl { color: #9999FF } /* Name.Label */ +.nn { color: #00CCFF; } /* Name.Namespace */ +.nt { color: #2f6f9f; } /* Name.Tag */ +.nv { color: #003333 } /* Name.Variable */ +.ow { color: #000000; } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #FF6600 } /* Literal.Number.Float */ +.mh { color: #FF6600 } /* Literal.Number.Hex */ +.mi { color: #FF6600 } /* Literal.Number.Integer */ +.mo { color: #FF6600 } /* Literal.Number.Oct */ +.sb { color: #CC3300 } /* Literal.String.Backtick */ +.sc { color: #CC3300 } /* Literal.String.Char */ +.sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #CC3300 } /* Literal.String.Double */ +.se { color: #CC3300; } /* Literal.String.Escape */ +.sh { color: #CC3300 } /* Literal.String.Heredoc */ +.si { color: #AA0000 } /* Literal.String.Interpol */ +.sx { color: #CC3300 } /* Literal.String.Other */ +.sr { color: #33AAAA } /* Literal.String.Regex */ +.s1 { color: #CC3300 } /* Literal.String.Single */ +.ss { color: #FFCC33 } /* Literal.String.Symbol */ +.bp { color: #336666 } /* Name.Builtin.Pseudo */ +.vc { color: #003333 } /* Name.Variable.Class */ +.vg { color: #003333 } /* Name.Variable.Global */ +.vi { color: #003333 } /* Name.Variable.Instance */ +.il { color: #FF6600 } /* Literal.Number.Integer.Long */ + +.css .o, +.css .o + .nt, +.css .nt + .nt { color: #999; } + +pre { + background-color: #fafafa; + padding: 8px 15px; +} diff --git a/build/assets/js/site.js b/build/assets/js/site.js index e0ccce1c4..11edd33f7 100644 --- a/build/assets/js/site.js +++ b/build/assets/js/site.js @@ -5,8 +5,8 @@ $(function() { }); // make code pretty - $('pre').addClass('prettyprint'); - window.prettyPrint && prettyPrint(); +// $('pre').addClass('prettyprint'); +// window.prettyPrint && prettyPrint(); // Disable links with href="#" inside
    , so users can click on them // to preview :active state without being scrolled up to the top of the page.