Files
spring-batch/_config.yml
Brian Clozel dd024dd515 Add missing ZeroClipbpard SWF file
Flash support for ZeroClipboard is not working in project pages since
the SWF file is missing. There was a typo in the .gitignore file that
ignored "*.sw?" files.

Remove links to forum.spring.io
2014-06-30 12:25:45 -05:00

35 lines
1.1 KiB
YAML

### 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"]
### The following properties will change on a project-by-project basis
# Context path in the remote website (usually /<project>), will be prepended to absolute URLs for static resources
baseurl: /spring-batch
# Name of the project for display in places like page titles
name: Spring Batch
# ID of the project in the metadata API at spring.io (if this is not a
# valid project ID the javascript widgets in the home page will not work)
project: spring-batch
# Project github URL
github_repo_url: https://github.com/spring-projects/spring-batch.git
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
custom_pom_template: true
custom_gradle_template: true
### The following properties are constant for most projects
main_site_url: http://spring.io
projects_site_url: http://projects.spring.io
forum_url: http://forum.spring.io