unignore bower_components
[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:          [_bootstrap.scss, _core.scss, _extras.scss, _icons.scss, _mixins.scss, _path.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:        3.2.1
23   minor_version:  3.2
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   author:
30     name:         Dave Gandy
31     email:        dave@fontawesome.io
32     twitter:      byscuits
33     work:
34       name:       Kyruus
35       url:        http://kyruus.com
36       title:      Lead Product Designer
37   github:
38     url:          https://github.com/FortAwesome/Font-Awesome
39     project:      Font-Awesome
40     org:          FortAwesome
41   license:
42     font:
43       version:      SIL OFL 1.1
44       url:          http://scripts.sil.org/OFL
45     code:
46       version:      MIT License
47       url:          http://opensource.org/licenses/mit-license.html
48     documentation:
49       version:      CC BY 3.0
50       url:          http://creativecommons.org/licenses/by/3.0/
51
52 bootstrap:
53   version:        2.3.2
54   url:            http://getbootstrap.com