_config.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. author:
  28. name: Dave Gandy
  29. email: dave@fontawesome.io
  30. twitter: davegandy
  31. github: davegandy
  32. github:
  33. url: https://github.com/FortAwesome/Font-Awesome
  34. project: Font-Awesome
  35. org: FortAwesome
  36. license:
  37. font:
  38. version: SIL OFL 1.1
  39. url: http://scripts.sil.org/OFL
  40. code:
  41. version: MIT License
  42. url: http://opensource.org/licenses/mit-license.html
  43. documentation:
  44. version: CC BY 3.0
  45. url: http://creativecommons.org/licenses/by/3.0/
  46. bootstrap:
  47. version: 3.3.5
  48. url: http://getbootstrap.com
  49. jquery:
  50. version: 1.11.3
  51. jquery_validate:
  52. version: 1.13.1