-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
48 lines (40 loc) · 1.52 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
baseurl = "https://art.philcryer.com"
languageCode = "en-us"
defaultContentLanguage = "en"
isMultilingual = false
title = "Phil Cryer - Art"
theme = "sam"
pygmentsStyle = "monokai"
pygmentsCodefences = true
# googleAnalytics = ""
[params]
dateform = "Mon Jan 02, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 EST"
favicon = "sam.ico"
homepage = "main" # What to call the home page link, link will not be rendered if empty
footerText = "Phil Cryer - Art"
# Metadata for Open Graph and Twitter
description = "A new Hugo site." # Max 160 characters show in search results
images = ["tn.png"] # Image that shows on Twitter cards and Open Graph links to the site
title = "Phil Cryer - Art"
# rss = ""
[[params.videoBackground.sources]]
source = "/sample_video.mp4"
type = "video/mp4"
poster = "/background.png"
[params.videoBackground]
overlay = "rgba(0, 0, 0, 0.4)" # optional
[[params.mainMenu]]
link = "posts"
text = "posts"
[[params.mainMenu]]
link = "gallery"
text = "gallery"
[[params.mainMenu]]
link = "portfolio"
text = "portfolio"
[[params.mainMenu]]
link = "about"
text = "who is sam?"
[imaging]
quality = 75