2014-12-29 18:35:21 +01:00
|
|
|
# Site settings
|
2014-12-31 07:16:04 +01:00
|
|
|
title: Mikaela's Jekyll
|
2014-12-29 18:35:21 +01:00
|
|
|
description: > # this means to ignore newlines until "baseurl:"
|
2014-12-31 07:16:04 +01:00
|
|
|
Insert good description here!
|
2014-12-29 18:35:21 +01:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
|
|
url: "http://mikaela.info" # the base hostname & protocol for your site
|
2014-12-29 19:26:09 +01:00
|
|
|
#twitter_username: Mkaysi
|
|
|
|
#github_username: Mikaela
|
2014-12-29 18:35:21 +01:00
|
|
|
|
|
|
|
# Build settings
|
2014-12-31 07:16:04 +01:00
|
|
|
markdown: redcarpet
|
2014-12-31 07:23:27 +01:00
|
|
|
redcarpet:
|
|
|
|
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
|
2014-12-29 18:36:48 +01:00
|
|
|
gems:
|
|
|
|
- jekyll-mentions
|
|
|
|
- jemoji
|
|
|
|
- jekyll-redirect-from
|
|
|
|
- jekyll-sitemap
|
|
|
|
sitemap:
|
|
|
|
file: "/sitemap.xml"
|
2014-12-30 08:24:50 +01:00
|
|
|
include: [PGP, PHP, keybase.txt]
|