From e12c0d23ad72ffa9389d90311453db535f57e450 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 4 Mar 2024 16:24:45 +0000 Subject: Prepare to move to zine static site generator instead of hugo https://zine-ssg.io/documentation/ --- themes/XMin/layouts/404.html | 5 ----- themes/XMin/layouts/_default/list.html | 20 -------------------- themes/XMin/layouts/_default/single.html | 10 ---------- themes/XMin/layouts/_default/terms.html | 13 ------------- themes/XMin/layouts/partials/foot_custom.html | 24 ------------------------ themes/XMin/layouts/partials/footer.html | 16 ---------------- themes/XMin/layouts/partials/head_custom.html | 0 themes/XMin/layouts/partials/header.html | 20 -------------------- 8 files changed, 108 deletions(-) delete mode 100644 themes/XMin/layouts/404.html delete mode 100644 themes/XMin/layouts/_default/list.html delete mode 100644 themes/XMin/layouts/_default/single.html delete mode 100644 themes/XMin/layouts/_default/terms.html delete mode 100644 themes/XMin/layouts/partials/foot_custom.html delete mode 100644 themes/XMin/layouts/partials/footer.html delete mode 100644 themes/XMin/layouts/partials/head_custom.html delete mode 100644 themes/XMin/layouts/partials/header.html (limited to 'themes/XMin/layouts') diff --git a/themes/XMin/layouts/404.html b/themes/XMin/layouts/404.html deleted file mode 100644 index c2e4e40..0000000 --- a/themes/XMin/layouts/404.html +++ /dev/null @@ -1,5 +0,0 @@ -{{ partial "header.html" . }} - -404 NOT FOUND - -{{ partial "footer.html" . }} diff --git a/themes/XMin/layouts/_default/list.html b/themes/XMin/layouts/_default/list.html deleted file mode 100644 index 2ab6958..0000000 --- a/themes/XMin/layouts/_default/list.html +++ /dev/null @@ -1,20 +0,0 @@ -{{ partial "header.html" . }} - -{{if not .IsHome }} -

{{ .Title | markdownify }}

-{{ end }} - -{{ .Content }} - - - -{{ partial "footer.html" . }} \ No newline at end of file diff --git a/themes/XMin/layouts/_default/single.html b/themes/XMin/layouts/_default/single.html deleted file mode 100644 index ed638ae..0000000 --- a/themes/XMin/layouts/_default/single.html +++ /dev/null @@ -1,10 +0,0 @@ -{{ partial "header.html" . }} -
-

{{ .Title | markdownify }}

-
- -
-{{ .Content }} -
- -{{ partial "footer.html" . }} diff --git a/themes/XMin/layouts/_default/terms.html b/themes/XMin/layouts/_default/terms.html deleted file mode 100644 index 71f47e7..0000000 --- a/themes/XMin/layouts/_default/terms.html +++ /dev/null @@ -1,13 +0,0 @@ -{{ partial "header.html" . }} - -

{{ .Title }}

- - - -{{ partial "footer.html" . }} diff --git a/themes/XMin/layouts/partials/foot_custom.html b/themes/XMin/layouts/partials/foot_custom.html deleted file mode 100644 index 970c41c..0000000 --- a/themes/XMin/layouts/partials/foot_custom.html +++ /dev/null @@ -1,24 +0,0 @@ -{{ if .Param "comments" }} -

comments

- - - - -{{ end }} \ No newline at end of file diff --git a/themes/XMin/layouts/partials/footer.html b/themes/XMin/layouts/partials/footer.html deleted file mode 100644 index 082588d..0000000 --- a/themes/XMin/layouts/partials/footer.html +++ /dev/null @@ -1,16 +0,0 @@ - - - diff --git a/themes/XMin/layouts/partials/head_custom.html b/themes/XMin/layouts/partials/head_custom.html deleted file mode 100644 index e69de29..0000000 diff --git a/themes/XMin/layouts/partials/header.html b/themes/XMin/layouts/partials/header.html deleted file mode 100644 index 4f431eb..0000000 --- a/themes/XMin/layouts/partials/header.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - {{ .Title }} | {{ .Site.Title }} - - - {{ partial "head_custom.html" . }} - - - - -- cgit v1.2.3-ZIG