Customize configuration files
This commit is contained in:
parent
585c5695c0
commit
151b811e66
17
_config.yml
17
_config.yml
|
@ -6,16 +6,15 @@
|
||||||
# 'jekyll serve'. If you change this file, please restart the server process.
|
# 'jekyll serve'. If you change this file, please restart the server process.
|
||||||
|
|
||||||
# Site settings
|
# Site settings
|
||||||
title: Your awesome title
|
title: XMPP.DK
|
||||||
email: your-email@domain.com
|
email: jesper@graffen.dk
|
||||||
description: > # this means to ignore newlines until "baseurl:"
|
description: > # this means to ignore newlines until "baseurl:"
|
||||||
Write an awesome description for your new site here. You can edit this
|
xmpp.dk is a secure, free and public XMPP/Jabber server that allows registration.
|
||||||
line in _config.yml. It will appear in your document head meta (for
|
|
||||||
Google search results) and in your feed.xml site description.
|
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "http://yourdomain.com" # the base hostname & protocol for your site
|
url: "https://xmpp.dk" # the base hostname & protocol for your site
|
||||||
twitter_username: jekyllrb
|
sass:
|
||||||
github_username: jekyll
|
sass_dir: _sass
|
||||||
|
include: ['_pages']
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
input: GFM
|
||||||
|
|
Loading…
Reference in a new issue