mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
Update from Forestry.io
Hanna Schraffenberger updated _config.yml
This commit is contained in:
committed by
Forestry.io
parent
7c5c726fbb
commit
acdfa5f506
38
_config.yml
38
_config.yml
@@ -1,32 +1,18 @@
|
||||
---
|
||||
title: uBuild Design Blocks
|
||||
author: Forestry.io
|
||||
email: support@forestry.io
|
||||
description: >-
|
||||
ubuild-jekyll is a Jekyll theme desgined to work with Forestry's Blocks feature.
|
||||
This theme provides a set of page-level components and a pre-configured Forestry Blocks UI
|
||||
that will empower content editors to construct their own webpages.
|
||||
baseurl: "/ubuild-jekyll" # the subpath of your site, e.g. /blog
|
||||
url: "" # your site's origin, e.g. https://forestry.io
|
||||
|
||||
# Build settings
|
||||
description: ubuild-jekyll is a Jekyll theme desgined to work with Forestry's Blocks
|
||||
feature. This theme provides a set of page-level components and a pre-configured
|
||||
Forestry Blocks UI that will empower content editors to construct their own webpages.
|
||||
baseurl: "/"
|
||||
url: ''
|
||||
defaults:
|
||||
- scope:
|
||||
path: "" # an empty string here means all files in the project
|
||||
values:
|
||||
layout: "default" # this ensures all content renders with layouts/default.html
|
||||
- scope:
|
||||
path: ''
|
||||
values:
|
||||
layout: default
|
||||
markdown: kramdown
|
||||
gems:
|
||||
- jekyll-feed
|
||||
- jekyll-menus
|
||||
|
||||
# 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/
|
||||
- jekyll-feed
|
||||
- jekyll-menus
|
||||
|
||||
Reference in New Issue
Block a user