You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
996 B
32 lines
996 B
### Global gh-pages pre-amble |
|
safe: true |
|
lsi: false |
|
pygments: true |
|
markdown: redcarpet |
|
redcarpet: |
|
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"] |
|
|
|
### Spring website specific |
|
main_site_url: http://springframework.io |
|
projects_site_url: http://projects.springframework.io |
|
|
|
### For testing only (comment this out in a real project) |
|
sample: true |
|
|
|
### Below this line might vary between projects |
|
|
|
# Context path in the remote website (usually /<project>), will be prepended to absolute URLs for statuc resources |
|
baseurl: /spring-framework |
|
|
|
# Name of the project for display in places like page titles |
|
name: Spring Framework |
|
|
|
# ID of the project in the metadata API at springframework.io (if this is not a |
|
# valid project ID the javascript widgets in the home page will not work) |
|
project: spring-framework |
|
|
|
# Project github URL |
|
github: https://github.com/SpringSource/spring-framework |
|
|
|
# A forum link for the navbar |
|
forum: http://forum.springsource.org
|
|
|