]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
Only have one h1 per page
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 16 Sep 2023 10:34:24 +0000 (12:34 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 16 Sep 2023 10:35:35 +0000 (12:35 +0200)
content/posts/dropping-gitea/index.md
content/posts/site-is-now-on-gitea/index.md
content/posts/updating-dendrite/index.md
content/posts/windows-backup/index.md
layouts/index.html

index 1ea9085b230bb7a5f49edab20bf90d17d9679457..63ba06ed395b6e7d8be8d55311b5183836e358f8 100644 (file)
@@ -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
index d7ea8b17d2b720a89214d10f978d76954c087233..3e69baf62511053713fc0d46f646c44a0b8c806b 100644 (file)
@@ -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
index 6e21f565dbc6f3e753cac50cdd06f21b67dd61dd..e44eca161e8a76f0dd37419aff3f0899418764ef 100644 (file)
@@ -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
index e6ab8bba409efc34e888ec5f65ecbc0ef789404f..d8020a7c45f09cbaf6955098bf58760dce79d5b0 100644 (file)
@@ -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
index 567a4ab6d6856a1c69a7996b8d11dda424471cb1..98ec5e6df9181db984ea80750f36184c278482ea 100644 (file)
@@ -1,6 +1,6 @@
 {{ define "main" }}
 {{ .Content }}
-<h1>Recent Posts</h1>
+<h2>Recent Posts</h2>
 <ul>
        {{ range first 5 ($.Site.GetPage "/posts").Pages }}
        <li><a href="{{ .RelPermalink }}">{{ .Title }}</a> - {{ .Date.Format "January 2, 2006" }}</li>