-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
37 lines (29 loc) · 1.31 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
# The URL the site will be built for
base_url = "https://delvvince.github.io/"
theme = "hallo"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
[extra]
# Put all your custom variables here
greeting = "Grüezi!"
iam = "I am"
links = [
# { title = "E-Mail", url = "mailto:[email protected]", iconset = "fas", icon = "envelope" },
{ title = "Developer Page", url = "https://delvvince.gitlab.io", iconset = "fas", icon = "globe" },
{ title = "GitHub", url = "https://github.com/delvvince", icon = "github" },
{ title = "GitLab", url = "https://gitlab.com/delvvince", icon = "gitlab" },
# { title = "Linkedin", url = "https://linkedin.com/in/vincentdelaleu", icon = "linkedin" },
{ title = "Instagram", url = "https://instagram.com/delvvince", icon = "instagram" },
{ title = "Twitter", url = "https://twitter.com/delvvince", icon = "twitter" }
]
[extra.author]
name = "Vincent aka Delvvince"
[extra.theme]
background = "#0c0f63"
foreground = "#FFF" # text and portrait border
hover = "#d6771d" # link hover