-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path_config.yml
50 lines (46 loc) · 899 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
42
43
44
45
46
47
48
49
50
# Site settings
title: Common Lisp
domain: "lisp-lang.org"
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: none
#sass:
# style: compressed
defaults:
- scope:
path: "learn"
values:
layout: "learn"
permalink: "/learn/:title"
css_file: "learn"
- scope:
path: "success"
values:
layout: "success"
css_file: success
- scope:
path: "learn/_posts/tutorials"
values:
kind: "tutorial"
- scope:
path: "learn/_posts/guides"
values:
kind: "guide"
- scope:
path: "news"
values:
permalink: /news/:year/:month/:day/:title/
layout: "news"
css_file: "news"
- scope:
path: "wiki"
values:
permalink: /wiki/article/:title
layout: "wiki"
css_file: "wiki"
- scope:
path: "wiki/_posts"
values:
layout: "wiki-article"