Use tags instead of subdescription, display date on articles

This commit is contained in:
Riyyi
2025-04-05 17:26:05 +02:00
parent aebff49be9
commit a3400f401c
7 changed files with 47 additions and 11 deletions
+5 -2
View File
@@ -2,9 +2,12 @@
title: "My First Blog Post"
description: "This is a test article."
navigation: true
sub: "C++20, GLSL, Lua"
img: "/img/personal-website/login.png"
date: "2025-03-01"
img: "/img/personal-website/login.png"
tags:
- C++20
- GLSL
- Lua
---
Foobarbazbuz.
+5 -2
View File
@@ -2,9 +2,12 @@
title: "Personal Website"
description: "An open-source content management system, used for this website."
navigation: false
sub: "PHP 7, MySQL, jQuery"
img: "/img/personal-website/admin-menu.png"
date: "2025-03-03"
img: "/img/personal-website/admin-menu.png"
tags:
- PHP 7
- MySQL
- jQuery
---
<small>Open-source content management system.<br>
+3 -2
View File
@@ -2,9 +2,10 @@
title: "My Second Blog Post"
description: "This is another article."
navigation: false
sub: "Bash"
img: "/img/personal-website/reset-password.png"
date: "2025-03-02"
img: "/img/personal-website/reset-password.png"
tags:
- Bash
---
This is another article.