mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
Mikaela Suomalainen
982432c462
* _config.yml: disable twitter_username * _includes/head.html: comment showing deactivated Twitter account as the author. * pages/some.markdown: * simply tell people to check the keys page (this should be a link, #122). * Remove Facebook Messenger (still exists, but doesn't belong here, GitHub organisation notice, Facebook notice from Goodreads, Twitter link and DigitalOcean reflink (I am thinking of removing that account when the current credits expire). * r/1024.html: use https * r/fb-aseksuaalit.md & r/heseta-naiset.md: it's difficult for me to know if there are changes to these links as I am not in Facebook and the assosiation is question has renamed themselves. * r/twitter.md: link to the Mastodon toot on account removal instead. * I cannot think of a better place for it to link if I won't simply remove it now.
45 lines
1.8 KiB
YAML
45 lines
1.8 KiB
YAML
# Site settings
|
|
title: Mikaela
|
|
description: > # this means to ignore newlines until "baseurl:"
|
|
I am a Highly Sensitive Autistic Pirate with Linux experience from 2008. I am familiar with git and unemployed.
|
|
<br/><br/>*This website is licensed under the
|
|
[Creative Commons Attribution 4.0 International License.](https://creativecommons.org/licenses/by/4.0/)
|
|
by [Mikaela Suomalainen](https://mikaela.info/).*
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
url: "https://mikaela.info" # the base hostname & protocol for your site
|
|
#twitter_username: Inaneierase
|
|
github_username: Mikaela
|
|
#facebook_username: mikaelahmsuomalainen
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
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"
|
|
include: [PGP, PHP, keybase.txt, robots.txt]
|
|
|
|
avatar: https://media.githubusercontent.com/media/Mikaela/mikaela.github.io/master/avatar.jpeg
|
|
|
|
# {{site.ipfs}}/IPFSHASHHERE to get ipfs link via gateway. Hopefully future
|
|
# proof letting me simply swap the link here instead of changing it
|
|
# everywhere in case I will start using it.
|
|
# NOTE! I didn't get image embedding working with this, but the theory
|
|
# seems sound.
|
|
# 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.
|
|
ipfs: https://cloudflare-ipfs.com/ipfs
|
|
# IPNS is also a thing
|
|
ipns: https://cloudflare-ipfs.com/ipns
|