forked from alvyl/alvyl-consulting-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (46 loc) · 1.25 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
title = "Alvyl Consulting"
baseURL = ""
tags = ["portfolio", "consulting"]
languageCode = "en-us"
config = "config.toml"
theme = "osprey"
canonifyURLS = true
googleAnalytics = "UA-115982595-1"
disqusShortname = "alvylconsulting"
[Params]
tagline = "We build, therefore we are."
author = "Alvyl Creations"
description = "Software Consulting services, Cloud Based SaaS platforms and DevOps."
logoBig = "/images/alvylconsulting_logo_256px.svg"
logoSmall = "/images/alvylconsulting_logo_256px.svg"
favicon = "favicon.ico"
opengraphImage = "/images/alvylconsulting_logo_256px.svg"
twitter = "alvylconsulting"
linkedin = "alvyl-consulting"
github = "alvyl"
email = "[email protected]"
googleTagManager = "GTM-MTHP2LJ"
googleSiteVerification = "iNLvksCkXJJdkF0boiXNEsKDIBbxNTJRadaruYyAnMU"
highlightJS = true
copyright = true
credit = false
customCSS = true
cacheBustCSS = false
cacheBustJS = false
ajaxFormspree = false
[[menu.main]]
name = "About"
url = "/#about"
weight = 1
[[menu.main]]
name = "Clients"
url = "/#work"
weight = 2
[[menu.main]]
name = "Team"
url = "/#team"
weight = 3
[[menu.main]]
name = "Contact"
url = "/#contact"
weight = 4