From c04584ad0f79907039cde124ced63e687ae30958 Mon Sep 17 00:00:00 2001 From: Christian Williams & Tyler Schultz Date: Tue, 21 Sep 2010 18:27:31 -0700 Subject: [PATCH] Fix titles. Add Related Projects to TOC. Add Related Project infos. --- _config.yml | 6 ++++++ _includes/toc.html | 1 + _layouts/default.html | 2 +- related.html.md | 17 +++++++++++++++++ user-guide.html.md | 2 +- 5 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..ec6035f --- /dev/null +++ b/_config.yml @@ -0,0 +1,6 @@ +# jekyll configuration + +# miscellaneous configuration +title: "Jasmine" + +# end of configuration diff --git a/_includes/toc.html b/_includes/toc.html index 8029503..fbd053b 100644 --- a/_includes/toc.html +++ b/_includes/toc.html @@ -15,6 +15,7 @@
  • Using the Jasmine Gem
  • API Documentation
  • Contributor Guide
  • +
  • Related Projects