2019-10-21 08:18:17 +00:00
|
|
|
# Welcome to Jekyll!
|
|
|
|
#
|
|
|
|
# This config file is meant for settings that affect your whole blog, values
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
|
|
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
|
|
|
#
|
|
|
|
# If you need help with YAML syntax, here are some quick references for you:
|
|
|
|
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
|
|
|
|
# https://learnxinyminutes.com/docs/yaml/
|
|
|
|
#
|
|
|
|
# Site settings
|
|
|
|
# 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 }}.
|
|
|
|
|
2019-11-10 11:42:37 +00:00
|
|
|
title: ReclaimFutures
|
2020-03-26 18:45:15 +00:00
|
|
|
email: info@reclaimfutures.org
|
2020-05-25 15:35:13 +00:00
|
|
|
twitter: "@reclaim_futures"
|
2019-10-21 08:18:17 +00:00
|
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
2020-03-26 18:45:15 +00:00
|
|
|
ReclaimFutures is a technology and culture conference exploring post-capitalist desire, utopian horizons, alternative computing and ecology..
|
2019-10-21 08:18:17 +00:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
2020-03-26 18:45:15 +00:00
|
|
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
2020-04-28 11:52:44 +00:00
|
|
|
permalink: /:categories/news/:year/:title:output_ext
|
2020-04-25 08:46:53 +00:00
|
|
|
|
2019-10-21 08:18:17 +00:00
|
|
|
|
|
|
|
# Build settings
|
2020-03-26 18:45:15 +00:00
|
|
|
|
2019-10-21 08:18:17 +00:00
|
|
|
theme: minima
|
|
|
|
plugins:
|
|
|
|
- jekyll-feed
|
2020-07-29 16:24:30 +00:00
|
|
|
- jekyll-datapage-generator
|
2019-10-21 08:18:17 +00:00
|
|
|
|
|
|
|
# Exclude from processing.
|
|
|
|
# The following items will not be processed, by default.
|
|
|
|
# Any item listed under the `exclude:` key here will be automatically added to
|
|
|
|
# the internal "default list".
|
|
|
|
#
|
|
|
|
# Excluded items can be processed by explicitly listing the directories or
|
|
|
|
# their entries' file path in the `include:` list.
|
|
|
|
#
|
|
|
|
# exclude:
|
|
|
|
# - .sass-cache/
|
|
|
|
# - .jekyll-cache/
|
|
|
|
# - gemfiles/
|
|
|
|
# - Gemfile
|
|
|
|
# - Gemfile.lock
|
|
|
|
# - node_modules/
|
|
|
|
# - vendor/bundle/
|
|
|
|
# - vendor/cache/
|
|
|
|
# - vendor/gems/
|
|
|
|
# - vendor/ruby/
|
2020-07-29 16:24:30 +00:00
|
|
|
|
|
|
|
# Generation of pages for participants
|
|
|
|
age_gen-dirs: true
|
|
|
|
|
|
|
|
page_gen:
|
|
|
|
- data: 'rf2020.participants'
|
|
|
|
template: 'participant'
|
|
|
|
dir: 'participants'
|
|
|
|
name: 'id'
|
|
|
|
- data: 'rf2020.events'
|
|
|
|
template: 'event'
|
|
|
|
dir: 'events'
|
|
|
|
name: 'id'
|
|
|
|
|