forked from plfa/plfa.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
41 lines (35 loc) · 981 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
40
41
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.ed.inf.ac.uk"
markdown: kramdown
theme: minima
exclude:
- "hs/"
- "src/"
- "extra/"
- "vendor/"
- "Notes.md"
- "*.lagda"
- "Gemfile"
- "Gemfile.lock"