_config.yml 1.8 KB

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