mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
30 lines
771 B
YAML
30 lines
771 B
YAML
title: Forestry-Blocks Demo
|
|
author: Your Name
|
|
email: your-email@example.com
|
|
description: Demo site for forestry blocks
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
url: "" # your site's origin, e.g. https://forestry.io
|
|
|
|
# Build settings
|
|
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
|
|
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/
|