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.
|
||||
|
||||
# Site settings
|
||||
title: Your awesome title
|
||||
email: your-email@domain.com
|
||||
title: XMPP.DK
|
||||
email: jesper@graffen.dk
|
||||
description: > # this means to ignore newlines until "baseurl:"
|
||||
Write an awesome description for your new site here. You can edit this
|
||||
line in _config.yml. It will appear in your document head meta (for
|
||||
Google search results) and in your feed.xml site description.
|
||||
xmpp.dk is a secure, free and public XMPP/Jabber server that allows registration.
|
||||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
url: "http://yourdomain.com" # the base hostname & protocol for your site
|
||||
twitter_username: jekyllrb
|
||||
github_username: jekyll
|
||||
|
||||
url: "https://xmpp.dk" # the base hostname & protocol for your site
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
include: ['_pages']
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
input: GFM
|
||||
|
|
Loading…
Reference in a new issue