forked from openpracticelibrary/openpracticelibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
35 lines (28 loc) · 791 Bytes
/
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
# https://gohugo.io/getting-started/configuration/
baseURL = "https://openpracticelibrary.com/"
languageCode = "en-us"
title = "Open Practice Library"
theme = "casper"
enableGitInfo = true
[params]
paginatedsections = ["practice"]
logo = "images/logo.svg"
description = "Practices that empower teams to collaborate and deliver iteratively"
hideHUGOSupport = true
googleAnalyticsUserID = "UA-111461618-1"
customCSS = [
"css/custom.css",
"https://fonts.googleapis.com/css?family=Arimo:400,700"
]
[permalinks]
page = "/:slug/"
[[menu.main]]
name = "GitHub"
weight = 2
identifier = "GitHub"
url = "https://github.com/openpracticelibrary/openpracticelibrary"
[[menu.main]]
name = "Gitter"
weight = 1
identifier = "Gitter"
url = "https://gitter.im/openpracticelibrary/"