-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
60 lines (52 loc) · 1.28 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
theme = "hugo-theme-codex"
baseURL = "https://dfm.io/"
relativeURLs = true
languageCode = "en-us"
title = "Dan Foreman-Mackey"
copyright = "© 2014-{year} Dan Foreman-Mackey"
[params]
twitter = "https://twitter.com/exoplaneteer"
mastodon = "https://fosstodon.org/@dfm"
github = "https://github.com/dfm"
email = "mailto:[email protected]"
iconOrder = ["GitHub", "Email", "Twitter", "Mastodon"]
Description = "Dan Foreman-Mackey is an Associate Research Scientist at the Center for Computational Astrophysics in the Flatiron Institute at the Simons Foundation."
customCss = ["css/custom.css"]
[markup]
[markup.highlight]
codeFences = false
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
identifier = "home"
name = " home"
title = "Home"
url = "/"
[[menu.main]]
identifier = "about"
name = "about"
title = "About"
url = "/about"
[[menu.main]]
identifier = "blog"
name = "blog"
title = "Blog"
url = "/posts"
[[menu.main]]
identifier = "cv"
name = "cv"
title = "CV"
url = "https://github.com/dfm/cv"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true