-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
51 lines (43 loc) · 1.85 KB
/
config.toml
File metadata and controls
51 lines (43 loc) · 1.85 KB
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
################################# Basic configuration #########################
# Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
baseURL = "https://products.groupdocs.cloud"
title = "Document Automation REST APIs | GroupDocs Cloud"
theme = "airspace-hugo"
# Number of posts per page in list view
paginate = "4"
# Post excerpt length
summaryLength = "30"
# Disabled languages
disableLanguages = []
################################# Output formats ##############################
# Documentation: https://gohugo.io/templates/output-formats/#customizing-output-formats
[outputs]
home = [ "HTML" ]
################################# Markup ######################################
# Documentation: https://gohugo.io/getting-started/configuration-markup
[markup.goldmark.renderer]
# Allow "unsafe" HTML in Markdown
unsafe = true
[markup.tableOfContents]
startLevel = 2
endLevel = 6
ordered = false
################################# Default parameters ##########################
[params]
logo = "https://cms.admin.containerize.com/templates/groupdocs/img/svg/groupdocs-logo.svg"
logo_width = "270px"
# OpenGraph / Twitter Card metadata
description = "REST APIs along with open-source SDKs that allow developers to enhance applications with the capability to display, annotate, convert, e-sign, merge, classify, compare & translate documents in the Cloud"
author = "GroupDocs"
# this image will be used as fallback if a page has no image of its own
image = "https://cms.admin.containerize.com/templates/groupdocs/img/svg/groupdocs-logo.svg"
################################# Cookies #####################################
[params.cookies]
enable = false
expire_days = 2
################################# English translation #########################
[languages.en]
languageName = "English"
languageCode = "en-US"
contentDir = "content/english"
weight = 1