-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
22 lines (18 loc) · 687 Bytes
/
config.toml
File metadata and controls
22 lines (18 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
[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"