From 5c725da01e7628ff778801f86ebbb581ec67dc7c Mon Sep 17 00:00:00 2001
From: =?utf8?q?Duje=20Mihanovi=C4=87?= <duje.mihanovic@skole.hr>
Date: Sat, 16 Sep 2023 14:01:50 +0200
Subject: [PATCH] Add summaries to all posts

---
 content/posts/dropping-gitea/index.md       | 1 +
 content/posts/first-post/index.md           | 1 +
 content/posts/projects/index.md             | 1 +
 content/posts/rss-updates/index.md          | 1 +
 content/posts/site-is-now-on-gitea/index.md | 1 +
 content/posts/updating-dendrite/index.md    | 1 +
 content/posts/windows-backup/index.md       | 1 +
 7 files changed, 7 insertions(+)

diff --git a/content/posts/dropping-gitea/index.md b/content/posts/dropping-gitea/index.md
index 63ba06e..00b4e05 100644
--- a/content/posts/dropping-gitea/index.md
+++ b/content/posts/dropping-gitea/index.md
@@ -1,6 +1,7 @@
 ---
 title: "Dropping Gitea"
 date: 2023-08-18T22:44:54+02:00
+summary: I have dropped Gitea for GitWeb.
 ---
 I have decided to drop Gitea as it's only really useful when you have multiple
 people collaborating on a project and is just bloatware otherwise. To
diff --git a/content/posts/first-post/index.md b/content/posts/first-post/index.md
index 5479484..6cc4edd 100644
--- a/content/posts/first-post/index.md
+++ b/content/posts/first-post/index.md
@@ -1,6 +1,7 @@
 ---
 title: "First Post"
 date: 2023-08-05T21:21:40+02:00
+summary: First post on my new website.
 ---
 This is the first post on my new blog. I don't expect to write much at all, but
 if I do it will most likely be about my experiences with Linux on smartphones
diff --git a/content/posts/projects/index.md b/content/posts/projects/index.md
index fcf96ff..79e4d2d 100644
--- a/content/posts/projects/index.md
+++ b/content/posts/projects/index.md
@@ -1,6 +1,7 @@
 ---
 title: "My projects are now listed on the website"
 date: 2023-09-16T13:15:59+02:00
+summary: "\"echo $title\""
 ---
 I have created a [new section](/projects) of the site dedicated to my projects.
 Currently the section numbers one whole project, that being [my effort to get
diff --git a/content/posts/rss-updates/index.md b/content/posts/rss-updates/index.md
index d59af8e..2194e50 100644
--- a/content/posts/rss-updates/index.md
+++ b/content/posts/rss-updates/index.md
@@ -1,6 +1,7 @@
 ---
 title: "RSS updates"
 date: 2023-08-30T18:55:52+02:00
+summary: Small changes to the RSS feed.
 ---
 I have made some small, but important changes to the way the RSS feed of the site
 is generated.
diff --git a/content/posts/site-is-now-on-gitea/index.md b/content/posts/site-is-now-on-gitea/index.md
index 3e69baf..4ce5d8d 100644
--- a/content/posts/site-is-now-on-gitea/index.md
+++ b/content/posts/site-is-now-on-gitea/index.md
@@ -1,6 +1,7 @@
 ---
 title: "Site is now on Gitea"
 date: 2023-08-06T19:27:40+02:00
+summary: The site's source code is now on Gitea.
 ---
 Even though the site is still nothing special,
 I have published its source code on
diff --git a/content/posts/updating-dendrite/index.md b/content/posts/updating-dendrite/index.md
index e44eca1..6222dcb 100644
--- a/content/posts/updating-dendrite/index.md
+++ b/content/posts/updating-dendrite/index.md
@@ -1,6 +1,7 @@
 ---
 title: "Updating/installing Dendrite"
 date: 2023-08-24T16:41:53+02:00
+summary: How to update/install Dendrite when you don't have a recent enough Golang on your server.
 ---
 I decided to share the method I just devised for updating (and perhaps
 installing) Dendrite on my VPS.
diff --git a/content/posts/windows-backup/index.md b/content/posts/windows-backup/index.md
index d8020a7..9910e75 100644
--- a/content/posts/windows-backup/index.md
+++ b/content/posts/windows-backup/index.md
@@ -1,6 +1,7 @@
 ---
 title: "Windows Backup fails with 0x81000037? Check your filesystem"
 date: 2023-08-17T17:58:49+02:00
+summary: A weird issue with Windows Backup and how I fixed it.
 ---
 ## The Problem
 Yesterday, in preparation for a "downgrade" to Windows 10 from 11, I was trying
-- 
2.39.5