-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
88 lines (78 loc) · 1.75 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
baseURL = "https://michael-friska.liondy.com/"
languageCode = "en-us"
paginate = 6
title = "Michael & Friska"
[caches.getjson]
dir = ":cacheDir/:project"
maxAge = "10s"
# Main Menu
[[menu.main]]
name = "Home"
url = "#home"
weight = 1
[[menu.main]]
name = "About"
url = "#about"
weight = 2
[[menu.main]]
name = "Service"
url = "#service"
weight = 3
[[menu.main]]
name = "Work"
url = "#portfolio"
weight = 4
[[menu.main]]
name = "Resume"
url = "#resume"
weight = 5
[[menu.main]]
name = "Blog"
url = "#blog"
weight = 7
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 8
[params]
blogPageURL = "blog"
contactLink = "contact"
copyright = "Copyright © Michael-Friska 2021"
footerLogo = "images/site-navigation/logo.png"
formspreeURL = "https://formspree.io/f/meqvrojw"
googleAnalytics = "G-Q2GP6YVC0R"
logo = "images/site-navigation/logo.png"
custom_css = ["css/style.css"]
testiURL = "/testi"
[params.address]
address = "Bandung, Indonesia"
email = "mike@liondy.com"
openingHours = "All day"
phone = "+(62) 878 7381 9629"
[params.map]
APIkey = "AIzaSyBZgDQl6W0YVfoPFropC4ZTClBhKBb0PTU"
latitude = "-6.914864"
longitude = "107.608238"
pinImage = "images/pin.png"
# Social icons
[[params.social]]
icon = "fa-facebook-official"
url = "https://www.facebook.com/coded.by.michael"
title = "Mikes Code Facebook Page"
weight = 1
[[params.social]]
icon = "fa-facebook-official"
url = "https://www.facebook.com/friska.christiana1"
title = "Friska Facebook Page"
weight = 2
[[params.social]]
icon = "fa-linkedin-square"
url = "https://www.linkedin.com/in/michael-liondy/"
title = "Mike Linkedin"
weight = 3
[[params.social]]
icon = "fa-linkedin-square"
url = "https://www.linkedin.com/in/friska-christiana/"
title = "Friska Linkedin"
weight = 4
ignoreErrors = ["error-remote-getjson"]