forked from plfa/plfa.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
31 lines (27 loc) · 718 Bytes
/
_config.yml
File metadata and controls
31 lines (27 loc) · 718 Bytes
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
title: >
Programming Languages Concepts
description: >
An undergraduate-level introduction to programming language concepts, combining elements of Wadler et al.'s PLFA and Pierce's SF series with additional background material.
license: Creative Commons Attribution 4.0 International License
license-file: https://creativecommons.org/licenses/by/4.0/
repository: jphmrst/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"
- "out/epub/acknowledgements.md"