-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
146 lines (146 loc) · 3.01 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
baseURL: https://shinydevseries.com
theme: "hugo-apero"
languageCode: en
title: Shiny Developer Series
author: Eric Nantz
copyright: 'Eric Nantz'
googleAnalytics: ''
disqusShortname: ''
metaDataFormat: yaml
footnoteReturnLinkContents: '↩'
paginate: 5
preserveTaxonomyNames: yes
ignoreFiles:
- \.Rmd$
- \.Rmarkdown$
- _cache$
- \.knit\.md$
- \.utf8\.md$
- "(^|/)renv$"
- "renv\\.lock$"
enableEmoji: yes
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
hardwraps: no
unsafe: yes
highlight:
style: github
tableOfContents:
endLevel: 2
ordered: no
startLevel: 2
params:
custom_theme: "shinydevseries"
customheadingFontFamily: 'Rajdhani'
customtextFontFamily: 'Saira'
#customheadingFontFamily: ''
#customtextFontFamily: ''
description: Description for Shiny Dev Series.
favicon: /img/favicon.ico
#headingFontFamily: 'serif'
#textFontFamily: 'sans-serif'
headingFontFamily: ''
textFontFamily: ''
logo: /img/shinydevseries_hex.png
mainSections:
#- blog
- interview
- guest
#- project
math:
renderer: katex
navallcaps: yes
orgLocal: Anywhere
orgName: RStudio
sharing_image: /img/shinydevseries_hex.png
social:
- icon: github
icon_pack: fab
url: https://github.com/shinydevseries/shinydevseries_site
- icon: twitter
icon_pack: fab
url: https://twitter.com/shinydevseries
- icon: youtube
icon_pack: fab
url: https://youtube.com/shinydeveloperseries
- icon: rss
icon_pack: fas
url: /blog/index.xml
- icon: twitch
icon_pack: fab
url: https://twitch.tv/rpodcast
- icon: microphone
icon_pack: fas
url: https://r-podcast.org
socialInFooter: yes
socialInHeader: no
theme: ''
twitter: shinydevseries
utterances:
issue_term: pathname
label: 'comments :crystal_ball:'
repo_name: shinydevseries/shinydevseries_site
theme: photon-dark
use_utterances: yes
taxonomies:
category: categories
series: series
tag: tags
menu:
footer:
- name: License
title: License
url: /license/
weight: 1
header:
- name: About
title: About Blogophonic
url: /about/
weight: 3
# - name: Blog
# title: Blog
# url: /blog/
# weight: 4
- name: Interviews
title: Interviews
url: /interview/
weight: 1
- name: Guests
title: Interview Guests
url: /guest/
weight: 2
- name: Contact
title: Contact form
url: /contact/
weight: 4
# - name: A collection
# title: A collection
# url: /collection/
# weight: 5
# - name: Elements
# title: Element Page
# url: /elements/
# weight: 6
privacy:
disqus:
disable: no
googleAnalytics:
anonymizeIP: yes
disable: no
respectDoNotTrack: yes
instagram:
disable: no
simple: yes
twitter:
disable: no
enableDNT: yes
simple: no
vimeo:
disable: no
enableDNT: yes
simple: yes
youtube:
disable: no
privacyEnhanced: yes