forked from plfa/plfa.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
71 lines (64 loc) · 1.66 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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
- name: Jeremy G. Siek
email: [email protected]
corresponding: true
github_username: jsiek
twitter_username: jeremysiek
extra_contributors:
- github_username: cyberglot
- name: Vikraman Choudhury
- name: Ben Darwin
- github_username: koo5
- name: Anish Tondwalkar
- name: Nils Anders Danielsson
- name: Miëtek Bak
- name: Gergő Érdi
- name: Adam Sandberg Eriksson
- name: David Janin
- name: András Kovács
- name: Ulf Norell
- name: Liam O'Connor
- name: N. Raghavendra
- name: Roman Kireev
- name: Amr Sabry
google_analytics: "UA-125055580-1"
repository: plfa/plfa.github.io
branch: dev
baseurl: ""
url: "https://plfa.github.io"
markdown: kramdown
theme: minima
excerpt_separator: <!--more-->
exclude:
- "*.lagda.md"
- "*.agdai"
- "*.agda-lib"
- "extra/"
- "papers/"
- "vendor/"
- "epub/"
- ".versions/"
- "_build/"
- "Guardfile"
- "Gemfile"
- "Gemfile.lock"
- "highlight.sh"
- "out/epub/acknowledgements.md"