From b0ccdf8eb059f54a0e8cfad51466f12b8cd76451 Mon Sep 17 00:00:00 2001 From: kballou Date: Sat, 11 Oct 2014 01:20:54 -0600 Subject: Wobsite and Blag of KennyBallou --- layouts/404.html | 8 ++++++++ layouts/_default/list.html | 0 layouts/_default/single.html | 17 +++++++++++++++++ layouts/blog/li.html | 0 layouts/blog/single.html | 27 +++++++++++++++++++++++++++ layouts/blog/summary.html | 20 ++++++++++++++++++++ layouts/index.html | 20 ++++++++++++++++++++ layouts/partials/author.html | 21 +++++++++++++++++++++ layouts/partials/footer.html | 13 +++++++++++++ layouts/partials/head_includes.html | 4 ++++ layouts/partials/header.html | 20 ++++++++++++++++++++ layouts/partials/meta.html | 2 ++ layouts/partials/subheader.html | 5 +++++ layouts/rss.xml | 21 +++++++++++++++++++++ layouts/single.html | 5 +++++ layouts/sitemap.xml | 16 ++++++++++++++++ 16 files changed, 199 insertions(+) create mode 100644 layouts/404.html create mode 100644 layouts/_default/list.html create mode 100644 layouts/_default/single.html create mode 100644 layouts/blog/li.html create mode 100644 layouts/blog/single.html create mode 100644 layouts/blog/summary.html create mode 100644 layouts/index.html create mode 100644 layouts/partials/author.html create mode 100644 layouts/partials/footer.html create mode 100644 layouts/partials/head_includes.html create mode 100644 layouts/partials/header.html create mode 100644 layouts/partials/meta.html create mode 100644 layouts/partials/subheader.html create mode 100644 layouts/rss.xml create mode 100644 layouts/single.html create mode 100644 layouts/sitemap.xml (limited to 'layouts') diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..0c15e5a --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,8 @@ +{{ partial "header.html" . }} + +

You Seem Lost...

+

The page you were looking for seems to have left the server or never +existed. If you think this may be an error, sorry. The web server thinks you +have an error.

+ +{{ partial "footer.html" . }} diff --git a/layouts/_default/list.html b/layouts/_default/list.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..00aaabc --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,17 @@ +{{ partial "header.html" . }} + +{{ partial "subheader.html" . }} +
+
+
+
+ {{ .Content}} +
+
+
+ {{ partial "author.html" . }} +
+
+
+ +{{ partial "footer.html" . }} diff --git a/layouts/blog/li.html b/layouts/blog/li.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/blog/single.html b/layouts/blog/single.html new file mode 100644 index 0000000..1086aa8 --- /dev/null +++ b/layouts/blog/single.html @@ -0,0 +1,27 @@ +{{ partial "header.html" . }} + +{{ partial "subheader.html" . }} +
+
+
+
+

{{ .Title }}

+ + {{ .Content}} +
+
+
+ {{ partial "author.html" . }} +
+
+
+ +{{ partial "footer.html" . }} diff --git a/layouts/blog/summary.html b/layouts/blog/summary.html new file mode 100644 index 0000000..6fe1d59 --- /dev/null +++ b/layouts/blog/summary.html @@ -0,0 +1,20 @@ +
+
+

{{ .Title }}

+ +
+ +
+ {{ .Summary }} +
+ + + +
diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..528a97c --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,20 @@ +{{ partial "header.html" . }} + +{{ partial "subheader.html" . }} +
+
+
+ {{ range first 10 .Data.Pages }} + {{ if eq .Section "blog" }} + {{ .Render "summary" }} + {{ end }} + {{ end }} +
+
+ {{ partial "author.html" . }} +
+
+
+ + +{{ partial "footer.html" . }} diff --git a/layouts/partials/author.html b/layouts/partials/author.html new file mode 100644 index 0000000..a1c7939 --- /dev/null +++ b/layouts/partials/author.html @@ -0,0 +1,21 @@ +
+
+

Kenny Ballou

+

:(){ :|:& };:

+ + + + + + + + + + + + + + + +
+
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..5fb79e9 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,13 @@ + + diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html new file mode 100644 index 0000000..2df69ce --- /dev/null +++ b/layouts/partials/head_includes.html @@ -0,0 +1,4 @@ + + + diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..2dc4d46 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,20 @@ + + + + + + {{ partial "meta.html" . }} + + + {{ .Site.Title }} + + + {{ if .RSSlink }} + + {{ end }} + + {{ partial "head_includes.html" . }} + + + diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html new file mode 100644 index 0000000..ec09d41 --- /dev/null +++ b/layouts/partials/meta.html @@ -0,0 +1,2 @@ + + diff --git a/layouts/partials/subheader.html b/layouts/partials/subheader.html new file mode 100644 index 0000000..3a4aaae --- /dev/null +++ b/layouts/partials/subheader.html @@ -0,0 +1,5 @@ + diff --git a/layouts/rss.xml b/layouts/rss.xml new file mode 100644 index 0000000..5950804 --- /dev/null +++ b/layouts/rss.xml @@ -0,0 +1,21 @@ + + + {{ .Title }} on {{ .Site.Title }} + Hugo + {{ .Permalink }} + {{ with .Site.LanguageCode }}{{ . }}{{ end }} + {{ with .Site.Author.name }}{{ . }}{{ end }} + {{ with .Site.Copyright }}{{ . }}{{ end }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 MST" }} + {{ range first 15 .Data.Pages }} + + {{ .Title }} + {{ .Permalink }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 MST" }} + {{ with .Site.Author.name }}{{ . }}{{ end }} + {{ .Permalink }} + {{ .Content | html }} + + {{ end }} + + diff --git a/layouts/single.html b/layouts/single.html new file mode 100644 index 0000000..5c0336c --- /dev/null +++ b/layouts/single.html @@ -0,0 +1,5 @@ +{{ partial "header.html" . }} + + {{ .Content}} + +{{ partial "header.html" . }} diff --git a/layouts/sitemap.xml b/layouts/sitemap.xml new file mode 100644 index 0000000..e99a1bc --- /dev/null +++ b/layouts/sitemap.xml @@ -0,0 +1,16 @@ + + {{ range .Data.Pages }} + + {{ .Permalink }} + + {{ safeHtml ( .Date.Format "2006-01-02T15:04:05-7:00" ) }} + + {{ with .Sitemap.ChangeFreq }} + {{ . }} + {{ end }} + {{ if ge .Sitemap.Priority 0.0 }} + {{ .Sitemap.Priority }} + {{ end }} + + {{ end }} + -- cgit v1.2.1