2016-04-05 18:38:01 +00:00
|
|
|
# Site settings
|
2016-04-06 17:34:16 +00:00
|
|
|
title: XMPP.DK jabber server
|
2016-04-06 06:25:53 +00:00
|
|
|
email: jesper@graffen.dk
|
2016-04-05 18:38:01 +00:00
|
|
|
description: > # this means to ignore newlines until "baseurl:"
|
2016-04-06 06:25:53 +00:00
|
|
|
xmpp.dk is a secure, free and public XMPP/Jabber server that allows registration.
|
2016-04-05 18:38:01 +00:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
2016-04-06 17:34:16 +00:00
|
|
|
url: "https://xmpp.dk" # the base hostname & protocol for your site
|
2017-01-08 12:33:58 +00:00
|
|
|
twitter_username: xmppdk
|
|
|
|
|
|
|
|
fingerprints:
|
|
|
|
otr: 6A99F136 E66972B9 B169D5B3 458828D1 4003240F
|
|
|
|
tls:
|
2017-05-28 15:09:23 +00:00
|
|
|
sha-256: 35 05 BD 0B 8E E5 91 2E 81 9E D7 89 8B 57 50 D2 C6 14 F8 3B 78 25 6D ED 1E A6 5B AC 01 8B FE 62
|
|
|
|
sha-1: 2D 70 34 C4 BA 79 FC 6C 05 A8 E5 89 19 AB B8 29 E0 56 26 57
|
|
|
|
expiry: 2017-07-27
|
2017-01-08 12:33:58 +00:00
|
|
|
|
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
2016-04-06 06:25:53 +00:00
|
|
|
sass:
|
|
|
|
sass_dir: _sass
|
2016-04-08 19:10:56 +00:00
|
|
|
style: compressed
|
2016-04-06 06:25:53 +00:00
|
|
|
include: ['_pages']
|
2017-01-08 12:33:58 +00:00
|
|
|
|