mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-05 11:39:28 +01:00
28 lines
890 B
YAML
28 lines
890 B
YAML
# Site settings
|
|
title: Mikaela's website
|
|
description: > # this means to ignore newlines until "baseurl:"
|
|
This site includes my blog, public keys and information on finding me
|
|
at IRC. There are also links to my different profiles and possibly
|
|
more interesting subdomains.
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
url: "http://mikaela.info" # the base hostname & protocol for your site
|
|
twitter_username: Mkaysi
|
|
github_username: Mikaela
|
|
|
|
# Build settings
|
|
markdown: redcarpet
|
|
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
|
|
gems:
|
|
- jekyll-mentions
|
|
- jemoji
|
|
- jekyll-redirect-from
|
|
- jekyll-sitemap
|
|
sitemap:
|
|
file: "/sitemap.xml"
|
|
include: [PGP, PHP, keybase.txt]
|