diff --git a/themes/gallo b/themes/gallo deleted file mode 160000 index eaa1325..0000000 --- a/themes/gallo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit eaa1325807616e44dd68023781fbd22c4fb8d0b7 diff --git a/themes/gallo/layouts/404.html b/themes/gallo/layouts/404.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/gallo/layouts/_default/baseof.html b/themes/gallo/layouts/_default/baseof.html new file mode 100644 index 0000000..be9c33b --- /dev/null +++ b/themes/gallo/layouts/_default/baseof.html @@ -0,0 +1,9 @@ + + + {{ partial "head.html" . }} + +
+ {{ partial "nav.html" . }} {{ partial "header.html" . }} {{ block "main" . + }}{{ end }} {{ partial "footer.html" . }} + + diff --git a/themes/gallo/layouts/_default/list.html b/themes/gallo/layouts/_default/list.html new file mode 100644 index 0000000..ed8f16c --- /dev/null +++ b/themes/gallo/layouts/_default/list.html @@ -0,0 +1,16 @@ +{{ define "main" }} + ++
{{ .Summary }}
+ + +{{ end }} + +{{ partial "footer.html" . }} + +{{ end }} \ No newline at end of file diff --git a/themes/gallo/layouts/_default/rss.xml b/themes/gallo/layouts/_default/rss.xml new file mode 100644 index 0000000..f8ce7b7 --- /dev/null +++ b/themes/gallo/layouts/_default/rss.xml @@ -0,0 +1,26 @@ ++ + {{ .Count }} {{ .Page.Title }} + +
+{{ end }} {{ partial "footer.html" . }} {{ end }} diff --git a/themes/gallo/layouts/index.html b/themes/gallo/layouts/index.html new file mode 100644 index 0000000..ae96c48 --- /dev/null +++ b/themes/gallo/layouts/index.html @@ -0,0 +1 @@ +{{ define "main" }} {{ end }} diff --git a/themes/gallo/layouts/partials/footer.html b/themes/gallo/layouts/partials/footer.html new file mode 100644 index 0000000..2805482 --- /dev/null +++ b/themes/gallo/layouts/partials/footer.html @@ -0,0 +1,18 @@ +© {{ now.Format "2006"}} {{ .Site.Params.authorName | markdownify }}
+