2014-12-29 19:35:21 +02:00
|
|
|
# Site settings
|
2016-11-25 13:01:03 +02:00
|
|
|
title: Mikaela
|
2014-12-29 19:35:21 +02:00
|
|
|
description: > # this means to ignore newlines until "baseurl:"
|
2019-11-21 22:50:59 +02:00
|
|
|
I am a Highly Sensitive Autistic Pirate with Linux experience from 2008. I am familiar with git and looking for employment.
|
2015-05-02 23:22:12 +03:00
|
|
|
<br/><br/>*This website is licensed under the
|
2015-09-03 19:03:42 +03:00
|
|
|
[Creative Commons Attribution 4.0 International License.](https://creativecommons.org/licenses/by/4.0/)
|
2015-05-02 23:22:12 +03:00
|
|
|
by [Mikaela Suomalainen](https://mikaela.info/).*
|
2014-12-29 19:35:21 +02:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
2015-01-28 17:22:42 +02:00
|
|
|
url: "https://mikaela.info" # the base hostname & protocol for your site
|
2019-01-17 14:43:09 +02:00
|
|
|
#twitter_username: Inaneierase
|
2019-02-18 16:13:54 +02:00
|
|
|
github_username: Mikaela
|
2018-06-05 20:44:08 +03:00
|
|
|
#facebook_username: mikaelahmsuomalainen
|
2014-12-29 19:35:21 +02:00
|
|
|
|
|
|
|
# Build settings
|
2016-02-06 11:38:37 +02:00
|
|
|
markdown: kramdown
|
2019-05-04 13:44:59 +03:00
|
|
|
#theme: jekyll-theme-midnight
|
2014-12-31 08:23:27 +02:00
|
|
|
redcarpet:
|
|
|
|
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript"]
|
2014-12-29 19:35:21 +02:00
|
|
|
|
|
|
|
# Custom settings
|
|
|
|
timezone: Europe/Helsinki
|
|
|
|
encoding: utf-8
|
2018-06-08 15:03:05 +03:00
|
|
|
plugins:
|
2016-02-10 11:33:01 +02:00
|
|
|
- jekyll-feed
|
2018-03-17 18:47:39 +02:00
|
|
|
- jekyll-mentions
|
2014-12-29 19:36:48 +02:00
|
|
|
- jekyll-redirect-from
|
|
|
|
- jekyll-sitemap
|
|
|
|
sitemap:
|
|
|
|
file: "/sitemap.xml"
|
2019-11-30 22:07:29 +02:00
|
|
|
include: [PGP, PHP, keybase.txt, robots.txt, avatar.jpeg, .well-known]
|
2018-09-27 20:18:02 +03:00
|
|
|
|
2019-12-30 21:39:43 +02:00
|
|
|
avatar: https://gateway.ipfs.io/ipfs/QmQLRBFm5aa2GmmvR4FhHV7mAVjeKieEBrJaSCekyHZtbD/250.png
|
|
|
|
icon: https://gateway.ipfs.io/ipfs/QmQLRBFm5aa2GmmvR4FhHV7mAVjeKieEBrJaSCekyHZtbD/128.png
|
2018-09-27 20:38:14 +03:00
|
|
|
|
2019-04-21 13:19:05 +03: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 20:18:02 +03: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 13:19:05 +03:00
|
|
|
# Note: no trailing slash after the URL, only https://domain.tld
|
2019-12-30 21:39:43 +02:00
|
|
|
ipfsGateway: https://gateway.ipfs.io
|
2019-10-01 15:31:20 +03:00
|
|
|
|