diff --git a/README.md b/README.md index c277b5c..15140a3 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ If you want to add a blog post, considert the following: - If the post should contain media, create a directory in `./content/blog/` with the following naming scheme `YYYY-MM-DD-`. Inside that directory, create an `index.md` file where you can write the post in Markdown. The media files can then be placed inside that directory and included using `![](file-name.ext)`. - If the post does not contain media, create a file in `./content/blog/` with the following naming scheme `YYYY-MM-DD-<Title>`. Inside that file you can write the post in Markdown. +Note that the existing posts specify an alias as this site has been migrated from jekyll to zola. It is not required for new posts. + ## License See [`./LICENSE`](./LICENSE) diff --git a/content/blog/2023-01-24-Moxxys-New-Website.md b/content/blog/2023-01-24-Moxxys-New-Website.md index 943cbd0..5382634 100644 --- a/content/blog/2023-01-24-Moxxys-New-Website.md +++ b/content/blog/2023-01-24-Moxxys-New-Website.md @@ -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" +++ diff --git a/content/blog/2023-05-06-Groupchat-GSoC-Project.md b/content/blog/2023-05-06-Groupchat-GSoC-Project.md index 1fca82e..8c7ff06 100644 --- a/content/blog/2023-05-06-Groupchat-GSoC-Project.md +++ b/content/blog/2023-05-06-Groupchat-GSoC-Project.md @@ -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" +++ diff --git a/content/blog/2023-06-17-XEP-0045-In-Moxxmpp.md b/content/blog/2023-06-17-XEP-0045-In-Moxxmpp.md index 7644f9e..00f50a2 100644 --- a/content/blog/2023-06-17-XEP-0045-In-Moxxmpp.md +++ b/content/blog/2023-06-17-XEP-0045-In-Moxxmpp.md @@ -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" +++ diff --git a/content/blog/2023-07-24-Join-MUC-With Moxxy.md b/content/blog/2023-07-24-Join-MUC-With Moxxy.md index 9b0e267..7f8ede3 100644 --- a/content/blog/2023-07-24-Join-MUC-With Moxxy.md +++ b/content/blog/2023-07-24-Join-MUC-With Moxxy.md @@ -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" +++ diff --git a/content/blog/2023-08-20-Moxxy-MUC-GSoC-Final-Report/index.md b/content/blog/2023-08-20-Moxxy-MUC-GSoC-Final-Report/index.md index 6dde337..9ba49bf 100644 --- a/content/blog/2023-08-20-Moxxy-MUC-GSoC-Final-Report/index.md +++ b/content/blog/2023-08-20-Moxxy-MUC-GSoC-Final-Report/index.md @@ -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" +++ diff --git a/content/blog/_index.md b/content/blog/_index.md index b1dc633..bf0b203 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -3,4 +3,6 @@ title = "Blog Posts" template = "blog.html" sort_by = "date" + +aliases = [ "posts.html" ] +++ \ No newline at end of file diff --git a/content/developers.md b/content/developers.md index ab13d56..aefafab 100644 --- a/content/developers.md +++ b/content/developers.md @@ -1,4 +1,6 @@ +++ title = "Developer Information" template = "developers.html" + +aliases = [ "developers.html" ] +++ \ No newline at end of file