Migrate to Zola #1
@ -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-<Title>`. 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)
|
||||
|
@ -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"
|
||||
+++
|
||||
|
@ -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"
|
||||
+++
|
||||
|
@ -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"
|
||||
+++
|
||||
|
@ -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"
|
||||
+++
|
||||
|
@ -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"
|
||||
+++
|
||||
|
@ -3,4 +3,6 @@ title = "Blog Posts"
|
||||
template = "blog.html"
|
||||
|
||||
sort_by = "date"
|
||||
|
||||
aliases = [ "posts.html" ]
|
||||
+++
|
@ -1,4 +1,6 @@
|
||||
+++
|
||||
title = "Developer Information"
|
||||
template = "developers.html"
|
||||
|
||||
aliases = [ "developers.html" ]
|
||||
+++
|
Loading…
Reference in New Issue
Block a user