2014-12-31 15:01:00 +01:00
|
|
|
# Site settings
|
2024-05-30 09:42:51 +02:00
|
|
|
theme: minima
|
2014-12-31 15:01:00 +01:00
|
|
|
title: Mikaela's supybot site
|
|
|
|
#email: your-email@domain.com
|
|
|
|
description: > # this means to ignore newlines until "baseurl:"
|
|
|
|
Mikaela's Supybot site where nowadays the only content is security issues
|
|
|
|
of stock Supybot.
|
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
2015-01-28 16:29:08 +01:00
|
|
|
url: "https://supybot.mikaela.info/" # the base hostname & protocol for your site
|
2014-12-31 15:01:00 +01:00
|
|
|
#twitter_username: jekyllrb
|
2023-09-29 12:34:13 +02:00
|
|
|
github_username: Mikaela
|
2014-12-31 15:01:00 +01:00
|
|
|
|
|
|
|
# Custom settings
|
2024-05-30 09:42:51 +02:00
|
|
|
lang: en
|
2014-12-31 15:01:00 +01:00
|
|
|
timezone: Etc/UTC
|
|
|
|
encoding: utf-8
|
2023-09-29 12:34:13 +02:00
|
|
|
plugins:
|
|
|
|
- jekyll-mentions
|
|
|
|
- jemoji
|
|
|
|
- jekyll-redirect-from
|
|
|
|
- jekyll-sitemap
|
2014-06-15 11:54:47 +02:00
|
|
|
sitemap:
|
2023-09-29 12:34:13 +02:00
|
|
|
file: "/sitemap.xml"
|
2015-02-06 07:46:23 +01:00
|
|
|
include: [robots.txt]
|