Use tags instead of subdescription, display date on articles
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user