_config.yml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. safe: false
  2. port: 7998
  3. baseurl: /Fork-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. forkawesome:
  17. name: Fork Awesome
  18. version: 0.4.7
  19. minor_version: 0.4
  20. major_version: 0
  21. doc_blob: v0.4.7
  22. url: http://forkawesome.github.com/
  23. legacy_url: http://forkawesome.github.com/Fork-Awesome/
  24. tagline: A fork of the iconic font and CSS toolkit
  25. css_prefix: fa
  26. github:
  27. url: https://github.com/ForkAwesome/Fork-Awesome
  28. project: Fork-Awesome
  29. org: ForkAwesome
  30. license:
  31. font:
  32. version: SIL OFL 1.1
  33. url: http://scripts.sil.org/OFL
  34. code:
  35. version: MIT License
  36. url: http://opensource.org/licenses/mit-license.html
  37. documentation:
  38. version: CC BY 3.0
  39. url: http://creativecommons.org/licenses/by/3.0/
  40. fontawesome:
  41. version: 4.7.0
  42. minor_version: 4.7
  43. major_version: 4
  44. doc_blob: v4.7.0
  45. url: http://fontawesome.io
  46. legacy_url: http://fortawesome.github.com/Font-Awesome/
  47. blog_url: http://articles.fortawesome.com
  48. twitter: fontawesome
  49. tagline: The iconic font and CSS toolkit
  50. css_prefix: fa
  51. font_family: FontAwesome
  52. author:
  53. name: Dave Gandy
  54. email: dave@fontawesome.io
  55. twitter: davegandy
  56. github: davegandy
  57. github:
  58. url: https://github.com/FortAwesome/Font-Awesome
  59. project: Font-Awesome
  60. org: FortAwesome
  61. license:
  62. font:
  63. version: SIL OFL 1.1
  64. url: http://scripts.sil.org/OFL
  65. code:
  66. version: MIT License
  67. url: http://opensource.org/licenses/mit-license.html
  68. documentation:
  69. version: CC BY 3.0
  70. url: http://creativecommons.org/licenses/by/3.0/
  71. bootstrap:
  72. version: 3.3.5
  73. url: http://getbootstrap.com
  74. jquery:
  75. version: 1.11.3
  76. jquery_validate:
  77. version: 1.13.1