-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
98 lines (73 loc) · 1.9 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Site settings
baseurl = ""
languageCode = "en-US"
canonifyurls = false
author = "Andrew Samoil"
title = "Andrew Samoil"
contentdir = "content"
layoutdir = "layouts"
publishdir = "docs"
# Enter your tracking code to enable Google Analytics
googleAnalytics = ""
# Copyright
copyright = "© 2021 Andrew Samoil"
[params]
# Metadata for search engines and social sharing
author = "Andrew Samoil"
keywords = "Andrew Samoil"
# Favicon
favicon = "favicon.ico"
# Section - Visual
[params.visual]
# Image
[params.visual.image]
enable = true
file = "images/joe.jpg"
position = "center 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 = "Connect"
[[params.links.list1.link]]
text = "Email"
url = "mailto:aisamoil@ualberta.ca"
[[params.links.list1.link]]
text = "LinkedIn"
url = "https://www.linkedin.com/in/andrew-samoil/"
[[params.links.list1.link]]
text = "Resume"
url = "images/resume.pdf"
# Links List #2
[[params.links]]
[params.links.list2]
heading = "Social"
[[params.links.list2.link]]
text = "Instagram"
url = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
[[params.links.list2.link]]
text = "Youtube"
url = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
[[params.links.list2.link]]
text = ""
url = "#"
# Links List #3
[[params.links]]
[params.links.list3]
heading = "Network"
[[params.links.list3.link]]
text = "Github"
url = "https://github.com/Andy419"
[[params.links.list3.link]]
text = ""
url = "#"
[[params.links.list3.link]]
text = ""
url = "#"