From 4f1807c7a766e4c655c8582aa83783f7e1f9f4b6 Mon Sep 17 00:00:00 2001 From: spf13 Date: Wed, 22 Jan 2014 17:16:09 -0500 Subject: [PATCH] Replacing hall of fame with showcase. (new type, content driven, thumbnails, etc) --- docs/content/community/hall-of-fame.md | 20 ------------------- docs/content/showcase/asc.md | 11 ++++++++++ docs/content/showcase/chimera-art-space.md | 11 ++++++++++ docs/content/showcase/hugo.md | 12 +++++++++++ docs/content/showcase/ifup.md | 11 ++++++++++ docs/content/showcase/spf13.md | 11 ++++++++++ docs/layouts/chrome/menu.html | 1 + docs/layouts/indexes/showcase.html | 14 +++++++++++++ docs/layouts/showcase/thumbnail.html | 10 ++++++++++ docs/static/static/img/asc-tn.jpg | Bin 0 -> 36850 bytes docs/static/static/img/chimera-tn.jpg | Bin 0 -> 40093 bytes docs/static/static/img/converse-fields 2.jpg | Bin 0 -> 1066812 bytes docs/static/static/img/hugo-tn.jpg | Bin 0 -> 33751 bytes docs/static/static/img/ifup-tn.jpg | Bin 0 -> 28781 bytes docs/static/static/img/spf13-tn.jpg | Bin 0 -> 36507 bytes 15 files changed, 81 insertions(+), 20 deletions(-) delete mode 100644 docs/content/community/hall-of-fame.md create mode 100644 docs/content/showcase/asc.md create mode 100644 docs/content/showcase/chimera-art-space.md create mode 100644 docs/content/showcase/hugo.md create mode 100644 docs/content/showcase/ifup.md create mode 100644 docs/content/showcase/spf13.md create mode 100644 docs/layouts/indexes/showcase.html create mode 100644 docs/layouts/showcase/thumbnail.html create mode 100644 docs/static/static/img/asc-tn.jpg create mode 100644 docs/static/static/img/chimera-tn.jpg create mode 100644 docs/static/static/img/converse-fields 2.jpg create mode 100644 docs/static/static/img/hugo-tn.jpg create mode 100644 docs/static/static/img/ifup-tn.jpg create mode 100644 docs/static/static/img/spf13-tn.jpg diff --git a/docs/content/community/hall-of-fame.md b/docs/content/community/hall-of-fame.md deleted file mode 100644 index e24bf3bf5..000000000 --- a/docs/content/community/hall-of-fame.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Hall of Fame" -date: "2013-07-01" -groups: ["community"] -groups_weight: 20 ---- - -Here we have listed sites built using Hugo. - -If you want to be added to this page please send a [pull request](https://github.com/spf13/hugo/pulls). - - - -| **Site** | **Source** | **License** | -| ------------------------------------------------ | ----------------------------------------------------- | -----------: | -| [hugo](http://hugo.spf13.com) | [source](http://github.com/spf13/hugo/docs) | SIMPL | -| [spf13](http://spf13.com) | [source](http://github.com/spf13/spf13.com) | MIT | -| [Chimera Art Space](http://chimeraarts.org) | [source](https://github.com/chimera/chimeraarts.org) | CC-SA | -| [ifup](http://ifup.org) | [source](https://github.com/philips/www.ifup.org) | MIT | -| [andrewcodispoti.com](http://andrewcodispoti.com) | [source](https://gitlab.com/acodispo/andrewcodispoti-com) | CC-BY-SA | diff --git a/docs/content/showcase/asc.md b/docs/content/showcase/asc.md new file mode 100644 index 000000000..be73d2e65 --- /dev/null +++ b/docs/content/showcase/asc.md @@ -0,0 +1,11 @@ ++++ +title = "Andrew S Codispoti" +date = 2014-01-22T07:32:00Z +description = "" +license = "CC-BY-SA" +licenseLink = "" +sourceLink = "https://gitlab.com/acodispo/andrewcodispoti-com" +sitelink = "http://andrewcodispoti.com" +thumbnail = "/static/img/asc-tn.jpg" +tags = [ "personal", "bootstrap" ] ++++ diff --git a/docs/content/showcase/chimera-art-space.md b/docs/content/showcase/chimera-art-space.md new file mode 100644 index 000000000..06e12abe7 --- /dev/null +++ b/docs/content/showcase/chimera-art-space.md @@ -0,0 +1,11 @@ ++++ +title = "Chimera Art Space" +date = 2013-10-02T07:32:00Z +description = "" +license = "CC-SA" +licenseLink = "" +sourceLink = "https://github.com/chimera/chimeraarts.org" +sitelink = "http://chimeraarts.org" +thumbnail = "/static/img/chimera-tn.jpg" +tags = ["company", "bootstrap" ] ++++ diff --git a/docs/content/showcase/hugo.md b/docs/content/showcase/hugo.md new file mode 100644 index 000000000..00b51ddbd --- /dev/null +++ b/docs/content/showcase/hugo.md @@ -0,0 +1,12 @@ ++++ +title = "Hugo Documentation" +date = 2013-07-01T07:32:00Z +description = "This site" +license = "Simpl" +licenseLink = "" +sourceLink = "http://github.com/spf13/hugo/docs" +sitelink = "http://hugo.spf13.com" +thumbnail = "/static/img/hugo-tn.jpg" +tags = ["documentation", "bootstrap"] ++++ + diff --git a/docs/content/showcase/ifup.md b/docs/content/showcase/ifup.md new file mode 100644 index 000000000..7c88054e8 --- /dev/null +++ b/docs/content/showcase/ifup.md @@ -0,0 +1,11 @@ ++++ +title = "ifup" +date = 2013-11-02T07:32:00Z +description = "" +license = "MIT" +licenseLink = "" +sourceLink = "http://www.ifup.org" +sitelink = "http://ifup.org" +thumbnail = "/static/img/ifup-tn.jpg" +tags = [ "personal", "blog" ] ++++ diff --git a/docs/content/showcase/spf13.md b/docs/content/showcase/spf13.md new file mode 100644 index 000000000..eadad27da --- /dev/null +++ b/docs/content/showcase/spf13.md @@ -0,0 +1,11 @@ ++++ +title = "spf13 is Steve Francia" +date = 2013-07-01T07:32:00Z +description = "The first Hugo powered website." +license = "MIT" +licenseLink = "" +sourceLink = "http://github.com/spf13/spf13.com" +sitelink = "http://spf13.com" +thumbnail = "/static/img/spf13-tn.jpg" +tags = ["personal", "blog"] ++++ diff --git a/docs/layouts/chrome/menu.html b/docs/layouts/chrome/menu.html index f01b2b74d..1f76b273b 100644 --- a/docs/layouts/chrome/menu.html +++ b/docs/layouts/chrome/menu.html @@ -56,6 +56,7 @@