forked from EthanRosenthal/website-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
55 lines (48 loc) · 1.24 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
title = "Ethan Rosenthal"
baseURL = "https://www.ethanrosenthal.com"
tags = ["data science", "machine learning"]
languageCode = "en-US"
config = "config.toml"
theme = "osprey"
canonifyURLS = true
googleAnalytics = "UA-54232305-1"
disableKinds = ["taxonomy", "taxonomyTerm"] # This theme does not currently use "tag" and "category" taxonomies
[permalinks]
blog = "/:year/:month/:day/:slug/"
[Params]
headline = "Ethan Rosenthal, PhD"
subheadline = "Data Science Consulting"
author = "Ethan Rosenthal"
description = ""
logoBig = "/images/profile_pic2.jpg"
logoSmall = "/images/profile_pic2.jpg"
favicon = "favicon.ico"
opengraphImage = ""
twitter = "eprosenthal"
linkedin = "ethanrosenthal"
github = "EthanRosenthal"
email = "ethan@ethanrosenthal.com"
googleTagManager = ""
highlightJS = true
copyright = true
credit = true
customCSS = false
cacheBustCSS = false
cacheBustJS = false
ajaxFormspree = false
[[menu.main]]
name = "Services"
url = "/#services"
weight = 1
[[menu.main]]
name = "About"
url = "/#about"
weight = 2
[[menu.main]]
name = "Blog"
url = "/#blog"
weight = 3
[[menu.main]]
name = "Links"
url = "/links"
weight = 4