-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
49 lines (49 loc) · 1.2 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
baseurl: "https://www.mark-druffel.com/"
languageCode: en-us
title: Mark Druffel
theme: hugo-lithium
googleAnalytics: ''
disqusShortname: 'www-mark-druffel-com'
enableRobotsTXT: true
canonifyURLs: true
enableEmoji: true
# Set to true to disable code folding
disable_codefolding: false
# Set to "hide" or "show" all codes by default
codefolding_show: hide
codefolding_nobutton: true
ignoreFiles: ["\\.Rmd$", "_cache$", "\\.knit\\.md$","\\.utf8\\.md$","\\.Rprofile$"]
permalinks:
post: /:year/:slug/
menu:
main:
- name: "About"
url: /about/
weight: 1
- name: "Blog"
url: /post/
weight: 2
- name: "Resume"
url: /resume/
weight: 3
params:
description: "Data scientist, askew from central tendencies"
MathJaxCDN: //cdnjs.cloudflare.com/ajax/libs
MathJaxVersion: 2.7.5
customCSS: []
customJS: ["js/fix-footnote.js"]
favicon: favicon.ico
disable_highlight: false
highlightjsCDN: //cdnjs.cloudflare.com/ajax/libs
highlightjsLang: ["r", "yaml", "tex"]
highlightjsTheme: github
highlightjsVersion: 9.12.0
social:
github: "mark-druffel"
twitter: "markduffel"
linkedin: "markdruffel"
logo:
alt: Home
height: 50
url: oregon.png
width: 50