Compare commits

...

6 Commits

Author SHA1 Message Date
a87e5960db
sitemaps.xml: add supybot.mikaela.info
So while it's technically invalid for being on different domain, apparently the file gets crawled through mikaela.info still, which makes it valid
2024-06-03 10:25:38 +03:00
9839317331
2021-08-03-matrix-perfect-privacy-not.md: fix duplicate h1 tags 2024-06-03 10:15:41 +03:00
91aab9ec31
fix space before : in yaml front matter 2024-06-03 10:02:32 +03:00
eeee966279
_includes/head.html: remove meta description as part of jekyll-seo-tag 2024-06-03 09:56:29 +03:00
11e1ef17a2
matrix & ipv6: fix link typo, removed redirect 2024-06-03 09:52:16 +03:00
4400f95b6b
Resolve conflicts between sitemap.xml and robots tag 2024-06-03 09:48:19 +03:00
32 changed files with 51 additions and 7 deletions

1
_includes/head.html vendored
View File

@ -10,7 +10,6 @@
<meta name="robots" content="{% if page.robots %}{{ page.robots }} {% else %}{{ site.robots | default: 'nofollow' }}{% endif %}"> <meta name="robots" content="{% if page.robots %}{{ page.robots }} {% else %}{{ site.robots | default: 'nofollow' }}{% endif %}">
<meta name="msvalidate.01" content="DDF472BEC8E65C680D65A24256C33B24"> <meta name="msvalidate.01" content="DDF472BEC8E65C680D65A24256C33B24">
<link rel="icon prefetch" href="{{site.icon}}"> <link rel="icon prefetch" href="{{site.icon}}">
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines }}{% endif %}">
<link rel="me prefetch" href="{{ site.url }}"> <link rel="me prefetch" href="{{ site.url }}">
<link rel="openid.delegate" href="https://aminda.eu/"> <link rel="openid.delegate" href="https://aminda.eu/">
<link rel="openid.server" href="https://openid.indieauth.com/openid"> <link rel="openid.server" href="https://openid.indieauth.com/openid">

View File

@ -5,9 +5,11 @@ title: "Channels & Hostmask groups: A basic Howto"
category: [english] category: [english]
tags: [irc, english] tags: [irc, english]
redirect_from: /english/2015/01/10/channels-hostmask-groups-a-basic-howto.html redirect_from: /english/2015/01/10/channels-hostmask-groups-a-basic-howto.html
sitemap: true
robots: noai
--- ---
@Annwenn got me opering at her network after long pause with my opering. `@Annwenn` got me opering at her network after long pause with my opering.
She also named this blogpost and requested me to write this and I don't She also named this blogpost and requested me to write this and I don't
have any better place where to put this, but I am starting with other talk have any better place where to put this, but I am starting with other talk
before getting to the subject. before getting to the subject.

View File

@ -5,6 +5,8 @@ title: "Getting help from network operators with channel issues when ops are awa
category: [english] category: [english]
tags: [irc, english] tags: [irc, english]
redirect_from: /english/2015/01/24/getting_help_with_channel_issues.html redirect_from: /english/2015/01/24/getting_help_with_channel_issues.html
sitemap: true
robots: noai
--- ---
In case you wish network operators to help you when your channel operators In case you wish network operators to help you when your channel operators

View File

@ -4,6 +4,7 @@ comments: true
title: "ZNC 1.6.0 & SSL certificate verification" title: "ZNC 1.6.0 & SSL certificate verification"
category: [english] category: [english]
tags: [irc, english] tags: [irc, english]
sitemap: false
redirect_from: redirect_from:
- /zncssl.html - /zncssl.html
- /english/2015/02/24/znc160-ssl.html - /english/2015/02/24/znc160-ssl.html

View File

@ -1,5 +1,7 @@
--- ---
layout: post layout: post
sitemap: true
robots: noai
comments: true comments: true
title: "Don't use DCC & How to disable it" title: "Don't use DCC & How to disable it"
category: [english] category: [english]

View File

@ -5,6 +5,8 @@ title: "Why I show channels that I am on at IRC?"
category: [english] category: [english]
tags: [irc, english] tags: [irc, english]
redirect_from: /english/2015/03/26/umode-i.html redirect_from: /english/2015/03/26/umode-i.html
sitemap: true
robots: noai
--- ---
_Or why am I using umode -iI and thus showing all channels that I am on at _Or why am I using umode -iI and thus showing all channels that I am on at

View File

@ -3,6 +3,8 @@ layout: post
comments: true comments: true
title: "WeeChat: easy instructions for using SASL" title: "WeeChat: easy instructions for using SASL"
category: [english] category: [english]
sitemap: true
robots: noai
tags: [irc, english] tags: [irc, english]
redirect_from: redirect_from:
- /weechat-sasl.html - /weechat-sasl.html

View File

@ -7,6 +7,8 @@ tags: [irc, english]
redirect_from: redirect_from:
- /noops.html - /noops.html
- /english/2015/04/01/keep-the-ops-opped.html - /english/2015/04/01/keep-the-ops-opped.html
sitemap: true
robots: noai
--- ---
_Why I think that you should keep the ops opped instead of following _Why I think that you should keep the ops opped instead of following

View File

@ -8,6 +8,8 @@ redirect_from:
- /irctls/ - /irctls/
- /ircssl/ - /ircssl/
- /english/2015/04/22/IRC-over-TLS.html - /english/2015/04/22/IRC-over-TLS.html
sitemap: true
robots: noai
--- ---
_IRC over TLS is not pointless unless you only worry about things that you _IRC over TLS is not pointless unless you only worry about things that you

View File

@ -5,6 +5,7 @@ title: "Installing ZNC on Ubuntu from PPA"
category: [english] category: [english]
tags: [irc, english] tags: [irc, english]
redirect_from: /english/2015/05/10/znc-ubuntu.html redirect_from: /english/2015/05/10/znc-ubuntu.html
sitemap: false
--- ---
_Many people seem to be installing ZNC using some weird instructions and _Many people seem to be installing ZNC using some weird instructions and

View File

@ -5,6 +5,8 @@ title: "irc & ircs links"
category: [english] category: [english]
tags: [english, IRC] tags: [english, IRC]
redirect_from: /english/2015/05/18/ircs_links.html redirect_from: /english/2015/05/18/ircs_links.html
sitemap: true
robots: noai
--- ---
_Yet another note-to-self post, but these links are confusing, how do you _Yet another note-to-self post, but these links are confusing, how do you

View File

@ -5,6 +5,7 @@ title: "A little more on my life"
category: [english] category: [english]
tags: [english, life, love] tags: [english, life, love]
redirect_from: /english/2015/05/18/life-bot-background.html redirect_from: /english/2015/05/18/life-bot-background.html
sitemap: false
--- ---
_More on my life and a little background on bots; also trigger warning _More on my life and a little background on bots; also trigger warning

View File

@ -5,6 +5,8 @@ title: "Graduation"
category: [english] category: [english]
tags: [english, life] tags: [english, life]
redirect_from: /english/2015/05/29/graduation.html redirect_from: /english/2015/05/29/graduation.html
sitemap: true
robots: noai
--- ---
As my blog is so full of suicidality and depression and how I won't As my blog is so full of suicidality and depression and how I won't

View File

@ -5,6 +5,8 @@ title: "(Un)Setting umodes"
category: [english] category: [english]
tags: [english, IRC, HexChat, ZNC] tags: [english, IRC, HexChat, ZNC]
redirect_from: /english/2015/06/03/setting-umodes.html redirect_from: /english/2015/06/03/setting-umodes.html
sitemap: true
robots: noai
--- ---
_As I have written more about umodes than I thought, I am breaking the _As I have written more about umodes than I thought, I am breaking the

View File

@ -5,6 +5,8 @@ title: "Private/Secret IRC channels"
category: [english] category: [english]
tags: [english, irc] tags: [english, irc]
redirect_from: /english/2015/06/08/private_secret_channels.html redirect_from: /english/2015/06/08/private_secret_channels.html
sitemap: true
robots: noai
--- ---
_People often wonder about this and I thought that I could probably write _People often wonder about this and I thought that I could probably write

View File

@ -5,6 +5,8 @@ title: "Feelings or what is left unsaid about Kotkan keskuskoulu"
category: [english] category: [english]
tags: [irc, english] tags: [irc, english]
redirect_from: /english/2015/03/18/nodcc.html redirect_from: /english/2015/03/18/nodcc.html
sitemap: true
robots: noai
--- ---
_If you wanted to know about my current life situation, read something else _If you wanted to know about my current life situation, read something else

View File

@ -214,6 +214,6 @@ least I think Google Chrome did so.
seconds less and Microsoft discourages disabling it and they don't seconds less and Microsoft discourages disabling it and they don't
test working without IPv6. Disabling IPv6 breaks e.g. HomeGroup. test working without IPv6. Disabling IPv6 breaks e.g. HomeGroup.
_Special thanks to people of [#IPv6](/r/irc-ipv6.html) for checking that I _Special thanks to people of `ircs://irc.libera.chat:6697/#IPv6` for checking that I
don't write total nonsense here and all the fixes made and also @e-ali for don't write total nonsense here and all the fixes made and also @e-ali for
checking for spelling mistakes._ checking for spelling mistakes._

View File

@ -4,6 +4,8 @@ comments: true
title: "Quickstart with Atheme IRC Services (& forks) for end users" title: "Quickstart with Atheme IRC Services (& forks) for end users"
category: [english] category: [english]
tags: [english, irc, atheme] tags: [english, irc, atheme]
sitemap: true
robots: noai
redirect_from: redirect_from:
- /nickserv.html - /nickserv.html
- /chanserv.html - /chanserv.html

View File

@ -1,5 +1,6 @@
--- ---
layout: post layout: post
sitemap: false
comments: true comments: true
title: "Using reflector in Arch my way" title: "Using reflector in Arch my way"
category: [english] category: [english]

View File

@ -8,6 +8,7 @@ redirect_from:
- /antergos-dm.html - /antergos-dm.html
- /english/2015/10/17/archlinux_change_login_dm.html - /english/2015/10/17/archlinux_change_login_dm.html
- /english/2015/10/17/antergos_change_login_dm.html - /english/2015/10/17/antergos_change_login_dm.html
sitemap: false
--- ---
_Also applies to other distributions based on it, how do you change _Also applies to other distributions based on it, how do you change

View File

@ -6,6 +6,7 @@ category: [finnish]
tags: [finnish, translaki] tags: [finnish, translaki]
redirect_from: /finnish/2015/11/21/sahkopostia-lakivaliokunnalle-translaki.html redirect_from: /finnish/2015/11/21/sahkopostia-lakivaliokunnalle-translaki.html
lang: fi lang: fi
locale: fi_FI
robots: noai robots: noai
--- ---

View File

@ -5,6 +5,7 @@ title: "dnssec-trigger on Ubuntu (MATE 16.04)"
category: [english] category: [english]
tags: [IPv6, english] tags: [IPv6, english]
redirect_from: /english/2016/01/14/dnssec-trigger_ubuntu.html redirect_from: /english/2016/01/14/dnssec-trigger_ubuntu.html
sitemap: false
--- ---
_I haven't ever gotten dnssec-trigger to work, but today based on IRC _I haven't ever gotten dnssec-trigger to work, but today based on IRC

View File

@ -6,6 +6,8 @@ category: [english]
tags: [english, irc, tmux] tags: [english, irc, tmux]
redirect_from: /english/2016/03/09/weechat-tmux-quickstart.html redirect_from: /english/2016/03/09/weechat-tmux-quickstart.html
lang: en lang: en
sitemap: true
robots: noai
--- ---
_Sometimes you don't have GUI when you need remote support, luckily you _Sometimes you don't have GUI when you need remote support, luckily you

View File

@ -5,6 +5,7 @@ title: "Autostarting tmux + WeeChat"
category: [english] category: [english]
tags: [english, irc, tmux, cron, weechat] tags: [english, irc, tmux, cron, weechat]
redirect_from: /english/2016/03/14/autostart-tmux-weechat.html redirect_from: /english/2016/03/14/autostart-tmux-weechat.html
sitemap: false
--- ---
_This is another note-to-self post, but I think other people might also _This is another note-to-self post, but I think other people might also

View File

@ -15,6 +15,8 @@ tags:
] ]
redirect_from: /finnish/2016/03/27/puhelimet-kellojen-siirto-pysyvasti.html redirect_from: /finnish/2016/03/27/puhelimet-kellojen-siirto-pysyvasti.html
lang: fi lang: fi
locale: fi_FI
sitemap: false
--- ---
_En tiedä ajatteleeko tai pelkääkö kukaan tätä seurausta kellojen siirrosta _En tiedä ajatteleeko tai pelkääkö kukaan tätä seurausta kellojen siirrosta

View File

@ -5,6 +5,7 @@ title: "On Facebook/my SOME policy"
category: [english] category: [english]
tags: [english, SOME, facebook] tags: [english, SOME, facebook]
redirect_from: /english/2016/09/24/on-facebook.html redirect_from: /english/2016/09/24/on-facebook.html
sitemap: false
--- ---
_My wellbeing is more imporant than whatever you do at SOME and I reserve _My wellbeing is more imporant than whatever you do at SOME and I reserve

View File

@ -5,6 +5,7 @@ title: "Autism or High Sensitivity: Sensory stimulus stress"
category: [english] category: [english]
tags: [irc, english] tags: [irc, english]
redirect_from: /english/2017/09/29/as-hsp-sensory-stimulus-stress.html redirect_from: /english/2017/09/29/as-hsp-sensory-stimulus-stress.html
sitemap: false
--- ---
_Sensory stimulus stress (aistiärsykestressi) is a word that you hear from _Sensory stimulus stress (aistiärsykestressi) is a word that you hear from

View File

@ -8,6 +8,7 @@ redirect_from:
- /dnscrypt.html - /dnscrypt.html
- /dnscrypt-proxy.html - /dnscrypt-proxy.html
- /english/2018/10/21/dnscrypt-proxy-quick-dirty-debian.html - /english/2018/10/21/dnscrypt-proxy-quick-dirty-debian.html
sitemap: false
--- ---
_DNSCrypt-proxy encrypts DNS queries that would otherwise go in plaintext _DNSCrypt-proxy encrypts DNS queries that would otherwise go in plaintext

View File

@ -30,7 +30,7 @@ administrating experience due to not having any with Matrix personally._
<!-- prettier-ignore-end --> <!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable --> <!-- editorconfig-checker-enable -->
# Element, what Element? ## Element, what Element?
Element is the defacto Matrix client. If you wish to get into Matrix, you Element is the defacto Matrix client. If you wish to get into Matrix, you
will likely hear the advice to install Element or use it on the web. will likely hear the advice to install Element or use it on the web.
@ -83,7 +83,7 @@ At the time of writing [stories are a draft Matrix spec proposal](https://github
that in incompatible clients (such as Element Web and Element Android) appear as that in incompatible clients (such as Element Web and Element Android) appear as
read-only rooms, however [Element iOS hides them completely with the exception of notifications that cannot be acknowledged](https://github.com/vector-im/element-ios/issues/5455). read-only rooms, however [Element iOS hides them completely with the exception of notifications that cannot be acknowledged](https://github.com/vector-im/element-ios/issues/5455).
# You mentioned privacy? ## You mentioned privacy?
Yes, privacy is a big reason why Matrix is advertised and the lack of it is Yes, privacy is a big reason why Matrix is advertised and the lack of it is
a fact you agree to by using Matrix or getting bridged to Matrix (which is a fact you agree to by using Matrix or getting bridged to Matrix (which is

View File

@ -2,7 +2,8 @@
layout: page layout: page
title: Browser extensions I often end up installing title: Browser extensions I often end up installing
permalink: /browser-extensions.html permalink: /browser-extensions.html
sitemap: true sitemap: false
robots: noindex, noai
excerpt: "Browser advanced configuration that tends to not sync" excerpt: "Browser advanced configuration that tends to not sync"
redirect_from: redirect_from:
- /firefox.html - /firefox.html

View File

@ -655,7 +655,7 @@ I have also said it before, but for any serious use of Matrix, you will need [El
If you absolutely need Matrix somewhere neither fits you, ~~maybe [Hydrogen](https://github.com/vector-im/hydrogen-web) is your _PWA_ hoping your needs don't include too many Matrix accounts ([#783](https://github.com/vector-im/hydrogen-web/issues/783), [#817](https://github.com/vector-im/hydrogen-web/pull/817)) and hoping you [don't use SailfishOS](https://forum.sailfishos.org/t/progressive-web-app-pwa-in-native-browser/3867?u=mikaela) ([#1000](https://github.com/sailfishos/sailfish-browser/issues/1000)) or [Ubuntu Touch (#1144)](https://github.com/ubports/ubuntu-touch/issues/1144).~~ Good luck! If you absolutely need Matrix somewhere neither fits you, ~~maybe [Hydrogen](https://github.com/vector-im/hydrogen-web) is your _PWA_ hoping your needs don't include too many Matrix accounts ([#783](https://github.com/vector-im/hydrogen-web/issues/783), [#817](https://github.com/vector-im/hydrogen-web/pull/817)) and hoping you [don't use SailfishOS](https://forum.sailfishos.org/t/progressive-web-app-pwa-in-native-browser/3867?u=mikaela) ([#1000](https://github.com/sailfishos/sailfish-browser/issues/1000)) or [Ubuntu Touch (#1144)](https://github.com/ubports/ubuntu-touch/issues/1144).~~ Good luck!
On Android I often find myself using [SchildiChat](https://s2.spiritcroc.de/fdroid/repo) ([Beta](https://s2.spiritcroc.de/testing/fdroid/repo)), which suffers many Element shortcomings being a fork and Matrix isn't too mobile friendly protocol in my opinion. (For my view of the repo fingerprints, refer to [n/f-droid](n/f-droid.html), but note the pages intend of _my personal use._) On Android I often find myself using [SchildiChat](https://s2.spiritcroc.de/fdroid/repo) ([Beta](https://s2.spiritcroc.de/testing/fdroid/repo)), which suffers many Element shortcomings being a fork and Matrix isn't too mobile friendly protocol in my opinion. (For my view of the repo fingerprints, refer to [n/f-droid](/n/f-droid.html), but note the pages intend of _my personal use._)
<!-- The one that fits your needs. Personally I mix-and-match: <!-- The one that fits your needs. Personally I mix-and-match:

View File

@ -6,4 +6,7 @@
<sitemap> <sitemap>
<loc>https://cv.aminda.eu/sitemap.xml</loc> <loc>https://cv.aminda.eu/sitemap.xml</loc>
</sitemap> </sitemap>
<sitemap>
<loc>https://supybot.mikaela.info/sitemap.xml</loc>
</sitemap>
</sitemapindex> </sitemapindex>