fix: Add aliases

This commit is contained in:
2024-01-13 13:44:09 +01:00
parent 5d62bd065c
commit b8e01ef426
8 changed files with 16 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ title = "Moxxy's New Website"
date = "2023-01-24"
template = "post.html"
aliases = [ "posts/2023-01-24-Moxxys-New-Website.html" ]
[extra]
author = "PapaTutuWawa"
+++

View File

@@ -3,6 +3,8 @@ title = "Moxxy's First GSoC Project!"
date = "2023-05-06"
template = "post.html"
aliases = [ "posts/2023-05-06-Groupchat-GSoC-Project.html" ]
[extra]
author = "Ikjot Singh Dhody"
+++

View File

@@ -3,6 +3,8 @@ title = "XEP-0045 implementation in Moxxmpp"
date = "2023-06-17"
template = "post.html"
aliases = [ "posts/2023-06-17-XEP-0045-In-Moxxmpp.html" ]
[extra]
author = "Ikjot Singh Dhody"
+++

View File

@@ -3,6 +3,8 @@ title = "Joining an MUC with Moxxy!"
date = "2023-07-24"
template = "post.html"
aliases = [ "posts/2023-07-24-Join-MUC-With-Moxxy.html" ]
[extra]
author = "Ikjot Singh Dhody"
+++

View File

@@ -3,6 +3,8 @@ title = "GSoC report - Moxxy MUC implementation"
date = "2023-08-20"
template = "post.html"
aliases = [ "posts/2023-08-20-Moxxy-MUC-GSoC-Final-Report.html" ]
[extra]
author = "Ikjot Singh Dhody"
+++

View File

@@ -3,4 +3,6 @@ title = "Blog Posts"
template = "blog.html"
sort_by = "date"
aliases = [ "posts.html" ]
+++

View File

@@ -1,4 +1,6 @@
+++
title = "Developer Information"
template = "developers.html"
aliases = [ "developers.html" ]
+++