-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
99 lines (85 loc) · 2.37 KB
/
config.toml
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
baseURL = "https://stevenmortimer.com/"
languageCode = "en-us"
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
title = "stevenmortimer.com"
theme = "hugo-sustain"
enableEmoji = true
googleAnalytics = "UA-98603021-1"
# disqusShortname = "iamwhatir"
canonifyURLs = true
pluralizelisttitles = false
paginate = 5
paginatePath = ""
rssLimit = 100
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[Permalinks]
blog = "/:slug"
[Author]
name = "Steven M. Mortimer"
email = "mortimer.steven.m@gmail.com"
[Taxonomies]
category = "categories"
tag = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[related]
threshold = 80
includeNewer = true
toLower = true
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "date"
weight = 10
[blackfriday]
hrefTargetBlank = true
[Params]
intro = true
author = "Steven M. Mortimer"
headline = "Blog"
description = "R Packages, Machine Learning, Salesforce, DoubleClick, et cetera."
image = "img/headshot.png"
avatar = "headshot.jpg"
github = "StevenMMortimer"
linkedin = "StevenMMortimer"
twitter = "StevenMMortimer"
stackoverflow = "users/5258043/steven-m-mortimer"
kofi = "StevenMMortimer"
email = "mortimer.steven.m@gmail.com"
opengraph = true
twittercards = true
shareTwitter = true
shareFacebook = true
shareGooglePlus = true
shareLinkedIn = true
# Date format (refer to Go's date format: http://flippinggodateformat.com )
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
dateFormat = "January 2, 2006"
# Enable global LaTeX math rendering?
# If false, you can enable it locally on a per page basis.
MathJaxCDN = "//cdnjs.cloudflare.com/ajax/libs"
MathJaxVersion = "3.0.5"
# Highlight.js options
highlightjsVersion = "10.1.1"
highlightjsCDN = "//cdnjs.cloudflare.com/ajax/libs"
highlightjsLang = ["r", "yml", "py", "sh", "shell", "json"]
highlightjsTheme = "vs"
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 1
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 2
[[menu.main]]
name = "Presentations"
url = "/presentations/"
weight = 3
[[menu.main]]
name = "About"
url = "/about"
weight = 4