From 1ac073cc30a23b68371e819c77422b4906dd4f20 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 20 Dec 2022 20:33:57 +0100 Subject: Move to bare theme. --- 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 ++++ 7 files changed, 212 insertions(+) create mode 100755 themes/bare/layouts/partials/comments.html create mode 100755 themes/bare/layouts/partials/footer.html create mode 100755 themes/bare/layouts/partials/head.html create mode 100755 themes/bare/layouts/partials/navigation.html create mode 100755 themes/bare/layouts/partials/openring.html create mode 100644 themes/bare/layouts/partials/read-more.html create mode 100644 themes/bare/layouts/partials/side-projects.html (limited to 'themes/bare/layouts/partials') diff --git a/themes/bare/layouts/partials/comments.html b/themes/bare/layouts/partials/comments.html new file mode 100755 index 0000000..b905967 --- /dev/null +++ b/themes/bare/layouts/partials/comments.html @@ -0,0 +1,21 @@ +
+

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 new file mode 100755 index 0000000..ced622d --- /dev/null +++ b/themes/bare/layouts/partials/footer.html @@ -0,0 +1,54 @@ + + + + + +{{ 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 new file mode 100755 index 0000000..14ec02e --- /dev/null +++ b/themes/bare/layouts/partials/head.html @@ -0,0 +1,31 @@ + + + + + + + + + + +{{ .Title }} + + + + + + + diff --git a/themes/bare/layouts/partials/navigation.html b/themes/bare/layouts/partials/navigation.html new file mode 100755 index 0000000..5797b78 --- /dev/null +++ b/themes/bare/layouts/partials/navigation.html @@ -0,0 +1,16 @@ +
+
+
+ +
+ + +
+
diff --git a/themes/bare/layouts/partials/openring.html b/themes/bare/layouts/partials/openring.html new file mode 100755 index 0000000..0407b34 --- /dev/null +++ b/themes/bare/layouts/partials/openring.html @@ -0,0 +1,64 @@ +
+

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 new file mode 100644 index 0000000..d604bfc --- /dev/null +++ b/themes/bare/layouts/partials/read-more.html @@ -0,0 +1,16 @@ +
+

Read more from this site

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

Side projects I worked on

+ +
-- cgit v1.2.3