rf-web/_config.yml

82 lines
2.4 KiB
YAML
Raw Permalink Normal View History

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 }}.
title: ReclaimFutures
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:"
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
url: "" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /:categories/news/:year/:title:output_ext
2020-09-05 14:12:50 +00:00
discordID: 737678270924849183
discordInviteCode: 3yaUwg3
twitchChannel: reclaimfutures
2020-04-25 08:46:53 +00:00
2019-10-21 08:18:17 +00:00
# Build settings
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:
- src/
- yarn.lock
- _config.yml
- .prettierrc
- Gemfile
- Gemfile.lock
- issue_template.md
- package.json
# - .sass-cache/
# - .jekyll-cache/
# - .cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/
2020-07-29 16:24:30 +00:00
# Generation of pages for participants + events
2020-07-29 16:24:30 +00:00
age_gen-dirs: true
page_gen:
- data: 'rf2020.participants'
template: 'participant'
dir: 'rf2020/participants'
name: 'ref'
2020-07-29 16:24:30 +00:00
- data: 'rf2020.events'
template: 'event'
dir: 'rf2020/events'
name: 'ref'
2020-07-29 16:24:30 +00:00