_config.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ### Global gh-pages pre-amble
  2. safe: true
  3. lsi: false
  4. highlighter: rouge
  5. markdown: kramdown
  6. encoding: UTF-8
  7. github: [metadata]
  8. kramdown:
  9. input: GFM
  10. hard_wrap: false
  11. smart_quotes: ["apos", "apos", "quot", "quot"]
  12. gems:
  13. - jekyll-coffeescript
  14. - jekyll-paginate
  15. ### The following properties will change on a project-by-project basis
  16. # Context path in the remote website (usually /<project>), will be prepended to absolute URLs for static resources
  17. baseurl: /gh-pages
  18. # Name of the project for display in places like page titles
  19. name: Spring Framework
  20. # ID of the project in the metadata API at spring.io (if this is not a
  21. # valid project ID the javascript widgets in the home page will not work)
  22. project: spring-framework
  23. # Project github URL
  24. github_repo_url: http://github.com/spring-projects/spring-framework
  25. # Project forum URL
  26. forum: http://forum.spring.io/forum/spring-projects/container
  27. # If you want to include a custom pom.xml or gradle template set these value to true and add _include files
  28. custom_pom_template: false
  29. custom_gradle_template: false
  30. ### The following properties are constant for most projects
  31. main_site_url: https://spring.io
  32. projects_site_url: https://projects.spring.io
  33. questions_url: https://spring.io/questions