_config.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. safe: false
  2. port: 7998
  3. baseurl: / # Where GitHub serves the project up from
  4. url: http://localhost:7998
  5. source: src/doc/
  6. destination: _site
  7. plugins: src/doc/_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/icons.yml
  14. icon_layout: icon.html # Relative to _layouts directory
  15. icon_destination: icon # Relative to destination
  16. forkawesome:
  17. name: Fork Awesome
  18. tagline: A fork of the iconic font and CSS toolkit
  19. version: 1.0.11
  20. minor_version: 1.0
  21. major_version: 1
  22. doc_blob: v1.0.11
  23. url: http://forkawesome.github.io/Fork-Awesome/
  24. legacy_url: http://forkawesome.github.io/Fork-Awesome/
  25. css_prefix: fa
  26. font_family: ForkAwesome
  27. github:
  28. url: https://github.com/ForkAwesome/Fork-Awesome
  29. project: Fork-Awesome
  30. org: ForkAwesome
  31. license:
  32. font:
  33. version: SIL OFL 1.1
  34. url: http://scripts.sil.org/OFL
  35. code:
  36. version: MIT License
  37. url: http://opensource.org/licenses/mit-license.html
  38. documentation:
  39. version: CC BY 3.0
  40. url: http://creativecommons.org/licenses/by/3.0/
  41. fontawesome:
  42. name: Font Awesome
  43. minor_version: 4.7
  44. url: http://fontawesome.com
  45. author:
  46. name: Dave Gandy
  47. email: dave@fontawesome.io
  48. twitter: davegandy
  49. github: davegandy
  50. github:
  51. url: https://github.com/FortAwesome/Font-Awesome
  52. project: Font-Awesome
  53. org: FortAwesome
  54. bootstrap:
  55. version: 3.3.5
  56. url: http://getbootstrap.com
  57. jquery:
  58. version: 1.11.3
  59. jquery_validate:
  60. version: 1.13.1