mikaela.github.io/_config.yml

109 lines
3.6 KiB
YAML

# Site settings
title: Aminda Suomalainen ⚧
author: <div lang="fi"><a href="https://aminda.eu">Aminda Suomalainen ⚧</a></a>
description: > # this means to ignore newlines until "baseurl:"
<div lang="en">I am a Highly Sensitive Autistic Pirate with Linux experience since 2008. I am familiar with git and looking for employment. ⚧
<br/><br/><em>This website is licensed under the
<a href="(https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
by <a href="https://aminda.eu">Aminda Suomalainen</a>.</em></div>
baseurl: "" # the subpath of your site, e.g. /blog/
# 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
codeberg_username: Mikaela
github_username: Mikaela
linkedin_username: Aminda-eu
mastodon:
username: Aminda
instance: sauna.social
rss: Blog
keybase_username: Mikaela
telegram_username: AmindaEU
# Sadly the content is mostly in English and this is just the last fallback
lang: en
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
theme: minima
#theme: jekyll-theme-midnight
redcarpet:
extensions:
[
"no_intra_emphasis",
"fenced_code_blocks",
"autolink",
"tables",
"with_toc_data",
"strikethrough",
"lax_spacing",
"space_after_headers",
"superscript",
]
# Custom settings
timezone: Europe/Helsinki
encoding: utf-8
plugins:
- jekyll-feed
- jekyll-mentions
- jekyll-redirect-from
- jekyll-sitemap
sitemap:
file: "/sitemap.xml"
# Technically this should be keep_files, but it makes at least .well-known
# disappear?
include:
[PGP, PHP, keybase.txt, robots.txt, .well-known, ipfs-files, _matrix, .json]
# These don't need to appear.
exclude:
[
CITATION.cff,
CNAME,
CODEOWNERS,
IPFS.csv,
ipfs-files,
LICENSES,
package.json,
pnpm-lock.yaml,
README.markdown,
]
# 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.
matrixLatestRoomVersion: 11
#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
# {{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.
# 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.
# Note: no trailing slash after the URL, only https://domain.tld
ipfsGateway: https://gateway.ipfs.io
# I am not sure how to use this, but I want it to exist anyway
# Remember: `ipfs cid base32 <the usual hash>`
ipfsSubdomainGateway: ipfs.dweb.link
# this should be simple to use
ipnsSubdomainGateway: ipns.dweb.link
# {{site.keyoxide}}/whatever
keyoxide: https://keyoxide.org
# Attempt to handle warning
excerpt_separator: "\n\n"