From 23542c9a37a18f1d18c7739241bdef19c0be0124 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 26 Jan 2023 11:38:51 +0100 Subject: Removal of bare theme --- themes/bare/layouts/404.html | 0 themes/bare/layouts/_default/baseof.html | 14 ------ themes/bare/layouts/_default/list.html | 21 -------- themes/bare/layouts/_default/rss.xml | 27 ----------- themes/bare/layouts/_default/single.html | 20 -------- themes/bare/layouts/partials/comments.html | 21 -------- themes/bare/layouts/partials/footer.html | 54 --------------------- themes/bare/layouts/partials/head.html | 31 ------------ themes/bare/layouts/partials/navigation.html | 16 ------- themes/bare/layouts/partials/openring.html | 64 ------------------------- themes/bare/layouts/partials/read-more.html | 16 ------- themes/bare/layouts/partials/side-projects.html | 10 ---- 12 files changed, 294 deletions(-) delete mode 100755 themes/bare/layouts/404.html delete mode 100755 themes/bare/layouts/_default/baseof.html delete mode 100755 themes/bare/layouts/_default/list.html delete mode 100755 themes/bare/layouts/_default/rss.xml delete mode 100755 themes/bare/layouts/_default/single.html delete mode 100755 themes/bare/layouts/partials/comments.html delete mode 100755 themes/bare/layouts/partials/footer.html delete mode 100755 themes/bare/layouts/partials/head.html delete mode 100755 themes/bare/layouts/partials/navigation.html delete mode 100755 themes/bare/layouts/partials/openring.html delete mode 100644 themes/bare/layouts/partials/read-more.html delete mode 100644 themes/bare/layouts/partials/side-projects.html (limited to 'themes/bare/layouts') diff --git a/themes/bare/layouts/404.html b/themes/bare/layouts/404.html deleted file mode 100755 index e69de29..0000000 diff --git a/themes/bare/layouts/_default/baseof.html b/themes/bare/layouts/_default/baseof.html deleted file mode 100755 index 79c7684..0000000 --- a/themes/bare/layouts/_default/baseof.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -{{ partial "head.html" . }} - - - {{ partial "navigation.html" . }} -
- {{ block "main" . }}{{ end }} -
- {{ partial "footer.html" . }} - - - \ No newline at end of file diff --git a/themes/bare/layouts/_default/list.html b/themes/bare/layouts/_default/list.html deleted file mode 100755 index 73952eb..0000000 --- a/themes/bare/layouts/_default/list.html +++ /dev/null @@ -1,21 +0,0 @@ -{{ define "main" }} -
- - - - -
-{{ end }} diff --git a/themes/bare/layouts/_default/rss.xml b/themes/bare/layouts/_default/rss.xml deleted file mode 100755 index 6a35b96..0000000 --- a/themes/bare/layouts/_default/rss.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {{ .Site.Author.name }} - {{ .Permalink }} - {{ .Site.Params.description }} - en-us - - {{ range (where .Site.RegularPages "Section" "posts") }} - - - {{ .Title }} - {{ .Permalink }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} - {{ .Permalink }} - - {{ " - {{ " - - - {{end}} - - - - diff --git a/themes/bare/layouts/_default/single.html b/themes/bare/layouts/_default/single.html deleted file mode 100755 index 23a60a9..0000000 --- a/themes/bare/layouts/_default/single.html +++ /dev/null @@ -1,20 +0,0 @@ -{{ define "main" }} -
- - -
-
-

{{ .Title }}

- - {{ if in .Type "posts" }} - - {{ end }} -
- -
- {{.Content}} -
-
- -
-{{ end }} diff --git a/themes/bare/layouts/partials/comments.html b/themes/bare/layouts/partials/comments.html deleted file mode 100755 index b905967..0000000 --- a/themes/bare/layouts/partials/comments.html +++ /dev/null @@ -1,21 +0,0 @@ -
-

Leave a comment

-

You can write me an email at m@mitjafelicijan.com or comment bellow.

-
- - - - -
diff --git a/themes/bare/layouts/partials/footer.html b/themes/bare/layouts/partials/footer.html deleted file mode 100755 index ced622d..0000000 --- a/themes/bare/layouts/partials/footer.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - -{{ if ne .IsHome true }} - - - - -{{ end }} - -{{ if ne .IsHome true }} - - -{{ end }} diff --git a/themes/bare/layouts/partials/head.html b/themes/bare/layouts/partials/head.html deleted file mode 100755 index 14ec02e..0000000 --- a/themes/bare/layouts/partials/head.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - -{{ .Title }} - - - - - - - diff --git a/themes/bare/layouts/partials/navigation.html b/themes/bare/layouts/partials/navigation.html deleted file mode 100755 index 5797b78..0000000 --- a/themes/bare/layouts/partials/navigation.html +++ /dev/null @@ -1,16 +0,0 @@ -
-
-
- -
- - -
-
diff --git a/themes/bare/layouts/partials/openring.html b/themes/bare/layouts/partials/openring.html deleted file mode 100755 index 0407b34..0000000 --- a/themes/bare/layouts/partials/openring.html +++ /dev/null @@ -1,64 +0,0 @@ -
-

Articles from blogs I follow around the net

- -
- -
- Haskell in Production: e-bot7 -

In this edition of our Haskell in Production series, we feature e-bot7 – a low-code conversational AI platform designed for customer service and support. Read the i…

-
- Via Serokell Blog on December 12, 2022 -
-
- - - - - -
- I shall toil at a reduced volume -

Over the last nine years I have written 300,000 words for this blog on the -topics which are important to me. I am not certain that I have much left to say. -I can keep…

-
- Via Drew DeVault's blog on December 1, 2022 -
-
- - - -
- DKGs in Groups -

This is a short post on distributed key generation (DKG) -in the context of cryptographic groups, such as elliptic curves.

-
- Via Posts on Cronokirby's Blog on October 9, 2022 -
-
- -
- -

- Generated with openring. -

-
diff --git a/themes/bare/layouts/partials/read-more.html b/themes/bare/layouts/partials/read-more.html deleted file mode 100644 index d604bfc..0000000 --- a/themes/bare/layouts/partials/read-more.html +++ /dev/null @@ -1,16 +0,0 @@ -
-

Read more from this site

- -
diff --git a/themes/bare/layouts/partials/side-projects.html b/themes/bare/layouts/partials/side-projects.html deleted file mode 100644 index 5cca9b6..0000000 --- a/themes/bare/layouts/partials/side-projects.html +++ /dev/null @@ -1,10 +0,0 @@ -
-

Side projects I worked on

- -
-- cgit v1.2.3