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
|
2016-04-06 06:25:53 +00:00
|
|
|
sass:
|
|
|
|
sass_dir: _sass
|
|
|
|
include: ['_pages']
|
2016-04-05 18:38:01 +00:00
|
|
|
# Build settings
|
2016-04-06 10:58:27 +00:00
|
|
|
markdown: kramdown
|