A bunch of small documentation changes
authorspf13 <steve.francia@gmail.com>
Fri, 21 Feb 2014 00:05:09 +0000 (19:05 -0500)
committerspf13 <steve.francia@gmail.com>
Fri, 21 Feb 2014 14:48:37 +0000 (09:48 -0500)
docs/content/content/example.md
docs/content/extras/highlighting.md
docs/content/layout/go-templates.md
docs/content/layout/variables.md
docs/content/meta/release-notes.md
docs/content/overview/introduction.md
docs/layouts/_default/single.html
docs/layouts/index.html
docs/static/static/css/styles.css

index d062150e5a301af386e781879df5eb4450b5b03c..5ef6a372c0bdf9b532acff8b8252aa206b097860 100644 (file)
@@ -15,8 +15,7 @@ Somethings are better shown than explained. The following is a very basic exampl
 {{% highlight yaml %}}
 ---
 Title:       "Nitro : A quick and simple profiler for golang"
-Description: ""
-Keywords:    [ "Development", "golang", "profiling" ]
+Description: "Nitro is a simple profiler for you go lang applications"
 Tags:        [ "Development", "golang", "profiling" ]
 date:        "2013-06-19"
 Topics:      [ "Development", "GoLang" ]
index 57e9f5dcf6c7872d5804126730cc4a046d0a7bb5..6244a0cd7144a7d1f78fa7473dd9827d1d524684 100644 (file)
@@ -13,14 +13,14 @@ the path, it will silently simply pass the content along unhighlighted.
 
 ## Disclaimers
 
- * **Warning** Pygments is relatively slow and our integration with it isn't
+ * **Warning** Pygments is relatively slow and our integration isn't
 speed optimized. Expect much longer build times when using highlighting
- * The languages available depends on your pygments installation.
+ * Languages available depends on your pygments installation.
  * While pygments supports a few different output formats and options we currently
 only support output=html, style=monokai, noclasses=true, and encoding=utf-8.
  * Styles are inline in order to be supported in syndicated content when references
 to style sheets are not carried over.
- * We have sought to have the simpliest interface possible, which consequently
+ * We have sought to have the simplest interface possible, which consequently
 limits configuration. An ambitious user is encouraged to extend the current
 functionality to offer more customization.
 
@@ -46,13 +46,13 @@ closing shortcode.
 ## Example Output
 
 {{% highlight html %}}
-    <span style="color: #f92672">&lt;section</span> <span style="color: #a6e22e">id=</span><span style="color: #e6db74">&quot;main&quot;</span><span style="color: #f92672">&gt;</span>
-      <span style="color: #f92672">&lt;div&gt;</span>
-       <span style="color: #f92672">&lt;h1</span> <span style="color: #a6e22e">id=</span><span style="color: #e6db74">&quot;title&quot;</span><span style="color: #f92672">&gt;</span>{{ .Title }}<span style="color: #f92672">&lt;/h1&gt;</span>
-        {{ range .Data.Pages }}
-            {{ .Render &quot;summary&quot;}}
-        {{ end }}
-      <span style="color: #f92672">&lt;/div&gt;</span>
-    <span style="color: #f92672">&lt;/section&gt;</span>
+<span style="color: #f92672">&lt;section</span> <span style="color: #a6e22e">id=</span><span style="color: #e6db74">&quot;main&quot;</span><span style="color: #f92672">&gt;</span>
+  <span style="color: #f92672">&lt;div&gt;</span>
+   <span style="color: #f92672">&lt;h1</span> <span style="color: #a6e22e">id=</span><span style="color: #e6db74">&quot;title&quot;</span><span style="color: #f92672">&gt;</span>{{ .Title }}<span style="color: #f92672">&lt;/h1&gt;</span>
+    {{ range .Data.Pages }}
+        {{ .Render &quot;summary&quot;}}
+    {{ end }}
+  <span style="color: #f92672">&lt;/div&gt;</span>
+<span style="color: #f92672">&lt;/section&gt;</span>
 {{% /highlight %}}
 
index b6a92b35ba9e07831829a42595d52e2a139b8c2f..22c77713158971dc8c78bf0491219b0c59505cb8 100644 (file)
@@ -163,7 +163,7 @@ The first example above could be simplified as:
 
     {{ with .Params.title }}<h4>{{ . }}</h4>{{ end }}
 
-**Example 5: If -> Else If ** 
+**Example 5: If -> Else If** 
 
     {{ if isset .Params "alt" }} 
         {{ index .Params "alt" }}
index 6dc8147c78a62a820c0a96391aee29ac2fe06e98..d269c026f05127ca4b02114c02aebcf6132ea792 100644 (file)
@@ -28,6 +28,7 @@ matter, content or derived from file location.
 **.LinkTitle** Access when creating links to this content. Will use linktitle if set in front-matter, else title<br>
 **.Indexes** These will use the field name of the plural form of the index (see tags and categories above)<br>
 **.RSSLink** Link to the indexes' rss link <br>
+**.TableOfContents** The rendered table of contents for this content<br>
 **.Prev** Pointer to the previous content (based on pub date)<br>
 **.Next** Pointer to the following content (based on pub date)<br>
 **.FuzzyWordCount** The approximate number of words in the content.<br>
index 1308e549316a4d30e630f0e0687bd379e3840ab9..d6ba1fadc09adfb79a2cba53dd7a95dc11f64cbb 100644 (file)
@@ -5,10 +5,10 @@ aliases: ["/doc/release-notes/"]
 groups: ["meta"]
 groups_weight: 10
 ---
-## **0.10.0** Feb 15, 2014
-  * Syntax [highlighting](/extras/highlighting) powered by pygments (**slow**)
+## **0.10.0** Feb 22, 2014
+  * [Syntax highlighting](/extras/highlighting) powered by pygments (**slow**)
   * Ability to [sort content](/content/ordering) many more ways
-  * Automatic [table of contents](http://XXXXXXXXXXXXX) generation
+  * Automatic [table of contents](/extras/toc) generation
   * Support for unicode urls, aliases and indexes
   * Configurable per-section [permalink](/extras/permalinks) pattern support
   * Support for [paired shortcodes](/extras/shortcodes)
index 93e18b4cb747c26b1fd76418caa435b10d3feddf..3c24fb1477006898020febaa2e06c7db4267cff6 100644 (file)
@@ -63,6 +63,8 @@ Hugo boasts the following features:
   * ["Minutes to Read"](/layout/variables) functionality
   * ["Wordcount"](/layout/variables) functionality
 
+See what's coming next in the [roadmap](/meta/roadmap)
+
 ## Who should use Hugo?
 
 Hugo is for people that prefer writing in a text editor over
@@ -82,7 +84,9 @@ I wrote Hugo ultimately for a few reasons. First I was disappointed with
 wordpress, my then website solution. It rendered slowly. I couldn't create
 content as efficiently as I wanted to and needed to be online to write
 posts. The constant security updates and the horror stories of people's
-hacked blogs. 
+hacked blogs. I hated how content was written in HTML instead of the much
+simpler markdown. Overall I felt like it got in my way more than it helped
+my from writing great content.
 
 I looked at existing static site generators like Jekyll, Middle and Nanoc.
 All had complicated dependencies to install and took far longer to render
@@ -97,3 +101,11 @@ dependencies. The Go language seemed to have all of the features I needed
 in a language. I began developing Hugo in Go and fell in love with the
 language. I hope you will enjoy using (and contributing to) Hugo as much
 as I have writing it.
+
+## Next Steps
+
+
+ * [Install Hugo](/overview/installing)
+ * [Quick start](/overview/quickstart)
+ * [Join the Mailing List](/community/mailing-list)
+ * [Star us on Github](http://github.com/spf13/hugo)
index c37b2883786f4d68a7eee5f7c812095a4663d8e5..aa93d4f025c11e8fa0a41eacfebe128f05d97bca 100644 (file)
@@ -1,6 +1,5 @@
 {{ template "chrome/header.html" . }}
-          {{ if .Params.notoc }}
-          {{ else }}
+          {{ if not .Params.notoc }}
             <div id="toc" class="well col-md-4 col-sm-6">
             {{ .TableOfContents }}
             </div>
index c086131af90a67281e109787f8f7dd781fe584b2..952b64949d0a3b1296e87c816bf4854f4c75c180 100755 (executable)
@@ -29,7 +29,7 @@
         <a href="https://github.com/spf13/hugo/releases" class="btn btn-success btn-lg">download <i class="icon-arrow-down"></i></a>\r
         <br>\r
         <a href="https://github.com/spf13/hugo" class="btn btn-dark btn-lg">github <i class="icon-circlestar"></i></a>\r
-        <a href="/overview/quickstart/" class="btn btn-info btn-lg">documentation</a>\r
+        <a href="/overview/introduction" class="btn btn-info btn-lg">documentation</a>\r
       </div>\r
     </div>\r
     <!-- /Full Page Image Header Area -->\r
                 Hugo is developed with love by <a href="http://spf13.com">spf13</a>, <a href="http://github.com/noahcampbell">Noah</a> and friends.\r
                 We welcome all contributions.\r
                     New to go? Not a problem, we will help you.\r
-                    Not a developer? Help with <a href="/overview/quickstart">docs</a>, templates and themes.\r
+                    Not a developer? Help with <a href="/overview/introduction">docs</a>, templates and themes.\r
                 </p>\r
               </div>\r
             </div>\r
               <div class="col-md-10 col-md-offset-1 text-center">\r
                 <h3>Get Started Today!</h3>\r
                 <a href="https://github.com/spf13/hugo/releases" class="btn btn-lg btn-primary">Download <i class="icon-arrow-down"></i></a>\r
-                <a href="/overview/quickstart" style="color:white;font-weight:300;">Documentation</a>\r
+                <a href="/overview/introduction" style="color:white;font-weight:300;">Documentation</a>\r
               </div>\r
             </div>\r
           </div>\r
index c02f584ef889ce8ec43ea6cb20d64b6aaf5aeeca..f3ec584eaa210a581353179520d9b4a0b164b376 100755 (executable)
@@ -2,7 +2,12 @@ body {
     background-color: rgb(253, 253, 251);\r
     padding-top: 70px;\r
     letter-spacing: 0.3px;\r
-    font-family: 'Arbutus Slab', "Helvetica Neue", "Helvitica", "Serif";\r
+    font-family: "Helvetica Neue", "Helvitica", "Serif";\r
+    font-weight: 300;\r
+}\r
+\r
+p {\r
+    margin: 0 0 2em;\r
 }\r
 \r
 #main.container {\r
@@ -43,7 +48,7 @@ pre {
 }\r
 \r
 a {\r
-    color: rgb(96,210,211);\r
+    color: #2b91ae;\r
 }\r
 \r
 a:hover {\r