From f5898d932f812410ff08b974ccdb72a81dc624b3 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 26 Oct 2025 08:56:08 +0100 Subject: added dns link and contact page --- content/_index.md | 12 ++---------- content/contact.md | 31 +++++++++++++++++++++++++++++++ content/guide/_index.md | 5 +++-- content/stuff.md | 1 + layouts/_default/baseof.html | 3 ++- 5 files changed, 39 insertions(+), 13 deletions(-) create mode 100644 content/contact.md 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 }} {{ else }}
-- cgit v1.2.3