-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
79 lines (72 loc) · 1.43 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
67
68
69
70
71
72
73
74
75
76
77
78
79
baseURL: 'https://blog.dalydays.com/'
title: Eric Daly's Blog
paginate: 10
theme: PaperModX
pygmentsUseClasses: true
markup:
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
hl_inline: false
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
noHl: false
style: github
tabWidth: 4
minify:
disableXML: true
minifyOutput: true
paginate: 3
languageCode: en-us
DefaultContentLanguage: en-us
enableInlineShortcodes: true
footnoteReturnLinkContents: ^
# custom_css: '[css/contactme.css]'
params:
github: 'https://github.com/linucksrox'
description: Sharing What I Know
ShowBreadCrumbs: true
ShowReadingTime: true
ShowToc: true
TocOpen: true
ShowPostNavLinks: true
ShowCodeCopyButtons: true
comments: true
mainSections:
- post
menu:
main:
- identifier: archives
name: Archives
url: /archives/
weight: 1
- identifier: search
name: Search
url: /search/
weight: 2
- identifier: about
name: About
url: /about/
weight: 10
- identifier: contactme
name: Contact
url: /contactme/
weight: 20
- identifier: github-linucksrox
name: Github
url: 'https://github.com/linucksrox'
weight: 30
taxonomies:
category: categories
tag: tags
series: series
# for search
outputs:
home:
- HTML
- JSON