-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
102 lines (80 loc) · 2.46 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
99
100
101
102
# Site settings
baseURL = "//alex.work"
languageCode = "en-US"
title = "Alex Charrier"
theme = "hugo-split-theme"
disableKinds = ["section", "taxonomy", "taxonomyTerm", "RSS"]
# Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-104080636-1"
# Copyright
copyright = "© Alex Charrier"
[params]
# Metadata for search engines and social sharing
author = "Alex Charrier"
description = "Alex Charrier's personal website."
shareImage = "images/thumbnail.jpg"
twitterHandle = "alxch"
# Favicon
favicon = "favicon.ico"
# Section - Visual
[params.visual]
# Image
[params.visual.image]
enable = true
file = "images/background.jpg"
position = "center center"
[params.visual.video]
enable = false
mute = true
file = "videos/background.mp4"
# Links
#
# Links List #1
[[params.links]]
[params.links.list1]
heading = "Who am I"
[[params.links.list1.link]]
text = "Resume"
url = "https://drive.google.com/file/d/19UEACdZZAYFezigTIvA4fl7M8e8GGC5U/view"
[[params.links.list1.link]]
text = "Projects"
url = "/projects"
[[params.links.list1.link]]
text = "Blog"
url = "/blog"
# Links List #2
[[params.links]]
[params.links.list2]
heading = "Social"
[[params.links.list2.link]]
text = "Github"
url = "https://github.com/alxch-"
type = "fab"
icon = "github"
[[params.links.list2.link]]
text = "Twitter"
url = "https://twitter.com/alxch"
type = "fab"
icon = "twitter"
[[params.links.list2.link]]
text = "Facebook"
url = "https://www.facebook.com/alex.charrier"
type = "fab"
icon = "facebook"
[[params.links.list2.link]]
text = "LinkedIn"
url = "https://www.linkedin.com/in/alexcharrier/"
type = "fab"
icon = "linkedin"
# Links List #3
[[params.links]]
[params.links.list3]
heading = "Contact"
[[params.links.list3.link]]
text = "[email protected]"
url = "mailto:[email protected]"
icon = "envelope"
# The original template is released under the Creative Commons Attribution 3.0 License.
# Please keep the original attribution link when using for your own project.
# If you'd like to use the template without the attribution, you can check out
# the license option via the template author's website: https://onepagelove.com/split