templates

This commit is contained in:
Garry Ing
2021-03-07 17:59:37 -05:00
parent 3baaf81b64
commit b80c890671
16 changed files with 134 additions and 12 deletions

View File

@ -18,9 +18,10 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: digitalgarden
title: Digital Garden
email: project.digitalgarden@hypha.coop
description: >- # this means to ignore newlines until "baseurl:"
A digital garden or public notebook for The Bentways Digital and/as Public Space Micro-Residency.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
@ -28,6 +29,8 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com
theme: minima
plugins:
- jekyll-feed
sass:
style: compressed
# Exclude from processing.
# The following items will not be processed, by default.
@ -37,14 +40,15 @@ plugins:
# 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/
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- Rakefile