Homepage update. New Logo. Minor site updates.
authorspf13 <steve.francia@gmail.com>
Fri, 21 Mar 2014 01:42:04 +0000 (21:42 -0400)
committerspf13 <steve.francia@gmail.com>
Fri, 21 Mar 2014 01:51:14 +0000 (21:51 -0400)
26 files changed:
docs/content/showcase/hugo.md
docs/content/showcase/spf13.md
docs/layouts/index.html
docs/static/apple-touch-icon.png [new file with mode: 0644]
docs/static/favicon.ico [new file with mode: 0644]
docs/static/static/css/HPstyles.css
docs/static/static/img/antzucaro-tn.jpg
docs/static/static/img/asc-tn.jpg
docs/static/static/img/chimera-tn.jpg
docs/static/static/img/converse-fields 2.jpg [deleted file]
docs/static/static/img/converse-fields-long.jpg [deleted file]
docs/static/static/img/converse-fields-mini.jpg [deleted file]
docs/static/static/img/converse-fields-sm.jpg [deleted file]
docs/static/static/img/converse-fields.jpg [deleted file]
docs/static/static/img/desk-long.jpg [new file with mode: 0644]
docs/static/static/img/desk-mini.jpg [new file with mode: 0644]
docs/static/static/img/desk-sm.jpg [new file with mode: 0644]
docs/static/static/img/desk.jpg [new file with mode: 0644]
docs/static/static/img/gray.png
docs/static/static/img/hugo-logo-med.png [new file with mode: 0644]
docs/static/static/img/hugo-tn.jpg
docs/static/static/img/hugo.png [new file with mode: 0644]
docs/static/static/img/hugoSM.png [new file with mode: 0644]
docs/static/static/img/ifup-tn.jpg
docs/static/static/img/kjhealy-tn.jpg
docs/static/static/img/spf13-tn.jpg

index 00b51ddbdc153882e88eb34a682588cea4a019e2..bf006d9a9eb31cd3979be6b25e58f7e87deac84e 100644 (file)
@@ -1,5 +1,5 @@
 +++
-title = "Hugo Documentation"
+title = "Hugo"
 date = 2013-07-01T07:32:00Z 
 description = "This site"
 license = "Simpl"
index eadad27da7a99c4a074b633417bf23570ec0f2e9..6a54b2b53ccf17052845b9f805b5d367ebfbf409 100644 (file)
@@ -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"
index 952b64949d0a3b1296e87c816bf4854f4c75c180..cd0ef01b1501915197098c3ff336a5ed156c8b09 100755 (executable)
@@ -6,7 +6,7 @@
     <meta name="description" content="">\r
     <meta name="author" content="">\r
 \r
-    <title>Hugo :: A fast and flexible static site generator</title>\r
+    <title>Hugo :: A fast and modern static website engine</title>\r
 \r
     <!-- Bootstrap core CSS -->\r
     <link href="/static/css/bootstrap.min.css" rel="stylesheet">\r
     <!-- Full Page Image Header Area -->\r
     <div id="top" class="header">\r
       <div class="vert-text">\r
-        <h1>Hugo</h1>\r
-        <h3>The <em>Fast and Flexible</em> Static Site Generator</h3>\r
-        <br>\r
-        <a href="#intro" class="btn btn-clear btn-lg">learn more</a>\r
+\r
+        <a href="#intro"><img src="/static/img/hugo.png" class="logo"> </a>\r
+        <div class="buttonbox">\r
+        <a href="/overview/introduction" class="btn btn-info btn-lg">docs <i class="icon-idea"></i></a>\r
         <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/introduction" class="btn btn-info btn-lg">documentation</a>\r
+        </div>\r
       </div>\r
     </div>\r
     <!-- /Full Page Image Header Area -->\r
diff --git a/docs/static/apple-touch-icon.png b/docs/static/apple-touch-icon.png
new file mode 100644 (file)
index 0000000..50e23ce
Binary files /dev/null and b/docs/static/apple-touch-icon.png differ
diff --git a/docs/static/favicon.ico b/docs/static/favicon.ico
new file mode 100644 (file)
index 0000000..3669333
Binary files /dev/null and b/docs/static/favicon.ico differ
index aa8b5acc79551bb263d9e38ec5cf7b5145fe82f8..1f907042cb4ac142f372a8a74677bf04e619abe4 100644 (file)
@@ -38,7 +38,7 @@ body {
     width: 100%;\r
     min-height: 70%;\r
     position: relative;\r
-    background: url(../img/converse-fields.jpg) no-repeat center center fixed;\r
+    background: url(../img/desk.jpg) no-repeat center center fixed;\r
     -webkit-background-size: cover;\r
     -moz-background-size: cover;\r
     -o-background-size: cover;\r
@@ -47,6 +47,16 @@ body {
     background-color: black;\r
 }\r
 \r
+.logo {\r
+    max-width: 35em; \r
+    width: 100%;\r
+    padding: 2em;\r
+}\r
+\r
+.buttonbox {\r
+    margin: 2em 0 4em;\r
+}\r
+\r
 @media only screen \r
 and (min-device-width : 320px)\r
 and (max-device-width : 1024px)\r
@@ -57,7 +67,7 @@ and (orientation : portrait)
         height: 70%;\r
         width: 100%;\r
         position: relative;\r
-        background: url(../img/converse-fields-mini.jpg) no-repeat;\r
+        background: url(../img/desk-mini.jpg) no-repeat;\r
         background-size: 100% 100%;\r
         z-index: 99999;\r
         background-color: black;\r
@@ -73,7 +83,7 @@ and (orientation : landscape) {
         height: 70%;\r
         width: 100%;\r
         position: relative;\r
-        background: url(../img/converse-fields-long.jpg) no-repeat;\r
+        background: url(../img/desk-long.jpg) no-repeat;\r
         background-size: 100% 100%;\r
         z-index: 99999;\r
         background-color: black;\r
@@ -225,7 +235,7 @@ i.callout-icon:hover {
 }\r
 \r
 #action {\r
-    background: url(/static/img/gray.png);\r
+    background: url(../img/gray.png);\r
     padding: 50px 0px 30px;\r
     position: fixed;\r
     bottom: 130px;\r
index dd7a8b84aee6af60539715b9148dc5ba8cc73bf6..19fc98740758fad63cb346bcab040abac33a9a92 100644 (file)
Binary files a/docs/static/static/img/antzucaro-tn.jpg and b/docs/static/static/img/antzucaro-tn.jpg differ
index 4164131d1ecdaeb309eb292704563fec82d61f98..9187663760d1308890661a16ece778370ccc66bb 100644 (file)
Binary files a/docs/static/static/img/asc-tn.jpg and b/docs/static/static/img/asc-tn.jpg differ
index 27640d1c59681b8699254caed245556fc2d40585..d79af6396e059d3cacf59cbd65403e8b72775e30 100644 (file)
Binary files a/docs/static/static/img/chimera-tn.jpg and b/docs/static/static/img/chimera-tn.jpg differ
diff --git a/docs/static/static/img/converse-fields 2.jpg b/docs/static/static/img/converse-fields 2.jpg
deleted file mode 100644 (file)
index 7f33fba..0000000
Binary files a/docs/static/static/img/converse-fields 2.jpg and /dev/null differ
diff --git a/docs/static/static/img/converse-fields-long.jpg b/docs/static/static/img/converse-fields-long.jpg
deleted file mode 100644 (file)
index e491a7a..0000000
Binary files a/docs/static/static/img/converse-fields-long.jpg and /dev/null differ
diff --git a/docs/static/static/img/converse-fields-mini.jpg b/docs/static/static/img/converse-fields-mini.jpg
deleted file mode 100644 (file)
index 69abd1f..0000000
Binary files a/docs/static/static/img/converse-fields-mini.jpg and /dev/null differ
diff --git a/docs/static/static/img/converse-fields-sm.jpg b/docs/static/static/img/converse-fields-sm.jpg
deleted file mode 100644 (file)
index 607520b..0000000
Binary files a/docs/static/static/img/converse-fields-sm.jpg and /dev/null differ
diff --git a/docs/static/static/img/converse-fields.jpg b/docs/static/static/img/converse-fields.jpg
deleted file mode 100644 (file)
index 6b4cbab..0000000
Binary files a/docs/static/static/img/converse-fields.jpg and /dev/null differ
diff --git a/docs/static/static/img/desk-long.jpg b/docs/static/static/img/desk-long.jpg
new file mode 100644 (file)
index 0000000..c3c991a
Binary files /dev/null and b/docs/static/static/img/desk-long.jpg differ
diff --git a/docs/static/static/img/desk-mini.jpg b/docs/static/static/img/desk-mini.jpg
new file mode 100644 (file)
index 0000000..7e1838c
Binary files /dev/null and b/docs/static/static/img/desk-mini.jpg differ
diff --git a/docs/static/static/img/desk-sm.jpg b/docs/static/static/img/desk-sm.jpg
new file mode 100644 (file)
index 0000000..ed6f5c5
Binary files /dev/null and b/docs/static/static/img/desk-sm.jpg differ
diff --git a/docs/static/static/img/desk.jpg b/docs/static/static/img/desk.jpg
new file mode 100644 (file)
index 0000000..f279a46
Binary files /dev/null and b/docs/static/static/img/desk.jpg differ
index 17a4d6b42defcc8ebbad993bc91a2030f6c690ed..3807691d3fd91c60a844de3b3328129f514a9c29 100644 (file)
Binary files a/docs/static/static/img/gray.png and b/docs/static/static/img/gray.png differ
diff --git a/docs/static/static/img/hugo-logo-med.png b/docs/static/static/img/hugo-logo-med.png
new file mode 100644 (file)
index 0000000..f0ac904
Binary files /dev/null and b/docs/static/static/img/hugo-logo-med.png differ
index 5bd56b244fd25add54ebbb916883c3c6785b7ad8..47c43609c90ab358c6f83a4ee76a4f1e74049ebd 100644 (file)
Binary files a/docs/static/static/img/hugo-tn.jpg and b/docs/static/static/img/hugo-tn.jpg differ
diff --git a/docs/static/static/img/hugo.png b/docs/static/static/img/hugo.png
new file mode 100644 (file)
index 0000000..3f968dc
Binary files /dev/null and b/docs/static/static/img/hugo.png differ
diff --git a/docs/static/static/img/hugoSM.png b/docs/static/static/img/hugoSM.png
new file mode 100644 (file)
index 0000000..f64f430
Binary files /dev/null and b/docs/static/static/img/hugoSM.png differ
index f159ab25e19aa3ccb9cf16a437692a4cc54a5307..dbfb4888d329794b93391e57ca035570de7ed59d 100644 (file)
Binary files a/docs/static/static/img/ifup-tn.jpg and b/docs/static/static/img/ifup-tn.jpg differ
index 84362e805ffaecbca403d3dfa1464cc7f0da1f28..ec41f488df0f6931d2ead50d20be51f930e921e9 100644 (file)
Binary files a/docs/static/static/img/kjhealy-tn.jpg and b/docs/static/static/img/kjhealy-tn.jpg differ
index c24f4d213155ef30b9208583044b1e28fe600854..a987c71f9a7c7cf1f17c35f1458055244524654a 100644 (file)
Binary files a/docs/static/static/img/spf13-tn.jpg and b/docs/static/static/img/spf13-tn.jpg differ