-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (35 loc) · 941 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
title: Puzzled Pint BLR
author: Puzzled Pint Bangalore GC
description: >-
A casual event for puzzle lovers on the second Tuesday of every month. Bangalore Chapter of
Puzzled Pint.
url: "https://blr.puzzzledpint.com"
# Generated Pages using jekyll-datapage-generator
plugins:
- jekyll-datapage-generator
- jekyll-sitemap
page_gen-dirs: true
page_gen:
# /standings/:YYYY-MM/, based on _data/events.yml
- data: events
template: standings
dir: standings
name_expr: record['date'].strftime('%Y-%m')
title_expr: record['date'].strftime("%B %Y")
page_data_prefix: event
# /team/:slug page
- data: teams
template: team
dir: teams
name_expr: record['slug']
title_expr : record['name'] + " Team "
page_data_prefix: team
# /badges/:badge_id page from _data/badges.yml
- data: badges
template: badge
dir: badges
name_expr: record['id']
title_expr: record['name']
page_data_prefix: badge
sass:
quiet_deps: true