add stylesheet metadata to site markdown (#130)

* add stylesheet metadata to site markdown

* remove accidental close paren in workspace docs

* fix and update contributing.html and roadmap.html
diff --git a/site/contributing.md b/site/contributing.md
index 639ec81..a17a523 100644
--- a/site/contributing.md
+++ b/site/contributing.md
@@ -1,9 +1,10 @@
 ---
 layout: default
 title: Contributing
+stylesheet: docs
 ---
 
-We welcome your contributions! To contribute to Skydoc, fork the [Skydoc][repo]
+We welcome your contributions! To contribute to Stardoc, fork the [Skydoc][repo]
 GitHub repository and start submitting pull requests.
 
 [repo]: https://github.com/bazelbuild/skydoc
@@ -39,10 +40,9 @@
 
 ## Core Contributors
 
-The current group of Skydoc core contributors are:
+The current group of Stardoc core contributors are:
 
-* [davidzchen](https://github.com/davidzchen)
-* [damienmg](https://github.com/damienmg)
+* [cparsons](https://github.com/c-parsons)
 * [laurentlb](https://github.com/laurentlb)
-* [dslomov](https://github.com/dslomov)
-* [fweikert](https://github.com/fweikert)
+
+
diff --git a/site/docs/faq.md b/site/docs/faq.md
index d70642b..f73bbec 100644
--- a/site/docs/faq.md
+++ b/site/docs/faq.md
@@ -1,6 +1,7 @@
 ---
 layout: default
 title: FAQ
+stylesheet: docs
 ---
 
 ## Why am I getting `TypeError: unsupported operand type(s) for +: 'dict' and 'dict'`?
diff --git a/site/docs/generating.md b/site/docs/generating.md
index ea44743..f27c5be 100644
--- a/site/docs/generating.md
+++ b/site/docs/generating.md
@@ -1,6 +1,7 @@
 ---
 layout: default
 title: Generating Documentation
+stylesheet: docs
 ---
 
 <nav class="toc">
diff --git a/site/docs/generating_stardoc.md b/site/docs/generating_stardoc.md
index bb554d6..81f4a5e 100644
--- a/site/docs/generating_stardoc.md
+++ b/site/docs/generating_stardoc.md
@@ -1,6 +1,7 @@
 ---
 layout: default
 title: Generating Documentation
+stylesheet: docs
 ---
 
 <nav class="toc">
diff --git a/site/docs/getting_started.md b/site/docs/getting_started.md
index 1570b87..ba577ff 100644
--- a/site/docs/getting_started.md
+++ b/site/docs/getting_started.md
@@ -1,6 +1,7 @@
 ---
 layout: default
 title: Getting started
+stylesheet: docs
 ---
 
 Skydoc is a documentation generator for [Bazel](https://bazel.build) build rules
diff --git a/site/docs/getting_started_stardoc.md b/site/docs/getting_started_stardoc.md
index 5def4c2..480f428 100644
--- a/site/docs/getting_started_stardoc.md
+++ b/site/docs/getting_started_stardoc.md
@@ -1,6 +1,7 @@
 ---
 layout: default
 title: Getting started
+stylesheet: docs
 ---
 
 Stardoc is a documentation generator for [Bazel](https://bazel.build) build rules
@@ -42,7 +43,6 @@
 
 load("@io_bazel_rules_sass//:defs.bzl", "sass_repositories")
 sass_repositories()
-)
 ```
 
 The load statements and function calls after the `io_bazel_skydoc` repository
diff --git a/site/docs/writing.md b/site/docs/writing.md
index 99c43df..f68c32d 100644
--- a/site/docs/writing.md
+++ b/site/docs/writing.md
@@ -1,6 +1,7 @@
 ---
 layout: default
 title: Writing Documentation
+stylesheet: docs
 ---
 
 <nav class="toc">
diff --git a/site/docs/writing_stardoc.md b/site/docs/writing_stardoc.md
index 371c8fb..c931744 100644
--- a/site/docs/writing_stardoc.md
+++ b/site/docs/writing_stardoc.md
@@ -1,6 +1,7 @@
 ---
 layout: default
 title: Writing Documentation
+stylesheet: docs
 ---
 
 <nav class="toc">
diff --git a/site/index.html b/site/index.html
index 8011994..2ef4874 100644
--- a/site/index.html
+++ b/site/index.html
@@ -1,6 +1,7 @@
 ---
 layout: home
 title: Home
+stylesheet: home
 ---
 
 <div class="hero">
diff --git a/site/jekyll-tree.sh b/site/jekyll-tree.sh
index 448fe7d..a52d3ca 100755
--- a/site/jekyll-tree.sh
+++ b/site/jekyll-tree.sh
@@ -46,6 +46,7 @@
 ---
 layout: default
 title: Build Rule Reference
+stylesheet: docs
 ---
 EOF
       cat $f; ) > "$OUT_DIR/docs/$(basename $f)"
@@ -57,6 +58,7 @@
 ---
 layout: default
 title: Build Rule Reference
+stylesheet: docs
 ---
 EOF
     cat $STARDOC_DOC; ) > "$OUT_DIR/docs/stardoc_reference.md"
diff --git a/site/roadmap.md b/site/roadmap.md
index bfbb375..00c63f0 100644
--- a/site/roadmap.md
+++ b/site/roadmap.md
@@ -1,6 +1,7 @@
 ---
 layout: default
 title: Roadmap
+stylesheet: docs
 ---
 
 * Document default values for rule and macro attributes.
diff --git a/site/search.html b/site/search.html
index eed1033..c455a81 100644
--- a/site/search.html
+++ b/site/search.html
@@ -1,6 +1,7 @@
 ---
 layout: home
 title: Site Search
+stylesheet: home
 ---
 
 <script>