/ _config.yml
_config.yml
 1  safe:             false
 2  port:             7998
 3  url:              http://localhost:7998
 4  
 5  source:           src/doc/
 6  destination:      _site
 7  
 8  highlighter:      rouge
 9  permalink:        pretty
10  
11  # ensures SCSS files are compiled
12  # include:          [_*.scss]
13  
14  # used in building icon pages
15  icon_meta:        src/icons/icons.yml
16  icon_layout:      icon.html    # Relative to _layouts directory
17  icon_destination: icon         # Relative to destination
18  
19  forkawesome:
20    name:           Fork Awesome
21    tagline:        A fork of the iconic font and CSS toolkit
22    version:        1.2.0
23    minor_version:  1.2
24    major_version:  1
25    doc_blob:       v1.1.7
26    url:            https://forkaweso.me/Fork-Awesome/
27    css_prefix:     fa
28    font_family:    ForkAwesome
29    github:
30      url:          https://github.com/ForkAwesome/Fork-Awesome
31      project:      Fork-Awesome
32      org:          ForkAwesome
33    license:
34      font:
35        version:      SIL OFL 1.1
36        url:          http://scripts.sil.org/OFL
37      code:
38        version:      MIT License
39        url:          http://opensource.org/licenses/mit-license.html
40      documentation:
41        version:      CC BY 3.0
42        url:          http://creativecommons.org/licenses/by/3.0/
43  
44  fontawesome:
45    name:           Font Awesome
46    minor_version:  4.7
47    url:            http://fontawesome.com
48    author:
49      name:         Dave Gandy
50      email:        dave@fontawesome.io
51      twitter:      davegandy
52      github:       davegandy
53    github:
54      url:          https://github.com/FortAwesome/Font-Awesome
55      project:      Font-Awesome
56      org:          FortAwesome
57  
58  bootstrap:
59    version:        3.3.5
60    url:            http://getbootstrap.com
61  
62  jquery:
63    version:        1.11.3
64  
65  jquery_validate:
66    version:        1.13.1