diff --git a/README.markdown b/README.markdown index 8f3f7b981c2..b41e3d44362 100644 --- a/README.markdown +++ b/README.markdown @@ -15,8 +15,7 @@ From within your Spring project's git checkout directory: ### Remove all files - git rm -rf * - git rm -rf '.*' + git rm -rf `git ls-files` && rm -rf * ### Add the gh-pages-upstream remote @@ -50,11 +49,11 @@ At this point you need to make a decision: is your project a "grouping project", Based on your choice above, copy the correct sample page to `index.html`, e.g.: - $ cp sample-pages/project.html index.html + $ cp _sample-pages/project.html index.html or - $ cp sample-pages/project_group.html index.html + $ cp _sample-pages/project_group.html index.html ## Edit the content of your home page @@ -96,9 +95,10 @@ Assuming you're already within your project's clone directory, and you've alread ### Install jekyll if you have not already -> **Note:** Jekyll 1.1.2 is a known good version. +> **Note:** Jekyll 1.1.2 is a known good version, and it is specifically referred to in `Gemfile.lock` so you have to use `bundle` (not `gem install ...`) to install it: - gem install jekyll + gem install bundler + bundle ### Run jekyll diff --git a/_config.yml b/_config.yml index 6bcb01460d8..5b478082d64 100644 --- a/_config.yml +++ b/_config.yml @@ -29,6 +29,6 @@ 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 -questions_url: http://spring.io/questions +main_site_url: https://spring.io +projects_site_url: https://projects.spring.io +questions_url: https://spring.io/questions diff --git a/_includes/page.html b/_includes/page.html index f342858f2bd..87df027ffe9 100644 --- a/_includes/page.html +++ b/_includes/page.html @@ -4,7 +4,7 @@ - + @@ -114,15 +114,9 @@ © Pivotal Software, Inc. All Rights Reserved. - Terms of Use and - Privacy - - diff --git a/_includes/widget_templates.html b/_includes/widget_templates.html index 4e609c6fff4..b06f96e9af7 100644 --- a/_includes/widget_templates.html +++ b/_includes/widget_templates.html @@ -18,8 +18,12 @@
- Reference - API + {@ if (release.refDocUrl !== '') { @} + Reference + {@ }; @} + {@ if (release.apiDocUrl !== '') { @} + API + {@ }; @}
{@ }); @}