forked from CollaboraOnline/CollaboraOnline.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·94 lines (83 loc) · 2.45 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
baseURL = "https://CollaboraOnline.github.io"
RelativeURLs=true
CanonifyURLs=true
title = "Collabora Online - Community Page"
copyright = "Unless a license is otherwise specified, content is under CC-BY-SA 3.0"
paginate = 2
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
googleAnalytics = "UA-XXXX"
DisqusShortname = ""
theme = "hugo-theme-chunky-poster"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "downloads"
name = "Downloads"
url = "https://www.collaboraoffice.com/code/"
weight = 4
[[menu.main]]
identifier = "ideas-page"
name = "Ideas Page"
url = "/gsoc/"
weight = 3
[[menu.main]]
identifier = "docs"
name = "Docs"
url = "/docs/"
weight = 2
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
author = "authors"
type = "type"
[params]
Subtitle= "CODE"
author = "Collabora"
description = "Collabora Online Development Edition"
tagline = "We love to work with everyone and anyone in the open to liberate people's documents."
homepageImage = "/images/homepage-image.png"
homepageImageLaptop = "/images/notebook.jpg"
homepageCAT = true
share = true
showLanguageSwitcher = false
# Custom CSS and JS. Relative to /static/css and /static/js respectively.
customCSS = ["buttons.css", "anim.css", "header.css", "dropdown.css", "sidebar.css", "post-content.css"]
customJS = []
[params.social]
rss = true
email = "[email protected]"
chat = "https://matrix.to/#/#cool-dev:libera.chat"
facebook = "https://www.facebook.com/collaboraoffice/"
twitter = "https://twitter.com/CollaboraOffice"
linkedin = "https://www.linkedin.com/company/collabora-productivity-ltd/"
github = "https://github.com/CollaboraOnline/online"
reddit = "https://www.reddit.com/r/CollaboraOnline/"
mastodon = "https://mastodon.social/@CollaboraOffice"
telegram = "https://t.me/CollaboraOnline"
forum = "https://forum.collaboraonline.com/"
dev = "https://dev.to/collaboraonline"
[params.prismJS]
enable = true
theme = ""
[params.commento]
enable = true
url = "https://commento.io"
[markup]
[markup.highlight]
codeFences = false
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true