-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
50 lines (41 loc) · 1.07 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
baseURL = "http://asubiotto.com/"
languageCode = "en-us"
title = "Alfonso Subiotto"
theme = "hello-friend-ng"
googleAnalytics = "G-4J888DE1QK"
[params]
homeSubtitle = "Operator Angel"
[[params.social]]
name = "twitter"
url = "https://twitter.com/asubiotto"
[[params.social]]
name = "linkedin"
url = "https://linkedin.com/in/asubiotto"
[[params.social]]
name = "github"
url = "https://github.com/asubiotto"
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = "1"
[[menu.main]]
identifier = "about"
name = "About"
url = "about/"
weight = "2"
[[menu.main]]
identifier = "portfolio"
name = "Portfolio"
url = "portfolio/"
weight = "3"
# Jobs commented out; difficult to keep updated.
# [[menu.main]]
# identifier = "jobs"
# name = "Jobs"
# url = "jobs/"
# weight = "4"