2015-01-24 14:44:25 +02:00
2024-06-01 18:55:26 +03:00
2025-03-06 08:40:07 +02:00
2025-03-17 13:07:56 +02:00
2024-07-01 20:24:40 +03:00
2025-06-02 11:53:23 +03:00
2025-03-17 13:09:35 +02:00
2024-09-04 10:01:07 +03:00
2024-06-08 09:08:36 +03:00
2024-07-14 20:58:22 +03:00
2024-06-19 08:19:44 +03:00
2025-04-09 10:49:32 +03:00
2024-08-25 10:37:54 +03:00
2024-08-10 09:11:37 +03:00
2025-02-07 09:43:23 +02:00
2025-05-21 13:36:49 +03:00
2024-08-16 09:23:44 +03:00
2023-03-05 11:54:33 +02:00
2024-06-08 09:08:36 +03:00
2019-09-13 23:17:57 +03:00
2025-02-07 09:43:23 +02:00
2025-06-01 20:50:31 +03:00
2025-03-10 19:35:48 +02:00
2020-07-05 20:32:34 +03:00
2023-02-22 20:28:38 +02:00
2025-05-21 13:36:49 +03:00
2025-05-21 13:36:49 +03:00
2024-07-06 10:37:01 +03:00

---
lang: en
published: false
---

# aminda.eu

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Mikaela/mikaela.github.io/master.svg)](https://results.pre-commit.ci/latest/github/Mikaela/mikaela.github.io/master)

This website should be fairly typical Jekyll project. The index contains
`rel=me` links everywhere so projects such as Mastodon give me the green
checkmark.

<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<em lang="fi">Automaattinen sisällysluettelo</em> / <em lang="en">Automatically generated Table of Contents</em>

- [Sitemaps](#sitemaps)
- [Unusual directories](#unusual-directories)
  - [Submodules](#submodules)
- [Building](#building)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->

## Sitemaps

- `sitemap.xml` — automatically generated by Jekyll when building
- `sitemaps.xml` — manually written sitemap index pointing to sitemaps on my
  sites. I am not sure how it works when there are multiple domains, so I am
  keeping all sitemaps in robots.txt and sitemaps.xml on bottom of it. Same will
  possibly happen with other domains.

## Unusual directories

Or directories that generally aren't encountered in other similar projects.

- `n/` - quick notes for my personal reference with memorable addresses.
- `r/` - my personal url redirector for links that I have to refer to more or
  less often.
- `txt/` - signed text files such as account list to decrease impact of identity
  theft attempts.
- `PGP/` - my current and some previous PGP keys.

### Submodules

- `ir/` - list of I2P services, previously a part of this repository for
  memorable addresses.
- `lfs-media/` - orphan branch containing lfs-media such as the avatars. However
  it doesn't work with GitHub pages.
- `or/` - same as `ir/`, but for Tor Onion Services.

## Building

1. Install `rbenv` and its `ruby-build` plugins. Refer to
   [rbenv/rbenv README.md for more information](https://github.com/rbenv/rbenv/blob/master/README.md#basic-git-checkout)
1. `cd` to root of this repository, if you didn't already.
1. Install the required Ruby version by `rbenv install`
1. _Optionally_ configure where you wish bundler to install everything by e.g.
   `bundle config set --local path 'vendor/bundle'`, but the rbenv default
   should work just fine
1. Run `bundle install`
1. You are done, `bundle exec jekyll <build|serve>` and similar commands should
   work. I suggest `bundle exec jekyll serve -lo` which will livereload and open
   the web browser for you.
Description
No description provided
Readme Cite this repository 28 MiB
Languages
Markdown 81.5%
Text 10.4%
Public-Key 5.6%
HTML 1.4%
SCSS 0.8%
Other 0.2%