From 8d014338b29e02b290a5e1c926532fe0f7b7cca6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 31 Jan 2022 05:01:02 +0100 Subject: Removed YapYap from the site --- yapyap/feed.yaml | 30 -------- yapyap/template.xml | 26 ------- yapyap/theme.xsl | 198 ---------------------------------------------------- yapyap/yapyap.xml | 60 ---------------- 4 files changed, 314 deletions(-) delete mode 100644 yapyap/feed.yaml delete mode 100644 yapyap/template.xml delete mode 100644 yapyap/theme.xsl delete mode 100644 yapyap/yapyap.xml diff --git a/yapyap/feed.yaml b/yapyap/feed.yaml deleted file mode 100644 index b7088f9..0000000 --- a/yapyap/feed.yaml +++ /dev/null @@ -1,30 +0,0 @@ -feed: - author: Mitja Felicijan - link: https://mitjafelicijan.com - email: m@mitjafelicijan.com - -posts: - - - text: | - Containers are wonderful, but they come with a lot of baggage. And because they are in their nature layered, the images require quite a lot of space and also a lot of additional software to handle them. They are not as lightweight as they seem, and many popular images require 500 MB plus disk space. - The idea of running this as PID 1 would result in a significantly smaller footprint, as we will see later in the post. - https://mitjafelicijan.com/running-golang-application-as-pid1.html - date: Sat, 29 Jan 2022 08:00:00 EST - image: /assets/yapyap/pid1.jpg - - - text: | - A while ago I bought a small eInk display Inky pHAT and I have a bunch of Raspberry Pi's Zero lying around that I really need to use. - A cool, simple evening project using some of the parts I had lying at home. - https://mitjafelicijan.com/simple-world-clock-with-eiink-display-and-raspberry-pi-zero.html - date: Sat, 29 Jan 2022 08:00:00 EST - image: /assets/world-clock/world-clock.jpg - - - text: | - A simple microblogging platform that you host yourself and is a valid RSS feed. - Done with XSL (The Extensible Stylesheet Language). - https://git.mitjafelicijan.com/yapyap.git/ - date: Sat, 29 Jan 2022 08:00:00 EST - - - text: It has to start somewhere! 🖖🤯🥷🦄 - date: Fri, 28 Jan 2022 08:00:00 EST - image: /assets/yapyap/hello.png diff --git a/yapyap/template.xml b/yapyap/template.xml deleted file mode 100644 index 3333cc8..0000000 --- a/yapyap/template.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - {{ .Feed.Author }} - {{ .Feed.Link }} - {{ .Feed.Email }} ({{ .Feed.Author }}) - YapYap - - {{ range $i, $e := .Posts }} - - - {{ $i }} - {{ .Text | nl2br }} - {{ .Date }} - - {{if .Image }} - - {{end}} - - - {{ end }} - - - diff --git a/yapyap/theme.xsl b/yapyap/theme.xsl deleted file mode 100644 index f9af006..0000000 --- a/yapyap/theme.xsl +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - - - - - -
-
-
-

-

- - - - - - - - -

-
-
-
- -
- - - - -
- - -
- - - - - -
-
- -
- -

-
- - -
- -
-
-
- -
-
- -
- - - - -
-
diff --git a/yapyap/yapyap.xml b/yapyap/yapyap.xml deleted file mode 100644 index e001a99..0000000 --- a/yapyap/yapyap.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - Mitja Felicijan - https://mitjafelicijan.com - m@mitjafelicijan.com (Mitja Felicijan) - YapYap - - - - - 0 - Containers are wonderful, but they come with a lot of baggage. And because they are in their nature layered, the images require quite a lot of space and also a lot of additional software to handle them. They are not as lightweight as they seem, and many popular images require 500 MB plus disk space.

The idea of running this as PID 1 would result in a significantly smaller footprint, as we will see later in the post.

https://mitjafelicijan.com/running-golang-application-as-pid1.html
- Sat, 29 Jan 2022 08:00:00 EST - - - - - -
- - - - 1 - A while ago I bought a small eInk display Inky pHAT and I have a bunch of Raspberry Pi's Zero lying around that I really need to use.

A cool, simple evening project using some of the parts I had lying at home.

https://mitjafelicijan.com/simple-world-clock-with-eiink-display-and-raspberry-pi-zero.html
- Sat, 29 Jan 2022 08:00:00 EST - - - - - -
- - - - 2 - A simple microblogging platform that you host yourself and is a valid RSS feed.

Done with XSL (The Extensible Stylesheet Language).

https://git.mitjafelicijan.com/yapyap.git/
- Sat, 29 Jan 2022 08:00:00 EST - - - -
- - - - 3 - It has to start somewhere! 🖖🤯🥷🦄 - Fri, 28 Jan 2022 08:00:00 EST - - - - - - - - -
-
-- cgit v1.2.3