-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
27 lines (22 loc) · 1.07 KB
/
config.example.yaml
File metadata and controls
27 lines (22 loc) · 1.07 KB
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
---
# required - or URLs are not produce-able
minutes_base_url: https://json-ld.github.io/minutes/
group: JSON-LD CG Telecon # default: Telecon
people: www/people.json # default: www/people.json
partials: www/_partials/ # default: www/_partials/
# The `content` and `minutes_base_url` Mustache variables MUST are pre-escaped
# so use {{{content}}} (3 curley braces) to properly unescape them for text.
email: # required for -e
from: gregg@greggkellogg.net # required!
to: JSON-LD CG <public-linked-json@w3.org> # required!
# Mustache template - vars: gDate
subject: "[MINUTES] W3C JSON-LD CG Call - {{gDate}} 12pm ET"
# Mustache template - vars: content, gDate, scribe, minutes_base_url
body: |-
Thanks to {{scribe}} for scribing this week! The minutes
for this week's JSON-LD CG telecon are now available:
{{{minutes_base_url}}}{{gDate}}/
Full text of the discussion follows for W3C archival purposes.
Audio from the meeting is available as well (link provided below).
----------------------------------------------------------------
{{{content}}}