From: Duje Mihanović Date: Sat, 16 Sep 2023 10:34:24 +0000 (+0200) Subject: Only have one h1 per page X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=2418d7d31036b2a211d521b1313f8073bf8cf497;p=dujemihanovic.xyz.git Only have one h1 per page --- diff --git a/content/posts/dropping-gitea/index.md b/content/posts/dropping-gitea/index.md index 1ea9085..63ba06e 100644 --- a/content/posts/dropping-gitea/index.md +++ b/content/posts/dropping-gitea/index.md @@ -22,7 +22,7 @@ older computers and weaker internet connections. I also expect to move some of my previous projects from Git{Hub,Lab} here relatively soon. -# What about the old site? +## What about the old site? I will keep it as an option in case I by some miracle end up creating a project with lots of outside contribution as that's when it would become truly useful. Until then, I always accept patches sent with the venerable diff --git a/content/posts/site-is-now-on-gitea/index.md b/content/posts/site-is-now-on-gitea/index.md index d7ea8b1..3e69baf 100644 --- a/content/posts/site-is-now-on-gitea/index.md +++ b/content/posts/site-is-now-on-gitea/index.md @@ -15,5 +15,5 @@ found [here](https://git-send-email.io). For convenience and to emphasize this, I have also added a "This site is free software" link to the footer, right under the RSS button. -# Edits +## Edits * 2023-08-19: Change links to point to gitweb instance diff --git a/content/posts/updating-dendrite/index.md b/content/posts/updating-dendrite/index.md index 6e21f56..e44eca1 100644 --- a/content/posts/updating-dendrite/index.md +++ b/content/posts/updating-dendrite/index.md @@ -5,7 +5,7 @@ date: 2023-08-24T16:41:53+02:00 I decided to share the method I just devised for updating (and perhaps installing) Dendrite on my VPS. -# Motivation +## Motivation I discovered that yesterday (as of writing), Dendrite was updated to [0.13.2](https://github.com/matrix-org/dendrite/releases/tag/v0.13.2), and I was running 0.13.1. Because old thing bad and new thing good, I decided to update @@ -29,7 +29,7 @@ I looked around to see if maybe Go has its own Debian repository, but I was out of luck. It seemed that the 2 options were either install Go from source or just stick with Dendrite 0.13.1, but in the end I decided on a 3rd solution: -# Compiling it locally +## Compiling it locally My personal machine runs Artix, so there should be no problem with outdated Go (or anything really) whatsoever. I figured that I could compile Dendrite on my personal machine and then `rsync` the binaries onto my VPS, just like I did with diff --git a/content/posts/windows-backup/index.md b/content/posts/windows-backup/index.md index e6ab8bb..d8020a7 100644 --- a/content/posts/windows-backup/index.md +++ b/content/posts/windows-backup/index.md @@ -2,7 +2,7 @@ title: "Windows Backup fails with 0x81000037? Check your filesystem" date: 2023-08-17T17:58:49+02:00 --- -# The Problem +## The Problem Yesterday, in preparation for a "downgrade" to Windows 10 from 11, I was trying to make a backup of my Windows files *(using the Windows 7 Backup and Restore control panel)*. Not long after it actually started copying the files, it spat @@ -28,7 +28,7 @@ me that there are certain cache files that caused it to fail, so I deleted them and tried again. The backup again failed and I tried doing this a few more times, but as nothing helped I eventually gave up. -# The Solution +## The Solution Having been unable to fix Windows' backup utility, I decided to just copy the files to the backup drive and copy them over back after the "downgrade". This is when the actual solution to my problem becomes visible: Windows Explorer @@ -49,7 +49,7 @@ running, then amazed by how fast and snappy Windows 10 is compared to its (I don't expect to get around to writing such post anytime soon though.) -# *"Why are you writing about this?"* +## *"Why are you writing about this?"* As you may know, Microsoft stuff is notorious for being not very well documented and it's entirely possible *(even if very unlikely)* that someone else encounters the same issue I have and is left helpless thanks to Windows' lack of a diff --git a/layouts/index.html b/layouts/index.html index 567a4ab..98ec5e6 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,6 @@ {{ define "main" }} {{ .Content }} -

Recent Posts

+

Recent Posts