-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·39 lines (33 loc) · 1.48 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
baseurl = "https://renner.github.io"
languageCode = "en-us"
defaultContentLanguage = "en"
isMultilingual = false
title = "Johannes Hahn"
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 = "© 2020-2024 Johannes Hahn, based on [the sam theme](https://github.com/victoriadrake/hugo-theme-sam) for [Hugo](https://gohugo.io)."
customCSS = ["/css/custom.css"]
# 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.mainMenu]]
link = "about"
text = "about me"
[[params.mainMenu]]
link = "photography"
text = "photography"
[[params.mainMenu]]
link = "projects"
text = "projects"
[params.flickr]
userId = ""
apiKey = ""