Added events collection and first event
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
10
_config.yml
10
_config.yml
@ -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
|
||||
|
||||
Reference in New Issue
Block a user