shithub: hugo

Download patch

ref: 51b078a703af2967e00f3027870ea28e3e550a32
parent: 6205a16b6e4e0e7924aed291c1adab1d775c1cfe
author: spf13 <[email protected]>
date: Thu Mar 20 17:42:04 EDT 2014

Homepage update. New Logo. Minor site updates.

--- a/docs/content/showcase/hugo.md
+++ b/docs/content/showcase/hugo.md
@@ -1,5 +1,5 @@
 +++
-title = "Hugo Documentation"
+title = "Hugo"
 date = 2013-07-01T07:32:00Z 
 description = "This site"
 license = "Simpl"
--- a/docs/content/showcase/spf13.md
+++ b/docs/content/showcase/spf13.md
@@ -1,5 +1,5 @@
 +++
-title = "spf13 is Steve Francia"
+title = "spf13.com"
 date = 2013-07-01T07:32:00Z 
 description = "The first Hugo powered website."
 license = "MIT"
--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -6,7 +6,7 @@
     <meta name="description" content="">
     <meta name="author" content="">
 
-    <title>Hugo :: A fast and flexible static site generator</title>
+    <title>Hugo :: A fast and modern static website engine</title>
 
     <!-- Bootstrap core CSS -->
     <link href="/static/css/bootstrap.min.css" rel="stylesheet">
@@ -22,14 +22,13 @@
     <!-- Full Page Image Header Area -->
     <div id="top" class="header">
       <div class="vert-text">
-        <h1>Hugo</h1>
-        <h3>The <em>Fast and Flexible</em> Static Site Generator</h3>
-        <br>
-        <a href="#intro" class="btn btn-clear btn-lg">learn more</a>
+
+        <a href="#intro"><img src="/static/img/hugo.png" class="logo"> </a>
+        <div class="buttonbox">
+        <a href="/overview/introduction" class="btn btn-info btn-lg">docs <i class="icon-idea"></i></a>
         <a href="https://github.com/spf13/hugo/releases" class="btn btn-success btn-lg">download <i class="icon-arrow-down"></i></a>
-        <br>
         <a href="https://github.com/spf13/hugo" class="btn btn-dark btn-lg">github <i class="icon-circlestar"></i></a>
-        <a href="/overview/introduction" class="btn btn-info btn-lg">documentation</a>
+        </div>
       </div>
     </div>
     <!-- /Full Page Image Header Area -->
binary files /dev/null b/docs/static/apple-touch-icon.png differ
binary files /dev/null b/docs/static/favicon.ico differ
--- a/docs/static/static/css/HPstyles.css
+++ b/docs/static/static/css/HPstyles.css
@@ -38,7 +38,7 @@
     width: 100%;
     min-height: 70%;
     position: relative;
-    background: url(../img/converse-fields.jpg) no-repeat center center fixed;
+    background: url(../img/desk.jpg) no-repeat center center fixed;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
@@ -47,6 +47,16 @@
     background-color: black;
 }
 
+.logo {
+    max-width: 35em; 
+    width: 100%;
+    padding: 2em;
+}
+
+.buttonbox {
+    margin: 2em 0 4em;
+}
+
 @media only screen 
 and (min-device-width : 320px)
 and (max-device-width : 1024px)
@@ -57,7 +67,7 @@
         height: 70%;
         width: 100%;
         position: relative;
-        background: url(../img/converse-fields-mini.jpg) no-repeat;
+        background: url(../img/desk-mini.jpg) no-repeat;
         background-size: 100% 100%;
         z-index: 99999;
         background-color: black;
@@ -73,7 +83,7 @@
         height: 70%;
         width: 100%;
         position: relative;
-        background: url(../img/converse-fields-long.jpg) no-repeat;
+        background: url(../img/desk-long.jpg) no-repeat;
         background-size: 100% 100%;
         z-index: 99999;
         background-color: black;
@@ -225,7 +235,7 @@
 }
 
 #action {
-    background: url(/static/img/gray.png);
+    background: url(../img/gray.png);
     padding: 50px 0px 30px;
     position: fixed;
     bottom: 130px;
binary files a/docs/static/static/img/antzucaro-tn.jpg b/docs/static/static/img/antzucaro-tn.jpg differ
binary files a/docs/static/static/img/asc-tn.jpg b/docs/static/static/img/asc-tn.jpg differ
binary files a/docs/static/static/img/chimera-tn.jpg b/docs/static/static/img/chimera-tn.jpg differ
binary files a/docs/static/static/img/converse-fields 2.jpg /dev/null differ
binary files a/docs/static/static/img/converse-fields-long.jpg /dev/null differ
binary files a/docs/static/static/img/converse-fields-mini.jpg /dev/null differ
binary files a/docs/static/static/img/converse-fields-sm.jpg /dev/null differ
binary files a/docs/static/static/img/converse-fields.jpg /dev/null differ
binary files /dev/null b/docs/static/static/img/desk-long.jpg differ
binary files /dev/null b/docs/static/static/img/desk-mini.jpg differ
binary files /dev/null b/docs/static/static/img/desk-sm.jpg differ
binary files /dev/null b/docs/static/static/img/desk.jpg differ
binary files a/docs/static/static/img/gray.png b/docs/static/static/img/gray.png differ
binary files /dev/null b/docs/static/static/img/hugo-logo-med.png differ
binary files a/docs/static/static/img/hugo-tn.jpg b/docs/static/static/img/hugo-tn.jpg differ
binary files /dev/null b/docs/static/static/img/hugo.png differ
binary files /dev/null b/docs/static/static/img/hugoSM.png differ
binary files a/docs/static/static/img/ifup-tn.jpg b/docs/static/static/img/ifup-tn.jpg differ
binary files a/docs/static/static/img/kjhealy-tn.jpg b/docs/static/static/img/kjhealy-tn.jpg differ
binary files a/docs/static/static/img/spf13-tn.jpg b/docs/static/static/img/spf13-tn.jpg differ