-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (54 loc) · 1.04 KB
/
_config.yml
File metadata and controls
62 lines (54 loc) · 1.04 KB
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
name: Effekt Language
url: 'https://effekt-lang.org'
baseurl:
githuburl: https://github.com/effekt-lang/effekt
githuburl_website: https://github.com/effekt-lang/effekt-website
description: A language with lexical effect handlers and lightweight effect polymorphism
docs: true
collections:
tut:
output: true
examples:
layout: docs
output: true
defaults:
-
scope:
path: ""
type: "examples"
values:
layout: "docs"
-
scope:
path: "tour"
values:
layout: "tour"
origin: "effekt/blob/main/examples/tour"
-
scope:
path: "docs/casestudies"
values:
origin: "effekt/blob/main/examples/casestudies"
sass:
load_paths:
- _sass
- _sass_custom
style: compressed
sourcemap: never
version: 0.1.0-SNAPSHOT
include:
- css/light-style.scss
- css/custom.scss
- css/fontawesome.min.css
- webfonts
- dist
exclude:
- effekt
- docs/casestudies/smc.effekt.md
org: docs
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable : true
plugins:
- jekyll-redirect-from