Added 404, Linktree, moved blog to /blog from index, improved markdown frontmatter to accept tags

This commit is contained in:
2026-06-07 22:51:22 +02:00
parent 87dab6e5a1
commit d0b9fd5144
12 changed files with 448 additions and 31 deletions
+4 -1
View File
@@ -2,6 +2,7 @@
title: Markdown Test
date: 2026-06-07
published: true
tags: [blog, nix, astro]
---
# Heading 1
@@ -27,7 +28,9 @@ This is a normal paragraph with **bold text**, *italic text*, and `inline code`.
## Links and Images
[Visit Gitea](https://git.cyperpunk.de)
![Image](http://localhost:4321/avatar.jpg)
![Square Image](http://localhost:4321/avatar.jpg)
![Landscape Image](https://images8.alphacoders.com/560/thumb-1920-560986.jpg)
![Portrait Image](https://mfiles.alphacoders.com/101/thumb-1920-1012746.jpeg)
---