-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·104 lines (92 loc) · 2.75 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
100
101
102
103
104
baseurl = "https://www.rogerjbos.com/"
languageCode = "en-us"
title = "Roger J. Bos, CFA"
theme = "ghostwriter"
googleAnalytics = "UA-121878757-3"
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
copyright = "Roger J. Bos, CFA"
[Privacy]
[Privacy.disqus]
disable = true
[Privacy.googleAnalytics]
anonymizeIP = true
respectDoNotTrack = true
useSessionStorage = false
[Author]
name = "Roger J. Bos, CFA"
profile = ""
[Taxonomies]
tag = "tags"
[Params]
mainSections = "post"
intro = true
headline = ""
description = "An equity, crypto, and real estate investor in Connecticut with a quant focus."
github = "https://github.com/rogerjbos"
gitlab = ""
linkedin = "https://linkedin.com/in/rogerjbos/"
twitter = "https://twitter.com/rogerjbos"
stackoverflow = "https://stackoverflow.com/users/7351478"
facebook = "https://www.facebook.com/rogerjbos"
email = "[email protected]"
opengraph = true
shareTwitter = true
shareFacebook = true
shareGooglePlus = false
shareLinkedIn = true
dateFormat = "Mon, Jan 2, 2006"
highlightJsUrl = ""
highlightJsLocalUrl = ""
exponeaJsUrl = ""
exponeaTarget = ""
exponeaToken = ""
exponeaTrackVisits = false
readingTime = true
readingTimeText = "Estimated reading time:"
[permalinks]
post = "/:slug/"
[[menu.main]]
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
name = "Blog"
url = "/"
weight = 2
[[menu.main]]
name = "Equity Investing"
url = "/investing/"
weight = 3
[[menu.main]]
name = "Crypto"
url = "https://crypto.rogerjbos.com/"
weight = 4
[[menu.main]]
name = "Linux"
url = "/linux/"
weight = 5
[[menu.main]]
name = "DIY"
url = "/diy/"
weight = 6
[[menu.main]]
name = "ART"
url = "/art/"
weight = 7
[params]
description = "An equity, crypto, and real estate investor in Connecticut with a quant focus."
# <script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
# <div class="LI-profile-badge" data-version="v1" data-size="medium" data-locale="en_US" data-type="horizontal" data-theme="light" data-vanity="rogerjboscfa"><a class="LI-simple-link" href='https://www.linkedin.com/in/rogerjboscfa?trk=profile-badge'>Roger J. Bos, CFA</a></div>
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.12.0"
highlightjsCDN = "//cdnjs.cloudflare.com/ajax/libs"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"
MathJaxCDN = "//cdnjs.cloudflare.com/ajax/libs"
MathJaxVersion = "2.7.5"
[params.logo]
url = "logo.png"
width = 50
height = 50
alt = "Logo"