-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
63 lines (63 loc) · 1.58 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
baseURL: https://turtletopia.github.io
relativeurls: false
canonifyurls: true
languageCode: en-us
title: "Turtletopia: a blog about programming in R"
theme: hugo-lithium
googleAnalytics: 'G-2SKRPRGMM0'
disqusShortname: ''
ignoreFiles:
- \.Rmd$
- \.Rmarkdown$
- _cache$
- \.knit\.md$
- \.utf8\.md$
permalinks:
post: /:year/:month/:day/:slug/
relativeURLs: true
menu:
main:
- name: About
url: /about/
- name: GitHub
url: https://github.com/turtletopia
- name: Twitter
url: https://twitter.com/Rturtletopia
params:
MathJaxCDN: //cdnjs.cloudflare.com/ajax/libs
MathJaxVersion: 2.7.5
description: We’ve studied and worked together on several R projects in many domains over the last few years. There were shiny apps, machine learning, bioinformatics, Rcpp, data visualization… we can’t even list it all. And the time has come to share that knowledge.
favicon: favicon.ico
highlightjsCDN: //cdnjs.cloudflare.com/ajax/libs
highlightjsLang:
- r
- yaml
highlightjsTheme: github
highlightjsVersion: 9.12.0
customCSS: ["css/custom.css"]
logo:
alt: Logo
height: 50
url: logo.png
width: 50
categoryColors:
Overview: "#D33F49B0"
Tutorial: "#77BA99B0"
Organisational: "#D7C0D0B0"
Essay: "#FABC2AB0"
Turtletools: "#52489CB0"
Default: "#EEEEEEB0"
images:
- images/logo.png
relativeURLs: true
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
privacy:
googleAnalytics:
anonymizeIP: false
disable: false
respectDoNotTrack: true
useSessionStorage: false