42 lines
1.5 KiB
TOML
42 lines
1.5 KiB
TOML
baseurl = "https://tuleu.lighting" # Your domain name
|
|
languageCode = "en-us"
|
|
defaultContentLanguage = "en"
|
|
isMultilingual = true
|
|
title = "Alexandre Tuleu | Light Designer"
|
|
theme = "sam"
|
|
pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html
|
|
pygmentsCodefences = true
|
|
# googleAnalytics = "" # Tracking code, eg. "UA-111111111-1"
|
|
|
|
[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
|
|
footerText = "Call me Sam, a theme for Hugo."
|
|
|
|
# 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 = "Call me Sam"
|
|
# 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 = "portfolio"
|
|
text = "portfolio"
|
|
|
|
[[params.mainMenu]]
|
|
link = "about"
|
|
text = "about"
|
|
|
|
[imaging]
|
|
quality = 75
|