-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
32 lines (27 loc) · 831 Bytes
/
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
languageCode = "en-us"
title = "Evan Waldmann"
baseurl = "https://waldmannly.github.io"
theme = "aerial"
[params]
name = "Evan Waldmann"
about = "Applied Mathematician • Computer Scientist"
copyright = ""
#Disable the scrolling background by entering any string for bg_scroll. Enable by leaving bg_scroll empty.
bg_scroll = ""
favicon = "favicon.ico"
[[params.social]]
medium = "Linkedin"
icon = "linkedin"
link = "https://www.linkedin.com/in/evan-waldmann-492368149/"
[[params.social]]
medium = "Github"
icon = "github"
link = "https://github.com/waldmannly"
[[params.social]]
medium = "Instagram"
icon = "instagram"
link = "https://www.instagram.com/waldmannly/?hl=en"
[[params.social]]
medium = "Email"
icon = "envelope-o"
link = "mailto:[email protected]"