2019-07-12 23:20:55 +02: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.
|
|
|
|
|
|
|
|
# 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: Gancio
|
2019-12-04 00:50:15 +01:00
|
|
|
email: lesion@autistici.org
|
2019-07-12 23:20:55 +02:00
|
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
2019-12-04 00:50:15 +01:00
|
|
|
A shared agenda for local communities with AP support
|
2021-06-24 17:33:18 +02:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
2019-07-25 11:01:08 +02:00
|
|
|
url: "https://gancio.org" # the base hostname & protocol for your site, e.g. http://example.com
|
2019-07-12 23:20:55 +02:00
|
|
|
#twitter_username: jekyllrb
|
|
|
|
#github_username: jekyll
|
|
|
|
|
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
|
|
|
theme: "just-the-docs"
|
|
|
|
plugins:
|
|
|
|
- jekyll-feed
|
|
|
|
- jemoji
|
2020-01-21 22:14:46 +01:00
|
|
|
- premonition
|
2021-06-04 15:34:40 +02:00
|
|
|
- jekyll-default-layout
|
2019-07-12 23:20:55 +02:00
|
|
|
|
|
|
|
search_enabled: true
|
|
|
|
|
|
|
|
aux_links:
|
|
|
|
"Source":
|
2019-09-21 23:26:21 +02:00
|
|
|
- https://framagit.org/les/gancio
|
2021-10-25 11:14:32 +02:00
|
|
|
"@gancio@mastodon.cisti.org":
|
2020-01-21 22:14:46 +01:00
|
|
|
- https://mastodon.cisti.org/@gancio
|
2019-09-21 23:26:21 +02:00
|
|
|
|
2021-06-04 15:34:40 +02:00
|
|
|
gh_edit_link: true # show or hide edit this page link
|
|
|
|
gh_edit_link_text: "Edit this page"
|
|
|
|
gh_edit_repository: "https://framagit.org/les/gancio" # the github URL for your repo
|
|
|
|
gh_edit_branch: "master/docs" # the branch that your docs is served from
|
|
|
|
# gh_edit_source: docs # the source that your files originate from
|
|
|
|
gh_edit_view_mode: "-/tree" # "tree" or "edit" if you want the user to jump into the editor immediately
|
2019-09-21 23:26:21 +02:00
|
|
|
|
2019-07-12 23:20:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
#Exclude from processing.
|
|
|
|
# The following items will not be processed, by default. Create a custom list
|
|
|
|
# to override the default setting.
|
|
|
|
# exclude:
|
|
|
|
# - Gemfile
|
|
|
|
# - Gemfile.lock
|
|
|
|
# - node_modules
|
|
|
|
# - vendor/bundle/
|
|
|
|
# - vendor/cache/
|
|
|
|
# - vendor/gems/
|
|
|
|
# - vendor/ruby/
|