-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
51 lines (49 loc) · 1.35 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
baseURL = "https://datacatessen.com"
title = "Datacatessen"
languageCode = "en-us"
copyright = "Copyright © 2020 Datacatessen, LLC. All Rights Reserved."
theme = "npq-hugo"
pygmentsUseClasses=true
logo = "avatar.png"
[params]
author = "Datacatessen, LLC"
description = "Datacatessen is a boutique big data services company specializing in data architecture and engineering with open-source and cloud technologies."
useAvatar = true
microBlogSection = "posts"
displayMicroBlog = false
displayRecent = false
displayHomeContent = true
recentMax = 4
mail = "[email protected]"
formspreeID = "mbjzdgaq"
[menu]
[[menu.main]]
name = "home"
pre = "<i class=\"fas fa-home fa-sm\"></i>"
url = "/"
weight = -9
[[menu.main]]
name = "services"
pre = "<i class=\"fas fa-info-circle\"></i>"
url = "/services"
weight = -8
[[menu.main]]
name = "blog"
pre = "<i class=\"fas fa-keyboard fa-ms\"></i>"
url = "/blog/"
weight = -8
[[menu.main]]
name = "tags"
pre = "<i class=\"fas fa-tags fa-ms\"></i>"
url = "/tags"
weight = -7
# [[menu.main]]
# name = "github"
# pre = "<i class=\"fab fa-github fa-ms\"></i>"
# url = "https://github.com/datacatessen"
# weight = -6
[[menu.main]]
name = "contact"
pre = "<i class=\"far fa-envelope\"></i>"
url = "/contact"
weight = -1