shithub: hugo

Download patch

ref: 861472bea5df68d752f21dd8d230df02c6ef7c38
parent: 1d0d280e2080c30f83b6cff8914b63fadc1b1901
author: spf13 <[email protected]>
date: Thu Oct 31 05:51:42 EDT 2013

Small tweaks to Homepage and CSS

--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -102,10 +102,14 @@
                   <i class="point-icon icon-fork"></i>
                 <h2>Flexible</h2>
                 <p class="lead">
-                Hugo is designed to how you do.
-                Define your own meta data adhoc in YAML, TOML or JSON.
-                Define your own organization, urls and indexes to organize your content how you want.
-                Best of all this is all done with virtually no configuration, Hugo will just work.
+
+                Hugo is designed to work how you do. Declare your own content
+                types. Define your own meta data in YAML, TOML or JSON.
+                Organize your content however you want with any URL structure.
+                Use indexes to group your content however you want. Best of all
+                this is all done with virtually no configuration, Hugo
+                just works.
+
                 </p>
               </div>
             </div>
@@ -142,7 +146,7 @@
                 Hugo is developed with love by <a href="http://spf13.com">spf13</a>, <a href="http://github.com/noahcampbell">Noah</a> and friends.
                 We welcome all contributions.
                     New to go? Not a problem, we will help you.
-                    Not a developer? Help with docs, templates and themes.
+                    Not a developer? Help with <a href="/overview/quickstart">docs</a>, templates and themes.
                 </p>
               </div>
             </div>
--- a/docs/static/static/css/HPstyles.css
+++ b/docs/static/static/css/HPstyles.css
@@ -4,6 +4,7 @@
 body {
     height: 100%;
     width: 100%;
+    letter-spacing: 0.5px;
 }
 
 .vert-text {
--- a/docs/static/static/css/styles.css
+++ b/docs/static/static/css/styles.css
@@ -1,7 +1,7 @@
-body { padding-top: 70px; }
-
 body {
     background-color: rgb(253, 253, 251);
+    padding-top: 70px;
+    letter-spacing: 0.3px;
 }
 
 
@@ -25,7 +25,7 @@
     background: none repeat scroll 0% 0% rgb(22, 203, 230);
     border-top: 4px solid rgb(15, 166, 188);
     border-bottom: 1px solid rgb(15, 166, 188);
-    opacity: .9;
+    opacity: .97;
 }
 
 .navbar-nav a > i {
@@ -72,9 +72,6 @@
     }
     .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
         background-color: rgb(15, 166, 188);
-    }
-    nav.navbar {
-        opacity: 0.98;
     }
 }