-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
34 lines (28 loc) · 1.02 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
baseurl = "https://garrett.beatty.codes" # Your domain name
languageCode = "en-us"
defaultContentLanguage = "en"
isMultilingual = false
title = "Garrett Beatty"
theme = "sam" # pull in theme as hugo module
pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html
pygmentsCodefences = true
[params]
homepage = "Home" # What to call the home page link, link will not be rendered if empty
footerText = "Garrett Beatty"
[[params.videoBackground.sources]]
source = "/nyc.mp4"
type = "video/mp4"
poster = "/background.png"
[params.videoBackground]
overlay = "rgba(0, 0, 0, 0.4)" # optional
[[params.mainMenu]]
link = "GarrettBeattyResume.pdf"
text = "Resume"
[[params.mainMenu]]
link = "publications"
text = "Publications"
[[params.mainMenu]]
link = "projects"
text = "Projects"
[imaging]
quality = 75