-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·66 lines (54 loc) · 1.16 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
#Site settings
name: Cromarty's Online Projects
title: Cromarty at github
tagline: Code, ideas, projects, reference, comments
baseurl: ''
url: "https://cromarty.github.io/"
# Build settings
markdown: kramdown
markdown_ext: "kd,kdwn,kdown,kramdown,md,mdwn,mdown,mk,markdown,kk"
kramdown:
# auto_ids: true
paginate: 4
paginate_path: '/page:num/'
permalink: /:title/
# gems
plugins: [jekyll-paginate]
# includes
include: ["_drafts"]
include: ["_pages"]
# excludes
exclude: [new_post.pl, templates]
collections:
ttsprojects:
output: true
permalink: /:collection/:path/
rpi-image-tool:
output: true
permalink: /:collection/:path/
dmm:
output: true
permalink: /:collection/:path/
nvda-treespy:
output: true
permalink: /:collection/:path/
# defaults
defaults:
-
scope:
path: "" # empty string for all files
type: pages
values:
layout: page
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: post
-
scope:
path: ""
type: drafts
values:
layout: post