This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.toml
106 lines (84 loc) · 2.26 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
105
baseurl = "https://robjhyndman.com/"
title = "Rob J Hyndman"
canonifyurls = true
relativeurls = false
paginate = 10
theme = "robjhyndman"
DisqusShortname = "researchtips"
googleAnalytics = "UA-5004894-1"
ignoreFiles = ["_cache$","\\.Rmd$", "(^|/)renv$", "renv\\.lock$","\\.Rmarkdown$", "\\.knit\\.md$", "\\.utf8\\.md$"]
pluralizeListTitles = false
buildFuture = true
[markup.goldmark.renderer]
unsafe= true
[params]
# Date format (refer to Go's date format: http://flippinggodateformat.com)
date_format = "2 January 2006"
# Number of posts to show on main page.
posts_count = 3
# Number of publications to show on main page.
pubs_count = 5
# Number of seminars to show on main page.
seminars_count = 5
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "11.3.1"
highlightjsCDN = "//cdn.bootcss.com"
highlightjsLang = ["r", "yaml", "tex"]
highlightjsTheme = "stackoverflow-light"
[[params.social]]
icon = "university"
icon_pack = "fa"
link = "https://monash.edu/business/ebs"
text = "Department of Econometrics & Business Statistics, Monash University, Clayton VIC 3800, Australia."
[[params.social]]
icon = "envelope"
icon_pack = "fa"
link = "mailto:[email protected]"
text = "[email protected]"
[[params.social]]
icon = "twitter"
icon_pack = "fa"
link = "https://twitter.com/robjhyndman"
text = "@robjhyndman"
site = "Twitter"
[[params.social]]
icon = "github-alt"
icon_pack = "fa"
link = "https://github.com/robjhyndman/"
text = "robjhyndman"
site = "GitHub"
[[params.social]]
icon = "google-scholar"
icon_pack = "ai"
link = "https://scholar.google.com/citations?user=vamErfkAAAAJ"
text = "Google Scholar"
# Navigation Links
# The weight parameter defines the order that the links will appear in.
[[menu.main]]
name = "Hyndsight blog"
url = "/hyndsight/"
weight = 1
[[menu.main]]
name = "Publications"
url = "/publications/"
weight = 2
[[menu.main]]
name = "Software"
url = "/software/"
weight = 3
[[menu.main]]
name = "Seminars"
url = "/seminars/"
weight = 4
[[menu.main]]
name = "Teaching"
url = "/teaching/"
weight = 4
[[menu.main]]
name = "Research team"
url = "/research-team/"
weight = 5
[[menu.main]]
name = "About"
url = "/about/"
weight = 6