templates
This commit is contained in:
28
_config.yml
28
_config.yml
@ -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 Bentway’s 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
|
||||
|
||||
Reference in New Issue
Block a user