diff --git a/_config.yml b/_config.yml index 3c85b10d36a..6dd9b33fcc1 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -# Global gh-pages pre-amble +### Global gh-pages pre-amble safe: true lsi: false pygments: true @@ -6,14 +6,25 @@ markdown: redcarpet redcarpet: extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"] -# Spring specific +### Spring specific main_site_url: http://springframework.io -# For testing only +### For testing only test: true -# Below this line might vary between projects +### Below this line might vary between projects + +# Context path in the remote website (usually /), 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 project: spring-framework + +# Project github URL github: https://github.com/SpringSource/spring-framework + +# A forum link for the navbar forum: http://forum.springsource.org diff --git a/_layouts/default.html b/_layouts/default.html index 2ca55865508..677b1c1ffde 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,29 +4,28 @@ - {{ page.title }} - - + {{ site.name }} - {{ page.title }} + - - + + - - - - - - + + + + + + - - - + + + - - - - - + + + + +