Compare commits

...

9 Commits

5 changed files with 33 additions and 10 deletions

5
_includes/head.html vendored
View File

@ -2,7 +2,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="{{ page.robots | default: site.robots | default: "" }}">
<meta name="robots" content="nofollow">
<meta name="robots" content="{% if page.robots %}{{ page.robots }} {% else %}{{ site.robots | default: 'nofollow' }}{% endif %}">
<meta name="msvalidate.01" content="DDF472BEC8E65C680D65A24256C33B24">
<link rel="icon prefetch" href="{{site.icon}}">
<title>{% if page.title %}{{ page.title }} ~~ {{ site.title | strip_html }}{% else %}{{ site.title }}{% endif %}</title>
@ -13,7 +14,7 @@
<link rel="openid.server" href="https://openid.indieauth.com/openid">
<link rel="stylesheet prefetch" href="{{ "/assets/main.css" | prepend: site.baseurl }}">
<link rel="canonical prefetch" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/blog/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }} - in English" href="{{ "/blog/feed.en.xml" | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }} - Suomeksi" href="{{ "/blog/feed.fi.xml" | prepend: site.baseurl | prepend: site.url }}">

View File

@ -2,7 +2,7 @@
layout: index
title: Index
excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 2008. I am familiar with git and looking for employment."
robots: noai
robots: noai, nofollow
---
<p id="avatar">

View File

@ -28,6 +28,7 @@ So to make something not an emoji, `U+FE0E` or `&#65038;` and to use emoji,
- [Motivational messages](#motivational-messages)
- [aminda.eu](#amindaeu)
- [friends](#friends)
- [Flags](#flags)
- [Kingdom Hearts](#kingdom-hearts)
- [Roman Numerals](#roman-numerals)
@ -50,9 +51,16 @@ _My shellrc has some reminders for me and these are the sequences there._
- &#129477;&#65038; Onion: `\u1f9c5` `&#129477;&#65038;`
- I guess it just doesn't have a non-emoji variant at least on my system at the time of writing?
### friends
- &#128062;&#65039; paws `&#128062;&#65039;`
- &#128293;&#65039; FIRE `&#128293;&#65039;`
## Flags
- &#127988;&#8205;&#9760;&#65038; Pirate Flag: `\u1f3f4\u200d\u2620\ufe0f\ufe0e` or `&#127988;&#8205;&#9760;&#65038;`
- &#x1F3F3;&#xFE0F;&#x200D;&#x1F308;&#65038; Pride Flag: `&#x1F3F3;&#xFE0F;&#x200D;&#x1F308;`
- &#x1F3F3;&#xFE0F;&#x200D;&#x26A7;&#xFE0F;&#x200D;&#65038; Trans Pride Flag: `&#x1F3F3;&#xFE0F;&#x200D;&#x26A7;&#xFE0F;&#x200D;&#65038;`
## Kingdom Hearts
@ -79,7 +87,7 @@ _You have no idea how often I miss these. And I don't even mean to discuss the_
- &#8553; `\u2169` or `&#8553;`
- &#8554; `\u2170` or `&#8554;`
- &#8555; `\u216A` or `&#8555;`
- &#8555;&#8205;&#8544; `\u2161a\u8544` or `&#8555;&#8205;&#8544;`
- &#8553;&#8546;: `\u2169\u2162` or `&#8553;&#8546;`
- &#8553;&#8205;&#8547; `\u2169\u2163` or `&#8553;&#8205;&#8547;`
<!-- TODO: FINISH THESE!

View File

@ -4,7 +4,7 @@ excerpt: This page contains link lists to change language of Telegram clients.
layout: mini
permalink: /n/telegram.html
redirect_from: /r/telegram.html
sitemap: true
sitemap: false
lang: en
---

View File

@ -1,10 +1,24 @@
User-agent: *
Allow: /
Allow: /$
Allow: /*.html$
Allow: /blog/$
Allow: /blog/feed.xml
Allow: /blog/feed.en.xml
Allow: /blog/feed.fi.xml
Allow: /irc/$
Allow: /matrix/$
Allow: /n/$
Allow: /robots.txt
Allow: /sitemap.xml
Allow: /sitemaps.xml
Disallow: /
Disallow: /*.asc$
Disallow: /*.json$
Disallow: /*.sig$
Disallow: /*.txt$
Disallow: /*.toml$
Disallow: /*.xml$
Disallow: /txt/
Disallow: /php/
Disallow: /r/
Disallow: /or/
Disallow: /ir/
Sitemap: https://aminda.eu/sitemap.xml
Sitemap: https://aminda.eu/sitemaps.xml