-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathconfig.toml
More file actions
25 lines (21 loc) · 763 Bytes
/
config.toml
File metadata and controls
25 lines (21 loc) · 763 Bytes
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
baseURL = "https://docs.srcf.net"
languageCode = "en-us"
title = "SRCF Documentation"
theme = "srcf-hugo-theme"
disableKinds = ["taxonomy", "term"]
# see motivation in README
uglyURLs = false
enableGitInfo = true
[markup]
[markup.tableOfContents]
endLevel = 3
startLevel = 2
[markup.goldmark]
[markup.goldmark.extensions]
linkify = false
[params]
domain_web = "https://www.srcf.net"
domain_control = "https://control.srcf.net"
description = "The Student-Run Computing Facility is a volunteer-run student society that provides free, useful and flexible computing and network services for Cambridge University staff and students of all degrees of ability."
repo = "https://github.com/srcf/docs"
repo_branch = "master"