-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
111 lines (85 loc) · 3.83 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
baseURL = "//www.skyclops.pictures/"
languageCode = "en-us"
title = "Skyclops Pictures - Premiere Aerial Video"
theme = "hugo-creative-theme"
disableKinds = ["taxonomy","taxonomyTerm", "RSS"]
[params]
# You can use Markdown syntax for urls [text](//url.to/source) for
# most longer texts.
# All icons using Fontawesome's icon font. Look at http://fontawesome.io/icons/
# for more icons. The icons are represented by their corresponding
# CSS class.
# All projects of the portfolio are defined in their own files.
# You can find example projects at 'exampleSite/data/projects'. Copy the 'projects'
# folder into the 'data' directory at the root of this Hugo site.
# For more information take a look at the README.
# To provide some metadata for search engines feel free to add some
# information about you and your website.
name = "Skyclops Pictures"
description = "Skyclops Pictures provides premiere aerial video to clients of all sizes. Using drones, Skyclops Pictures is able to elevate your next project. All pilots are FAA certified."
og_image = "/img/portfolio/3.jpg"
# The path must be relative to the static folder
favicon = "favicon.png"
faviconSVG = "favicon.svg"
# Navigation
[params.navigation]
brand = "Skyclops.Pictures"
[params.navigation.links]
about = "About"
services = "Services"
portfolio = "Portfolio"
contact = "Contact"
# Hero section
[params.hero]
# To change the background of the hero section, replace the 'header.jpg' at './static/img' with your own.
slogan = "Skyclops Pictures"
subtitle = "Premiere Aerial Video and Cinematography"
buttonText = "Book Now"
# About section
[params.about]
headline = "FAA Certified Pilots"
description = "Don't hire a pilot that is not licensed! Skyclops Pictures pilots are professionally licensed and can legally operate drones for compensation. A professional pilot will ensure a safe operation for everyone involved."
buttonText = "Get started!"
# Service section
[params.services]
headline = "At your service"
[[params.services.list]]
icon = "fa-video-camera"
title = "High Quality Video"
description = "I have an eye for Cinematography, meaning shots are carefully crafted for maximum impact. This is my art!"
[[params.services.list]]
icon = "fa-plane"
title = "Aerial Mapping"
description = "I fly more than just quadcopters. Using my custom-built fixed-wing autonomous drone, I can fly longer missions for search and rescue and aerial mapping!"
[[params.services.list]]
icon = "fa-wifi"
title = "Licensed by the FCC"
description = "I use powerful radios. That means we can fly farther and get the shot you need!"
[[params.services.list]]
icon = "fa-diamond"
title = "Diamond Guarantee"
description = "I am so confident that you will be satisfied with the result that I will refund your order if the video does not meet your expectations!"
# Portfolio modals
[params.portfolio.modal]
client = "Client"
date = "Date"
category = "Category"
buttonText = "Close"
# Aside section
[params.aside]
headline = "I am also available for your livestreaming needs"
[params.aside.button]
#text = "Find out more"
#link = "https://brandonkalinowski.com"
# Contact section
[params.contact]
headline = "Let's Get In Touch!"
description = "Looking to see how Skyclops Pictures can elevate your next project? Drop me a line and I will get back to you as soon as possible! I look forward to hearing from you!"
# Form fields
name = "Your Name"
email = "Your Email"
message = "Tell me about your project"
buttonText = "Send"
[params.footer]
headline = "Skyclops Pictures - Premiere Aerial Video"
copyright = "All Content Copyright 2018 Brandon Kalinowski"