1
0
mirror of synced 2026-07-20 01:55:08 +00:00
Files
spring-security/_config.yml
T
Phillip Webb b8773f1166 Remove 'not found in _includes' hacks
Remove the use if "unless contains 'not found in _includes directory'"
hacks that were previously used to detect when _includes were missing.

This change is required as the hack no longer works with the latest
Jekyll release (and therefore also with GitHub).

Additional 'custom_pom_template' and 'custom_gradle_template' flags
must now be set in _config.yml if you want to include a custom pom.xml
or build.gradle file.
2014-06-20 08:27:44 -05:00

41 lines
1.2 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-security
# Name of the project for display in places like page titles
name: Spring Security
# 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-security
# Project github URL
github_repo_url: http://github.com/spring-projects/spring-security
# Project forum URL
forum: http://forum.spring.io/forum/spring-projects/security
## Custom properties
guides_base_url: http://docs.spring.io/spring-security/site/docs/3.2.x/guides
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
custom_pom_template: false
custom_gradle_template: false
### 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