-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
49 lines (42 loc) · 1.17 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
baseURL = "https://tdubiel.dev"
languageCode = "en-us"
title = "Tomasz Dubiel"
theme = "minimal"
disqusShortname = ""
googleAnalytics = ""
[params]
author = "Tomasz Dubiel"
description = "Software friend"
githubUsername = "tmpdubz"
accent = "salmon"
showBorder = true
backgroundColor = "snow"
font = "Raleway" # should match the name on Google Fonts!
highlight = true
highlightStyle = "default"
highlightLanguages = ["go", "scala", "javascript", "bash"]
favicon = "favicon.ico"
staticDir = "static"
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
name = "CV"
url = "/resume/"
weight = 2
# Social icons to be shown on the right-hand side of the navigation bar.
# The "name" field should match the name of the icon in Font Awesome.
# The list of available icons can be found at http://fontawesome.io/icons.
[[menu.icon]]
url = "mailto:t.m.dubiel@gmail.com"
name = "fas fa-envelope"
weight = 1
[[menu.icon]]
url = "https://github.com/tmpdubz/"
name = "fab fa-github"
weight = 2
[[menu.icon]]
url = "https://www.linkedin.com/in/tmpdubz/"
name = "fab fa-linkedin"
weight = 3