_config.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. safe: false
  2. port: 7998
  3. host: 0.0.0.0
  4. url: http://0.0.0.0:7998
  5. source: src/doc/
  6. destination: _site
  7. highlighter: rouge
  8. permalink: pretty
  9. # ensures SCSS files are compiled
  10. # include: [_*.scss]
  11. # used in building icon pages
  12. icon_meta: src/icons/icons.yml
  13. icon_layout: icon.html # Relative to _layouts directory
  14. icon_destination: icon # Relative to destination
  15. forkawesome:
  16. name: Fork Awesome
  17. tagline: A fork of the iconic font and CSS toolkit
  18. version: 1.2.0
  19. minor_version: 1.2
  20. major_version: 1
  21. doc_blob: v1.1.7
  22. url: https://forkaweso.me/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