_config.yml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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: [_*.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.2.0
  18. minor_version: 4.2
  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 and CSS toolkit
  24. css_prefix: fa
  25. author:
  26. name: Dave Gandy
  27. email: dave@fontawesome.io
  28. twitter: davegandy
  29. github: davegandy
  30. github:
  31. url: https://github.com/FortAwesome/Font-Awesome
  32. project: Font-Awesome
  33. org: FortAwesome
  34. license:
  35. font:
  36. version: SIL OFL 1.1
  37. url: http://scripts.sil.org/OFL
  38. code:
  39. version: MIT License
  40. url: http://opensource.org/licenses/mit-license.html
  41. documentation:
  42. version: CC BY 3.0
  43. url: http://creativecommons.org/licenses/by/3.0/
  44. bootstrap:
  45. version: 3.1.1
  46. url: http://getbootstrap.com
  47. jquery:
  48. version: 1.11.0