-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yaml
47 lines (41 loc) · 1 KB
/
_config.yaml
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
# File generation section
listTemplate: _listTemplate.html
listMainPageName: index
listNumberPageName: page_{{number}}
plugins: frontmatter,pager,markup-markdown,layout,surround,landing,lister,fsm,template-liquid,template-ejs,filecopy,surround
smartCopy: [ .jpg, .jpeg, .JPG, .JPEG, .png, .PNG, .tgz ]
# Variable to define grouping variables and placement of generated list files
listVars:
tags:
indexFolder: tags/{{name}}
perPage: 20
sortBy: published
section:
indexFolder: sections/{{name}}
perPage: 20
sortBy: published
authors:
indexFolder: authors/{{name}}
perPage: 20
sortBy: published
license:
indexFolder: licenses/{{name}}
perPage: 20
sortBy: published
issue:
indexFolder: issues/{{name}}
perPage: 20
sortBy: published
book:
indexFolder: books/{{name}}
perPage: 20
sortBy: book_weight
sortReversed: true
# The full list
listAll:
indexFolder: all_articles
perPage: 20
sortBy: published
ignore:
- bower.json
- .git