From: Zach Chadwick Date: Thu, 27 Mar 2014 13:57:47 +0000 (-0400) Subject: added appliance.cloudshark.org to showcase X-Git-Tag: v0.11~93 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e4158b0b47b7cd1bbcdfa5d8497f1d4e56f9cfd;p=brevno-suite%2Fhugo added appliance.cloudshark.org to showcase also cleaned up thumbnail view to not show source link if unavailable --- diff --git a/docs/content/showcase/cloudshark.md b/docs/content/showcase/cloudshark.md new file mode 100644 index 00000000..a8cf6452 --- /dev/null +++ b/docs/content/showcase/cloudshark.md @@ -0,0 +1,11 @@ ++++ +title = "CloudShark" +date = 2014-03-27T09:45:00Z +description = "CloudShark Appliance homepage and documentation" +license = "" +licenseLink = "" +sitelink = "https://appliance.cloudshark.org" +thumbnail = "/static/img/cloudshark-tn.jpg" +tags = ["company", "documentation", "foundation"] ++++ + diff --git a/docs/layouts/showcase/thumbnail.html b/docs/layouts/showcase/thumbnail.html index dd966426..b1301367 100644 --- a/docs/layouts/showcase/thumbnail.html +++ b/docs/layouts/showcase/thumbnail.html @@ -1,7 +1,12 @@
{{ .Description }} -

{{ .Title }}source

+

+ {{ .Title }} + {{ if (isset .Params "sourcelink") }} + source + {{ end }} +

{{ range .Params.tags }} {{ . }} {{ end }} diff --git a/docs/static/static/img/cloudshark-tn.jpg b/docs/static/static/img/cloudshark-tn.jpg new file mode 100644 index 00000000..017fdc7e Binary files /dev/null and b/docs/static/static/img/cloudshark-tn.jpg differ