-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.toml
60 lines (51 loc) · 1.33 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
baseURL = "https://fika.works"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "FikaWorks"
theme = "fikaworks"
pygmentsUseClasses = false
[markup]
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 2
# Menu
[menu]
[[menu.nav]]
name = "Services"
URL = "/#services"
weight = 3
[[menu.nav]]
name = "Blog"
URL = "blog"
weight = 7
[[menu.nav]]
name = "Contact"
URL = "/#contact"
weight = 8
[[menu.nav]]
name = "Members"
URL = "members"
weight = 9
[taxonomies]
# Site params
[params]
logo = "images/logo.svg"
description = "We are a collective of independent cloud native consultants based across Europe. We guide our clients on their journey into cloud computing."
author = "FikaWorks"
hero_logo = "images/logo-fikaworks-black-transparent.png"
hero_banner = "images/bump-cropped.jpg"
blogdescription = "Welcome to our blog where we share our thoughts on technology, the cloud and building a cooperative"
membersdescription = "Meet the growing FikaWorks family"
# footer
[params.footer]
copyright = "FikaWorks"
copyrightURL = "http://fika.works"