rfc/_config.yml

23 lines
258 B
YAML
Raw Normal View History

2019-08-02 18:20:01 +02:00
title: "Vac Protocol"
2020-02-20 10:18:26 -05:00
markdown: kramdown
2020-02-20 10:22:13 -05:00
theme: minima
2020-02-20 10:25:21 -05:00
collections:
specs:
output: true
2020-02-20 10:22:13 -05:00
defaults:
-
scope:
2020-02-20 10:52:28 -05:00
path: "specs"
2020-02-20 10:22:13 -05:00
values:
2020-02-20 10:44:00 -05:00
layout: "spec"
2020-02-20 10:22:13 -05:00
header_pages:
- waku.md
plugins:
- jekyll-redirect-from
- jekyll-sitemap