forked from plfa/plfa.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (40 loc) · 1.04 KB
/
_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
40
41
42
43
44
45
46
title: >
Programming Language Foundations in Agda
description: >
Programming Language Foundations in Agda
license: Creative Commons Attribution 4.0 International License
license-file: https://creativecommons.org/licenses/by/4.0/
# To include a new author, add them below in the order in which they are to be
# displayed in the author list. If they have made contributions as an author via
# GitHub, their username MUST be included in the list.
authors:
- name: Philip Wadler
email: [email protected]
corresponding: true
github_username: wadler
- name: Wen Kokke
email: [email protected]
corresponding: true
github_username: wenkokke
twitter_username: wenkokke
google_analytics: "UA-125055580-1"
repository: plfa/plfa.github.io
branch: dev
baseurl: ""
url: "https://plfa.github.io"
markdown: kramdown
theme: minima
exclude:
- "hs/"
- "extra/"
- "depr/"
- "papers/"
- "slides/"
- "vendor/"
- "*.agdai"
- "*.agda-lib"
- "*.lagda.md"
- "Guardfile"
- "Gemfile"
- "Gemfile.lock"
- "highlight.sh"