From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- themes/simple/layouts/partials/comments.html | 9 - themes/simple/layouts/partials/footer.html | 62 ------- themes/simple/layouts/partials/head.html | 21 --- themes/simple/layouts/partials/navigation.html | 29 ---- themes/simple/layouts/partials/read-more.html | 16 -- themes/simple/layouts/partials/search.html | 191 ---------------------- themes/simple/layouts/partials/side-projects.html | 40 ----- 7 files changed, 368 deletions(-) delete mode 100644 themes/simple/layouts/partials/comments.html delete mode 100644 themes/simple/layouts/partials/footer.html delete mode 100644 themes/simple/layouts/partials/head.html delete mode 100644 themes/simple/layouts/partials/navigation.html delete mode 100644 themes/simple/layouts/partials/read-more.html delete mode 100644 themes/simple/layouts/partials/search.html delete mode 100644 themes/simple/layouts/partials/side-projects.html (limited to 'themes/simple/layouts/partials') diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html deleted file mode 100644 index 50c28ca..0000000 --- a/themes/simple/layouts/partials/comments.html +++ /dev/null @@ -1,9 +0,0 @@ -
-

Want to comment or have something to add?

- -

- You can write me an email at - m@mitjafelicijan.com or catch up with me - on Telegram. -

-
diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html deleted file mode 100644 index 8367f21..0000000 --- a/themes/simple/layouts/partials/footer.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - -{{ if ne .IsHome true }} - - - - -{{ end }} - -{{ if ne .IsHome true }} - - -{{ end }} \ No newline at end of file diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html deleted file mode 100644 index fc481fc..0000000 --- a/themes/simple/layouts/partials/head.html +++ /dev/null @@ -1,21 +0,0 @@ -{{ $cachebuster := delimit (shuffle (split (md5 "6fab11c6669976d759d2992eff1dd5be") "" )) "" }} - - - - - - - - - - - - -{{ .Title }} - - - - - - - diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html deleted file mode 100644 index 73ae0ce..0000000 --- a/themes/simple/layouts/partials/navigation.html +++ /dev/null @@ -1,29 +0,0 @@ -
-
- - - -
-
diff --git a/themes/simple/layouts/partials/read-more.html b/themes/simple/layouts/partials/read-more.html deleted file mode 100644 index 9de1554..0000000 --- a/themes/simple/layouts/partials/read-more.html +++ /dev/null @@ -1,16 +0,0 @@ -
-

Read more from this site

- -
diff --git a/themes/simple/layouts/partials/search.html b/themes/simple/layouts/partials/search.html deleted file mode 100644 index f157f03..0000000 --- a/themes/simple/layouts/partials/search.html +++ /dev/null @@ -1,191 +0,0 @@ -{{ $cachebuster := delimit (shuffle (split (md5 "6fab11c6669976d759d2992eff1dd5be") "" )) "" }} - - - - - diff --git a/themes/simple/layouts/partials/side-projects.html b/themes/simple/layouts/partials/side-projects.html deleted file mode 100644 index 462ff45..0000000 --- a/themes/simple/layouts/partials/side-projects.html +++ /dev/null @@ -1,40 +0,0 @@ -
-

Side projects I work/worked on

- - - -

* For more projects, check out - my Git - server. Most of the projects there are probably work in progress and - should be considered as such.

- -
-- cgit v1.2.3