From: spf13 Date: Fri, 21 Mar 2014 01:42:04 +0000 (-0400) Subject: Homepage update. New Logo. Minor site updates. X-Git-Tag: v0.11~100 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=51b078a703af2967e00f3027870ea28e3e550a32;p=brevno-suite%2Fhugo Homepage update. New Logo. Minor site updates. --- diff --git a/docs/content/showcase/hugo.md b/docs/content/showcase/hugo.md index 00b51ddb..bf006d9a 100644 --- 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" diff --git a/docs/content/showcase/spf13.md b/docs/content/showcase/spf13.md index eadad27d..6a54b2b5 100644 --- 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" diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 952b6494..cd0ef01b 100755 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -6,7 +6,7 @@ - Hugo :: A fast and flexible static site generator + Hugo :: A fast and modern static website engine @@ -22,14 +22,13 @@
-

Hugo

-

The Fast and Flexible Static Site Generator

-
- learn more + + +
diff --git a/docs/static/apple-touch-icon.png b/docs/static/apple-touch-icon.png new file mode 100644 index 00000000..50e23ce1 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 index 00000000..36693330 Binary files /dev/null and b/docs/static/favicon.ico differ diff --git a/docs/static/static/css/HPstyles.css b/docs/static/static/css/HPstyles.css index aa8b5acc..1f907042 100644 --- a/docs/static/static/css/HPstyles.css +++ b/docs/static/static/css/HPstyles.css @@ -38,7 +38,7 @@ body { 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 @@ body { 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 @@ and (orientation : portrait) 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 @@ and (orientation : landscape) { 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 @@ i.callout-icon:hover { } #action { - background: url(/static/img/gray.png); + background: url(../img/gray.png); padding: 50px 0px 30px; position: fixed; bottom: 130px; diff --git a/docs/static/static/img/antzucaro-tn.jpg b/docs/static/static/img/antzucaro-tn.jpg index dd7a8b84..19fc9874 100644 Binary files a/docs/static/static/img/antzucaro-tn.jpg and b/docs/static/static/img/antzucaro-tn.jpg differ diff --git a/docs/static/static/img/asc-tn.jpg b/docs/static/static/img/asc-tn.jpg index 4164131d..91876637 100644 Binary files a/docs/static/static/img/asc-tn.jpg and b/docs/static/static/img/asc-tn.jpg differ diff --git a/docs/static/static/img/chimera-tn.jpg b/docs/static/static/img/chimera-tn.jpg index 27640d1c..d79af639 100644 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 index 7f33fbab..00000000 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 index e491a7aa..00000000 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 index 69abd1f2..00000000 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 index 607520b1..00000000 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 index 6b4cbabd..00000000 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 index 00000000..c3c991aa 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 index 00000000..7e1838c5 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 index 00000000..ed6f5c5c 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 index 00000000..f279a468 Binary files /dev/null and b/docs/static/static/img/desk.jpg differ diff --git a/docs/static/static/img/gray.png b/docs/static/static/img/gray.png index 17a4d6b4..3807691d 100644 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 index 00000000..f0ac904f Binary files /dev/null and b/docs/static/static/img/hugo-logo-med.png differ diff --git a/docs/static/static/img/hugo-tn.jpg b/docs/static/static/img/hugo-tn.jpg index 5bd56b24..47c43609 100644 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 index 00000000..3f968dc1 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 index 00000000..f64f4308 Binary files /dev/null and b/docs/static/static/img/hugoSM.png differ diff --git a/docs/static/static/img/ifup-tn.jpg b/docs/static/static/img/ifup-tn.jpg index f159ab25..dbfb4888 100644 Binary files a/docs/static/static/img/ifup-tn.jpg and b/docs/static/static/img/ifup-tn.jpg differ diff --git a/docs/static/static/img/kjhealy-tn.jpg b/docs/static/static/img/kjhealy-tn.jpg index 84362e80..ec41f488 100644 Binary files a/docs/static/static/img/kjhealy-tn.jpg and b/docs/static/static/img/kjhealy-tn.jpg differ diff --git a/docs/static/static/img/spf13-tn.jpg b/docs/static/static/img/spf13-tn.jpg index c24f4d21..a987c71f 100644 Binary files a/docs/static/static/img/spf13-tn.jpg and b/docs/static/static/img/spf13-tn.jpg differ