_config.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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.7.0
  18. minor_version: 4.7
  19. major_version: 4
  20. doc_blob: v4.7.0
  21. url: http://fontawesome.io
  22. legacy_url: http://fortawesome.github.com/Font-Awesome/
  23. blog_url: http://articles.fortawesome.com
  24. twitter: fontawesome
  25. tagline: The iconic font and CSS toolkit
  26. css_prefix: fa
  27. font_family: FontAwesome
  28. author:
  29. name: Dave Gandy
  30. email: dave@fontawesome.io
  31. twitter: davegandy
  32. github: davegandy
  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.3.5
  49. url: http://getbootstrap.com
  50. jquery:
  51. version: 1.11.3
  52. jquery_validate:
  53. version: 1.13.1