_config.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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: /spring-security
  18. # Name of the project for display in places like page titles
  19. name: Spring Security
  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-security
  23. # Project github URL
  24. github_repo_url: http://github.com/spring-projects/spring-security
  25. ## Custom properties
  26. guides_base_url: http://docs.spring.io/spring-security/site/docs/current/guides/html5/
  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. # If you want to include a custom pom.xml or gradle template set these value to true and add _include files
  31. custom_pom_template: false
  32. custom_gradle_template: false
  33. ### The following properties are constant for most projects
  34. main_site_url: https://spring.io
  35. projects_site_url: https://projects.spring.io
  36. questions_url: https://spring.io/questions