mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-17 18:37:24 +02:00
Compare commits
9 Commits
a38abd5318
...
7a027a1299
Author | SHA1 | Date | |
---|---|---|---|
7a027a1299 | |||
5b95f1f4e8 | |||
76996e830d | |||
04e55dfcde | |||
663b769cd6 | |||
40924ab27b | |||
2798fca073 | |||
b23e622fae | |||
b87a66d59a |
5
_includes/head.html
vendored
5
_includes/head.html
vendored
@ -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 }}">
|
||||
|
@ -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">
|
||||
|
10
n/emoji.md
10
n/emoji.md
@ -28,6 +28,7 @@ So to make something not an emoji, `U+FE0E` or `︎` 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._
|
||||
- 🧅︎ Onion: `\u1f9c5` `🧅︎`
|
||||
- I guess it just doesn't have a non-emoji variant at least on my system at the time of writing?
|
||||
|
||||
### friends
|
||||
|
||||
- 🐾️ paws `🐾️`
|
||||
- 🔥️ FIRE `🔥️`
|
||||
|
||||
## Flags
|
||||
|
||||
- 🏴‍☠︎ Pirate Flag: `\u1f3f4\u200d\u2620\ufe0f\ufe0e` or `🏴‍☠︎`
|
||||
- 🏳️‍🌈︎ Pride Flag: `🏳️‍🌈`
|
||||
- 🏳️‍⚧️‍︎ Trans Pride Flag: `🏳️‍⚧️‍︎`
|
||||
|
||||
## Kingdom Hearts
|
||||
|
||||
@ -79,7 +87,7 @@ _You have no idea how often I miss these. And I don't even mean to discuss the_
|
||||
- Ⅹ `\u2169` or `Ⅹ`
|
||||
- Ⅺ `\u2170` or `Ⅺ`
|
||||
- Ⅻ `\u216A` or `Ⅻ`
|
||||
- Ⅻ‍Ⅰ `\u2161a\u8544` or `Ⅻ‍Ⅰ`
|
||||
- ⅩⅢ: `\u2169\u2162` or `ⅩⅢ`
|
||||
- Ⅹ‍Ⅳ `\u2169\u2163` or `Ⅹ‍Ⅳ`
|
||||
|
||||
<!-- TODO: FINISH THESE!
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
24
robots.txt
24
robots.txt
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user