diff --git a/docs/content/showcase/hugo.md b/docs/content/showcase/hugo.md index 00b51ddbd..bf006d9a9 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 eadad27da..6a54b2b53 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 952b64949..cd0ef01b1 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 000000000..50e23ce1d 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 000000000..36693330b 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 aa8b5acc7..1f907042c 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 dd7a8b84a..19fc98740 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 4164131d1..918766376 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 27640d1c5..d79af6396 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 7f33fbabc..000000000 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 e491a7aae..000000000 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 69abd1f2c..000000000 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 607520b1c..000000000 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 6b4cbabd7..000000000 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 000000000..c3c991aa4 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 000000000..7e1838c55 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 000000000..ed6f5c5cf 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 000000000..f279a468b 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 17a4d6b42..3807691d3 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 000000000..f0ac904f9 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 5bd56b244..47c43609c 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 000000000..3f968dc11 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 000000000..f64f43088 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 f159ab25e..dbfb4888d 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 84362e805..ec41f488d 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 c24f4d213..a987c71f9 100644 Binary files a/docs/static/static/img/spf13-tn.jpg and b/docs/static/static/img/spf13-tn.jpg differ