update to fontawesome 4
[bootswatch] / bower_components / font-awesome / _config.yml
1 safe:             false
2 port:             7998
3 baseurl:          /Font-Awesome/  # Where GitHub serves the project up from
4 url:              http://localhost:7998
5
6 source:           src
7 destination:      _gh_pages
8 plugins:          src/_plugins
9
10 pygments:         true
11 permalink:        pretty
12
13 # ensures SCSS files are compiled
14 include:          [_bordered-pulled.scss, _core.scss, _fixed-width.scss, _icons.scss, _larger.scss, _list.scss, _mixins.scss, _path.scss, _rotated-flipped.scss, _spinning.scss, _stacked.scss, _variables.scss]
15
16 # used in building icon pages
17 icon_meta:        src/icons.yml
18 icon_layout:      icon.html    # Relative to _layouts directory
19 icon_destination: icon         # Relative to destination
20
21 fontawesome:
22   version:        4.0.3
23   minor_version:  4.0
24   url:            http://fontawesome.io
25   legacy_url:     http://fortawesome.github.com/Font-Awesome/
26   blog_url:       http://blog.fontawesome.io
27   twitter:        fontawesome
28   tagline:        The iconic font designed for Bootstrap
29   css_prefix:     fa
30   author:
31     name:         Dave Gandy
32     email:        dave@fontawesome.io
33     twitter:      davegandy
34     work:
35       name:       Kyruus
36       url:        http://kyruus.com
37       title:      Lead Product Designer
38   github:
39     url:          https://github.com/FortAwesome/Font-Awesome
40     project:      Font-Awesome
41     org:          FortAwesome
42   license:
43     font:
44       version:      SIL OFL 1.1
45       url:          http://scripts.sil.org/OFL
46     code:
47       version:      MIT License
48       url:          http://opensource.org/licenses/mit-license.html
49     documentation:
50       version:      CC BY 3.0
51       url:          http://creativecommons.org/licenses/by/3.0/
52
53 bootstrap:
54   version:        3.0.0
55   url:            http://getbootstrap.com
56
57 jquery:
58   version:        1.10.2