Added events collection and first event

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-05-19 15:48:33 +02:00
parent b96c8670b4
commit 808a2b656a
5 changed files with 97 additions and 0 deletions

View File

@ -13,6 +13,9 @@ description: > # this means to ignore newlines until "baseurl:"
related to me personally.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://2martens.de" # the base hostname & protocol for your site
collections:
events:
output: true
defaults:
-
scope:
@ -29,6 +32,13 @@ defaults:
values:
layout: "page"
sidebarboxes: "author encrypted-communication"
-
scope:
path: ""
type: "events"
values:
layout: "event"
sidebarboxes: "author encrypted-communication"
# Build settings
markdown: kramdown