-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (42 loc) · 1.1 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
baseurl = "https://rayheberer.ai/"
languageCode = "en-us"
defaultContentLanguage = "en-us"
title = "Ray Heberer"
theme = "hugo-geo"
disqusShortname = "rayheberer-netlify-com"
paginate = 5
[taxonomies]
tag = "tags"
[params]
showglobe = true
favicon = "favicon.ico"
#analytics = "code-here"
email = "ray.heberer@gmail.com"
profilepic = "img/profile-122017.jpg"
title = "Ray Heberer"
# Social buttons for sidebar
# Each of these are optional
[[params.socialbuttons]]
faicon = "github"
url = "https://github.com/rayheberer"
[[params.socialbuttons]]
faicon = "twitter"
url = "https://twitter.com/rayheberer4"
[[params.socialbuttons]]
faicon = "medium"
url = "https://medium.com/@rayheberer/"
[[params.socialbuttons]]
faicon = "linkedin"
url = "https://linkedin.com/in/rayheberer"
[[params.socialbuttons]]
faicon = "instagram"
url = "https://www.instagram.com/ray_heberer/"
[[params.navlinks]]
name = "About"
url = "about"
[[params.navlinks]]
name = "Projects"
url = "projects"
[[params.navlinks]]
name = "Newsletter"
url = "newsletter"