Skip to content

Commit a644979

Browse files
Feature/73/merge events and slides (#78)
1 parent 21e3d9b commit a644979

25 files changed

+432
-690
lines changed

Diff for: _config.yml

+11-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ baseurl: ""
6363
# !! You don't need to change any of the configuration flags below !!
6464
#
6565

66-
permalink: /:title/
66+
permalink: pretty
6767

6868
# The release of Jekyll Now that you're using
6969
version: v3.0.0
@@ -88,12 +88,19 @@ plugins:
8888
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
8989
- jekyll-seo-tag
9090
- jekyll-redirect-from # https://stackoverflow.com/questions/31166747/jekyll-default-page
91+
- jekyll-datapage-generator
9192

9293
include: ['_pages']
9394

94-
collections:
95-
slides:
96-
output: true
95+
page_gen:
96+
- data: 'events'
97+
dir: 'events/meetup'
98+
template: 'event'
99+
name: 'title'
100+
101+
102+
103+
97104

98105
# Exclude these files from your production _site
99106
exclude:

0 commit comments

Comments
 (0)