summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/_index.md12
-rw-r--r--content/contact.md31
-rw-r--r--content/guide/_index.md5
-rw-r--r--content/stuff.md1
-rw-r--r--layouts/_default/baseof.html3
5 files changed, 39 insertions, 13 deletions
diff --git a/content/_index.md b/content/_index.md
index 75f2fb5..53cc478 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -13,14 +13,6 @@ Hello lovely-little-thing browsing the web, welcome to my website :)
{{< article-list category="guide" number="5">}}
-## Me
-
-You can contact me if you want to.
-
-- Email : nantha\@mielota.com
-- XMPP : nantha\@mielota.com
-
-My public GnuPG key :
-
-- https\://mielota.com/nantha.pgp
+## Fair Warning
+I enabled browser caching, so you might want to reload pages to have the latest HTML content.
diff --git a/content/contact.md b/content/contact.md
new file mode 100644
index 0000000..708c3b6
--- /dev/null
+++ b/content/contact.md
@@ -0,0 +1,31 @@
+---
+title: "Contact me"
+date: 2025-10-26T08:43:25+01:00
+---
+
+Useful infos to contact me.
+
+## Email
+
+- nantha\@mielota.com
+
+Yep, this is my email. Not much to say about this. If I don't reply, it's because I didn't get the notification/or didn't receive your email (or I did reply but my email went into the _void_).
+
+## XMPP
+
+- nantha\@mielota.com
+
+Yep, it looks exactly like my email. How convenient is that ?
+If you don't know what is XMPP, just watch [this video](https://youtu.be/GurbaZzwYvU?si=hriIKBkQEZI5ZaFc).
+
+## Public key
+
+- https\://mielota.com/nantha.pgp
+
+You can encrypt stuff with this key.
+
+You don't know what asymmetric encryption is ?
+
+- [Quick guide](https://zacoons.com/guides/gpg/)
+- [Comfy guide to GnuPG](https://comfy.guide/client/gpg/)
+- [Same guide but it's a video](https://youtu.be/eLKOIjNFwVs?si=8lzw9D1poFvWtCQr)
diff --git a/content/guide/_index.md b/content/guide/_index.md
index c049695..eeeea43 100644
--- a/content/guide/_index.md
+++ b/content/guide/_index.md
@@ -2,5 +2,6 @@
title: "Guide"
---
-This section contains guides I wrote.
-I copied [Comfy.Guide](https://comfy.guide).
+This section contains guides I wrote.
+
+I don't consider them important enough to send a Pull Request to [Comfy.Guide](https://comfy.guide).
diff --git a/content/stuff.md b/content/stuff.md
index 6e7ec55..af0f19d 100644
--- a/content/stuff.md
+++ b/content/stuff.md
@@ -65,6 +65,7 @@ Here's a small list of people hosting their websites.
- [zacoons](https://zacoons.com)
- [unixdigest](https://unixdigest.com)
- [Luke Smith](https://lukesmith.xyz)
+- [urof](https://web.archive.org/web/20230325061748/https://urof.net/) (web archive)
### Guides
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 28ba9e8..580f3c5 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -33,8 +33,9 @@
{{ if .IsHome }}
<nav style="display: flex;justify-content: space-around;">
<a href="/stuff">stuff</a>
+ <a href="/contact">contact</a>
<a href="https://git.mielota.com/mielota">git</a>
- <a href="/banporn">banporn</a>
+ <a href="https://dns.mielota.com/">dns</a>
</nav>
{{ else }}
<div style="display: flex;justify-content: space-between;align-items: center;">