From 5dcc646ff0d235f2999a0c160e701f9df35def2f Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 15 Aug 2013 13:20:38 +0100 Subject: [PATCH] Move sample page markup to sample-pages/ --- _config.yml | 19 ++- _layouts/default.html | 37 +++--- old.html | 130 --------------------- index-common.md => sample-pages/index.md | 0 page-common.md => sample-pages/rightnav.md | 0 sample-pages/vanilla.md | 34 ++++++ 6 files changed, 67 insertions(+), 153 deletions(-) delete mode 100644 old.html rename index-common.md => sample-pages/index.md (100%) rename page-common.md => sample-pages/rightnav.md (100%) create mode 100644 sample-pages/vanilla.md 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 }} + - - + + - - - - - - + + + + + + - - - + + + - - - - - + + + + +