_config.yml 964 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # ----
  2. # Site
  3. title: RestCord
  4. url: "https://restcord.com"
  5. baseurl: ""
  6. google_analytics_key: UA-90584770-1
  7. show_full_navigation: false
  8. # Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
  9. logo: /siteicon.png
  10. description: Documentation for RestCord
  11. author:
  12. name: Aaron
  13. email: aequasi@gmail.com
  14. twitter: aequasi
  15. social:
  16. name: RestCord
  17. links:
  18. - https://github.com/restcord/restcord
  19. # -----
  20. # Build
  21. permalink: pretty
  22. gems:
  23. - jekyll-sitemap
  24. - jekyll-seo-tag
  25. - jekyll-feed
  26. exclude:
  27. - Gemfile
  28. - Gemfile.lock
  29. - README.md
  30. - LICENCE
  31. collections:
  32. docs:
  33. title: Documentation
  34. permalink: /:path/
  35. output: true
  36. defaults:
  37. -
  38. scope:
  39. path: ""
  40. values:
  41. layout: default
  42. -
  43. scope:
  44. path: ""
  45. type: "docs"
  46. values:
  47. seo:
  48. type: Article
  49. _comments:
  50. category: Group navigation links with this field
  51. order: Used to sort links in the navigation