_config.yml 1.8 KB

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