-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
118 lines (107 loc) · 3.32 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
baseURL = "https://www.tomshanley.co.nz/"
languageCode = "en-us"
title = "Data Viz + Business Analysis"
theme = "roxo-tom"
summarylength = 25
[markup.goldmark.renderer]
unsafe= true
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "Home"
url = ""
weight = 1
[[menu.nav]]
name = "Services"
url = "services"
weight = 2
[[menu.nav]]
name = "Portfolio"
url = "portfolio"
weight = 3
[[menu.nav]]
name = "About"
url = "about"
weight = 4
[[menu.nav]]
name = "Get in touch"
url = "contact"
weight = 5
# Site Params
[params]
logo = "images/logo.png"
dateFormat = "26 FEB 1994"
# Meta data
description = "Roxo Hugo themes | Design Agency Template by StaticMania"
author = "StaticMania"
# Google Analitycs
# googleAnalitycsID = "Your ID"
# We're using formspree.io for form handling, paste your formspree url below
# formspreeFormUrl = "https://formspree.io/myykjpje"
# Navbar Action Button
[params.navAction]
status = false
name = "Get in touch"
url = "contact"
# Banner Section
[params.banner]
enable = true
background_image = "images/backgrounds/hero-background.png"
heading = "I love data visualisation"
#tagline = "DATA + ANALYSIS"
primary_button = "My work"
primary_button_url = "portfolio"
secondary_button = "About me"
secondary_button_url = "about"
[params.portfolio]
enable = true
title = "SOME OF MY PREVIOUS WORK"
subtitle = "Examples of visualisations I've built for clients or myself"
Paginate = 4
[params.call_to_action]
enable = false
background_image = "images/backgrounds/cta-background.jpg"
title = "LET’S WORK TOGETHER"
primary_button = "Submit Query"
primary_button_url = "contact"
secondary_button = "Not Convinced"
secondary_button_url = "portfolio"
[params.footer]
# Footer Contact Info
[params.footer.contactInfo]
# title = "Contact Info:"
# email = "tomshanleydataviz@gmail.com"
# address = "713 Elmwood St.<br>Prior Lake, MN 55372"
# phone = "409-896-1444"
# Footer Sitemap
[params.footer.sitemap]
title = "Sitemap:"
[[params.footer.sitemap.link]]
name = "About me"
url = "about"
[[params.footer.sitemap.link]]
name = "Services"
url = "services"
[[params.footer.sitemap.link]]
name = "Portfolio"
url = "portfolio"
[[params.footer.sitemap.link]]
name = "Contact"
url = "contact"
# Footer Social Media
[params.footer.social]
title = "Find me on:"
[[params.footer.social.link]]
name = "Linkedin"
url = "https://www.linkedin.com/in/tshanley/"
[[params.footer.social.link]]
name = "GitHub"
url = "https://www.github.com/tomshanley"
[[params.footer.social.link]]
name = "Observable"
url = "https://observablehq.com/@tomshanley"
# Footer Service
[params.footer.service]
title = "I can help you:"
description = "understand, explore and communicate your data"