forked from Cumulocity-IoT/c8y-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
develop.toml
48 lines (33 loc) · 1.42 KB
/
develop.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
# Production
baseURL = "/guides"
languageCode = "en-us"
defaultContentLanguage = "en-us"
title = "Cumulocity IoT Guides"
theme = "c8ydocs"
paginate = 12
# canonifyurls = false
# publishDir = "public/site"
# googleAnalytics = "UA-xxxxxxxx-x"
summaryLength = 30
buildFuture = true
[author]
name = "Carlos Ceia @ Cumulocity"
[params]
# Customize date format use to render blog post date, categories and other
# You must use date format used by Go Time package https://golang.org/pkg/time/
# Months (not work with short month like "jan", "feb", etc) are translated if translation exists on i18n folders
# Default format is: January 2, 2006
# dateFormat = "2 January 2006"
# Global keywords configuration. Following keywords will be add to every pages
keywords = ["Software AG Cloud", "Cumulocity IoT", "Internet of things", "analytics", "devices", "connect"]
description = "Resources for connecting your machines and devices to the Internet of Things"
# Display thumbnail image of each post on index pages (false: disabled, true: enabled)
thumbnailImage = true
logo = "images/cumulocity-iot.svg"
guidesRedirect = "https://www.softwareag.cloud/site/dev-center/cumulocity-iot.html"
# Your favicon path, default is "/favicon.png"
favicon = "/favicon.ico"
# Customize
[params.footer]
copyright = "Cumulocity GmbH | All rights reserved"
c8ylink = "https://www.softwareag.cloud/site/product/cumulocity-iot.html"