-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
69 lines (55 loc) · 1.51 KB
/
hugo.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
baseURL = 'https://bjorgv.in/'
languageCode = 'en-us'
title = 'bjorgv.in'
# theme = 'bjorgv.in-classic'
theme = 'hugo-split-theme'
disableKinds = ["section", "taxonomy", "RSS", "sitemap"]
# Copyright
copyright = "©2024 bjorgv.in"
[params]
# Metadata for search engines and social sharing
author = "Björgvin Olafsson"
description = "bjorgv.in björgvin ólafsson"
shareImage = "android-chrome-512x512.png"
twitterHandle = "bjorgvino"
# Favicon
favicon = "favicon.ico"
# Google Analytics
# TODO: Add cookie policy before enabling GA/GTM
# gtm_id = "G-37CBM7DYQ1"
# gtm_datalayer = "basic"
# Section - custom
[params.custom.css]
enable = true
# Section - Visual
[params.visual]
# Image
[params.visual.image]
enable = true
file = "images/boland-background-web.jpg"
position = "top center"
# Video
[params.visual.video]
enable = false
mute = true
file = "videos/background.mp4"
# youtubeId = "dk9uNWPP7EA"
# Links
#
# Links List #1
[[params.links]]
[params.links.list1]
heading = "Contact"
[[params.links.list1.link]]
text = "LinkedIn"
url = "https://www.linkedin.com/in/bjorgvino"
# Links List #2
[[params.links]]
[params.links.list2]
heading = "Code"
[[params.links.list2.link]]
text = "GitHub"
url = "https://github.com/bjorgvino"
[[params.links.list2.link]]
text = "Stack Overflow"
url = "https://stackoverflow.com/users/2915101/bjorgvin"