Compare commits
5 Commits
5d62bd065c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ac1d00b5c | |||
| da581713b6 | |||
| 2d0601a59e | |||
| 7de5d8fdea | |||
| b8e01ef426 |
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,8 +1,8 @@
|
|||||||
|
# NixOS
|
||||||
result
|
result
|
||||||
.envrc
|
.envrc
|
||||||
.direnv/
|
.direnv/
|
||||||
|
|
||||||
.jekyll-cache/
|
# Build artifacts
|
||||||
_site/
|
static/css/index.css
|
||||||
|
public/
|
||||||
assets/css/index.css
|
|
||||||
@@ -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 ``.
|
- 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 ``.
|
||||||
- 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.
|
- 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
|
## License
|
||||||
|
|
||||||
See [`./LICENSE`](./LICENSE)
|
See [`./LICENSE`](./LICENSE)
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ title = "Moxxy's New Website"
|
|||||||
date = "2023-01-24"
|
date = "2023-01-24"
|
||||||
template = "post.html"
|
template = "post.html"
|
||||||
|
|
||||||
|
aliases = [ "posts/2023-01-24-Moxxys-New-Website.html" ]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
author = "PapaTutuWawa"
|
author = "PapaTutuWawa"
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ title = "Moxxy's First GSoC Project!"
|
|||||||
date = "2023-05-06"
|
date = "2023-05-06"
|
||||||
template = "post.html"
|
template = "post.html"
|
||||||
|
|
||||||
|
aliases = [ "posts/2023-05-06-Groupchat-GSoC-Project.html" ]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
author = "Ikjot Singh Dhody"
|
author = "Ikjot Singh Dhody"
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ title = "XEP-0045 implementation in Moxxmpp"
|
|||||||
date = "2023-06-17"
|
date = "2023-06-17"
|
||||||
template = "post.html"
|
template = "post.html"
|
||||||
|
|
||||||
|
aliases = [ "posts/2023-06-17-XEP-0045-In-Moxxmpp.html" ]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
author = "Ikjot Singh Dhody"
|
author = "Ikjot Singh Dhody"
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ title = "Joining an MUC with Moxxy!"
|
|||||||
date = "2023-07-24"
|
date = "2023-07-24"
|
||||||
template = "post.html"
|
template = "post.html"
|
||||||
|
|
||||||
|
aliases = [ "posts/2023-07-24-Join-MUC-With-Moxxy.html" ]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
author = "Ikjot Singh Dhody"
|
author = "Ikjot Singh Dhody"
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ title = "GSoC report - Moxxy MUC implementation"
|
|||||||
date = "2023-08-20"
|
date = "2023-08-20"
|
||||||
template = "post.html"
|
template = "post.html"
|
||||||
|
|
||||||
|
aliases = [ "posts/2023-08-20-Moxxy-MUC-GSoC-Final-Report.html" ]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
author = "Ikjot Singh Dhody"
|
author = "Ikjot Singh Dhody"
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -3,4 +3,6 @@ title = "Blog Posts"
|
|||||||
template = "blog.html"
|
template = "blog.html"
|
||||||
|
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
|
|
||||||
|
aliases = [ "posts.html" ]
|
||||||
+++
|
+++
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Developer Information"
|
title = "Developer Information"
|
||||||
template = "developers.html"
|
template = "developers.html"
|
||||||
|
|
||||||
|
aliases = [ "developers.html" ]
|
||||||
+++
|
+++
|
||||||
1
static/CNAME
Normal file
1
static/CNAME
Normal file
@@ -0,0 +1 @@
|
|||||||
|
moxxy.org
|
||||||
8
static/rio.json
Normal file
8
static/rio.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"CNAME": "moxxy.org",
|
||||||
|
"headers": {
|
||||||
|
"Content-Security-Policy": "default-src 'self'; script-src 'self'; script-src-elem 'self'; script-src-attr 'none'; style-src * 'self'; img-src 'self' data:; font-src 'self'; connect-src 'none'; media-src 'self'; object-src 'none'; prefetch-src 'none'; child-src 'none'; frame-src 'none'; worker-src 'none'; frame-ancestors 'none'; form-action 'none'; upgrade-insecure-requests; block-all-mixed-content; disown-opener; sandbox; base-uri https://moxxy.org; manifest-src 'none'",
|
||||||
|
"X-Frame-Options": "DENY",
|
||||||
|
"Referrer-Policy": "no-referrer, strict-origin-when-cross-origin"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user