-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
94 lines (89 loc) · 2.03 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
baseurl: https://cderv.rbind.io/
languageCode: en-us
title: cderv's blog
copyright: Christophe Dervieux
# Enable comments by entering your Disqus shortname
disqusShortname: ''
# Enable Google Analytics by entering your tracking code
googleAnalytics: ''
theme: ghostwriter
ignoreFiles:
- "\\.Rmd$"
- "\\.Rmarkdown$"
- "\\.knit\\.md$"
- "\\.utf8\\.md$"
- "_cache$"
author:
name: Christophe Dervieux
profile: ''
taxonomies:
tag: tags
params:
mainSections:
- post
intro: true
headline: Just another blog
description: A blog to share tips, tricks & findings about R ecosystem
github: https://github.com/cderv
gitlab: https://gitlab.com/cderv
twitter: https://twitter.com/chrisderv
linkedin: https://www.linkedin.com/in/cderv/
stackoverflow: https://stackoverflow.com/users/3436535/titolondon
email: [email protected]
opengraph: true
shareTwitter: yes
shareFacebook: yes
shareGooglePlus: no
shareLinkedIn: no
dateFormat: Mon, Jan 2, 2006
rss: true
exponeaJsUrl: ""
exponeaTarget: ""
exponeaToken: ""
exponeaTrackVisits: false
readingTime: true
readingTimeText: "Estimated reading time:"
fathomUrl: ""
fathomSiteId: ""
plausibleAnalytics:
domain: ""
# Default value is plausible.io, overwrite this if you are self-hosting or using a custom domain
serverURL: ""
# chrome highlighting
pygmentsUseClasses: false
pygmentsCodefences: false
permalinks:
post: /:year/:month/:day/:slug/
talk: "/talk/:filename/"
menu:
main:
- name: Blog
url: /
weight: 1
- name: Talks
url: /talk/
weight: 2
- name: About
url: /about/
weight: 3
markup:
defaultMarkdownHandler: "goldmark"
highlight:
codeFences: false
guessSyntax: false
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
tabWidth: 2
goldmark:
renderer:
unsafe: true
privacy:
disqus:
disable: true
googleAnalytics:
anonymizeIP: true
respectDoNotTrack: true
useSessionStorage: false