2014-12-29 18:35:21 +01:00
|
|
|
# Site settings
|
2022-03-06 14:27:36 +01:00
|
|
|
title: Aminda Suomalainen
|
2014-12-29 18:35:21 +01:00
|
|
|
description: > # this means to ignore newlines until "baseurl:"
|
2023-02-22 19:28:38 +01:00
|
|
|
I am a Highly Sensitive Autistic Pirate with Linux experience since 2008. I am familiar with git and looking for employment.
|
|
|
|
<br/><br/>*This website is licensed under the
|
|
|
|
[Creative Commons Attribution 4.0 International License.](https://creativecommons.org/licenses/by/4.0/)
|
2023-03-05 11:25:56 +01:00
|
|
|
by [Aminda Suomalainen](https://aminda.eu/).*
|
2014-12-29 18:35:21 +01:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
2023-03-05 11:17:16 +01:00
|
|
|
# I would like to use www subdomain to not have all cookies passed to top
|
|
|
|
# level, but there seems to be a redirect issue otherwise.
|
|
|
|
# At least it's just a static page.
|
|
|
|
#url: "https://www.aminda.eu" # the base hostname & protocol for your site
|
|
|
|
url: "https://aminda.eu" # the base hostname & protocol for your site
|
2014-12-29 18:35:21 +01:00
|
|
|
|
|
|
|
# Build settings
|
2016-02-06 10:38:37 +01:00
|
|
|
markdown: kramdown
|
2019-05-04 12:44:59 +02:00
|
|
|
#theme: jekyll-theme-midnight
|
2014-12-31 07:23:27 +01:00
|
|
|
redcarpet:
|
2023-02-22 19:28:38 +01:00
|
|
|
extensions:
|
|
|
|
[
|
|
|
|
"no_intra_emphasis",
|
|
|
|
"fenced_code_blocks",
|
|
|
|
"autolink",
|
|
|
|
"tables",
|
|
|
|
"with_toc_data",
|
|
|
|
"strikethrough",
|
|
|
|
"lax_spacing",
|
|
|
|
"space_after_headers",
|
|
|
|
"superscript",
|
|
|
|
]
|
2014-12-29 18:35:21 +01:00
|
|
|
|
|
|
|
# Custom settings
|
|
|
|
timezone: Europe/Helsinki
|
|
|
|
encoding: utf-8
|
2018-06-08 14:03:05 +02:00
|
|
|
plugins:
|
2023-02-22 19:28:38 +01:00
|
|
|
- jekyll-feed
|
|
|
|
- jekyll-mentions
|
|
|
|
- jekyll-redirect-from
|
|
|
|
- jekyll-sitemap
|
2014-12-29 18:36:48 +01:00
|
|
|
sitemap:
|
2023-02-22 19:28:38 +01:00
|
|
|
file: "/sitemap.xml"
|
2022-04-11 16:47:21 +02:00
|
|
|
# Technically this should be keep_files, but it makes at least .well-known
|
|
|
|
# disappear?
|
2022-10-10 16:27:21 +02:00
|
|
|
include: [PGP, PHP, keybase.txt, robots.txt, .well-known, ipfs-files, _matrix]
|
2018-09-27 19:18:02 +02:00
|
|
|
|
2022-05-15 19:48:39 +02:00
|
|
|
# Latest Matrix room version for blog posts or /upgraderoom advice. If I
|
|
|
|
# need something from the latest version, this is it once the servers I care
|
|
|
|
# about have upgraded. Otherwise this is based on my discretion.
|
2022-07-28 17:05:43 +02:00
|
|
|
matrixLatestRoomVersion: 10
|
2021-12-03 12:50:20 +01:00
|
|
|
|
2022-11-01 14:47:38 +01:00
|
|
|
#avatar: https://bafybeian33l6hrvjoapve7dxbghs2ej4zeya2cgoldrqo3tm5id7tj6uey.ipfs.dweb.link/250.jpeg
|
|
|
|
avatar: https://media.githubusercontent.com/media/Mikaela/mikaela.github.io/lfs-media/avatar/250.jpeg
|
|
|
|
#icon: https://bafybeian33l6hrvjoapve7dxbghs2ej4zeya2cgoldrqo3tm5id7tj6uey.ipfs.dweb.link/128.jpeg
|
|
|
|
icon: https://media.githubusercontent.com/media/Mikaela/mikaela.github.io/lfs-media/avatar/90.jpeg
|
2018-09-27 19:38:14 +02:00
|
|
|
|
2019-04-21 12:19:05 +02:00
|
|
|
# {{site.ipfsGateway}}/ipfs/IPFSHASHHERE to get ipfs link via gateway.
|
|
|
|
# Hopefully future proof letting me simply swap the link here instead of
|
|
|
|
# changing it everywhere.
|
2018-09-27 19:18:02 +02:00
|
|
|
# IMPORTANT! When adding content, either add a directory with
|
|
|
|
# `ipfs add -r` OR SINGLE FILE `ipfs add -w file` so a new directory gets
|
|
|
|
# created for the content and when it's used, the filename and type are
|
|
|
|
# remembered which may be helpful with media files or embeds.
|
2019-04-21 12:19:05 +02:00
|
|
|
# Note: no trailing slash after the URL, only https://domain.tld
|
2019-12-30 20:39:43 +01:00
|
|
|
ipfsGateway: https://gateway.ipfs.io
|
2020-06-10 21:43:35 +02:00
|
|
|
# I am not sure how to use this, but I want it to exist anyway
|
|
|
|
# Remember: `ipfs cid base32 <the usual hash>`
|
2020-06-10 21:55:22 +02:00
|
|
|
ipfsSubdomainGateway: ipfs.dweb.link
|
2020-06-23 22:12:59 +02:00
|
|
|
# this should be simple to use
|
|
|
|
ipnsSubdomainGateway: ipns.dweb.link
|
2022-06-22 19:31:02 +02:00
|
|
|
|
|
|
|
# {{site.keyoxide}}/whatever
|
|
|
|
keyoxide: https://keyoxide.org
|