2017-02-05 18:19:49 +00:00
|
|
|
# Welcome to Jekyll!
|
|
|
|
#
|
|
|
|
# This config file is meant for settings that affect your whole blog, values
|
2017-02-06 10:51:18 +00:00
|
|
|
# which you are expected to set up once and rarely edit after that. If you find
|
|
|
|
# yourself editing this file very often, consider using Jekyll's data files
|
|
|
|
# feature for the data you need to update frequently.
|
|
|
|
#
|
2017-02-05 18:19:49 +00:00
|
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
2017-02-06 10:51:18 +00:00
|
|
|
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
2017-02-05 18:19:49 +00:00
|
|
|
|
|
|
|
# Site settings
|
2017-02-06 10:51:18 +00:00
|
|
|
# These are used to personalize your new site. If you look in the HTML files,
|
|
|
|
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
|
|
|
# You can create any custom variable you would like, and they will be accessible
|
|
|
|
# in the templates via {{ site.myvariable }}.
|
2017-02-11 10:58:41 +00:00
|
|
|
name: data.coop
|
2017-02-06 13:05:17 +00:00
|
|
|
email: kontakt@data.coop
|
2017-02-05 18:19:49 +00:00
|
|
|
description: > # this means to ignore newlines until "baseurl:"
|
2017-02-11 11:21:50 +00:00
|
|
|
et datakollektiv der passer på dine data.
|
2017-02-05 18:19:49 +00:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
2017-02-06 10:51:18 +00:00
|
|
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
2017-02-05 18:19:49 +00:00
|
|
|
|
2018-11-02 21:13:47 +00:00
|
|
|
footer-links:
|
|
|
|
- twitter: datacoopdk
|
|
|
|
- email: kontakt@data.coop
|
|
|
|
|
2017-02-05 18:19:49 +00:00
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
2017-02-06 10:51:18 +00:00
|
|
|
|
2019-03-04 15:10:31 +00:00
|
|
|
plugins:
|
2017-02-06 10:51:18 +00:00
|
|
|
- jekyll-feed
|
2017-02-11 10:58:41 +00:00
|
|
|
- jekyll-sitemap
|
2017-02-06 10:51:18 +00:00
|
|
|
exclude:
|
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
2017-02-09 19:46:32 +00:00
|
|
|
- docker-compose.yml
|
2019-03-04 15:10:31 +00:00
|
|
|
- build.sh
|
|
|
|
- .drone.yml
|
|
|
|
- .gitignre
|
2017-02-11 10:58:41 +00:00
|
|
|
include: ['_pages']
|