-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
66 lines (50 loc) · 1.7 KB
/
Copy pathconfig.toml
File metadata and controls
66 lines (50 loc) · 1.7 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
baseURL = "https://sa2c.github.io/RSE-handbook/"
title = 'RSE Handbook'
theme = 'book'
languageCode = 'en-gb'
# Enable last modified date on doc pages
enableGitInfo = true
# Enable Emoji emoticons support for page content; see emoji-cheat-sheet.com
enableemoji = true
# The Book theme doesn't render taxonomy, remove related files
disableKinds = ['taxonomy', 'taxonomyTerm']
# Extra menu items
[menu]
# Before ToC
#[[menu.before]]
# After ToC
[[menu.after]]
name = 'Swansea Academy of Advanced Computing (SA2C)'
url = 'https://www.swansea.ac.uk/compsci/swansea-academy-of-advanced-computing-sa2c/'
weight = 10
[[menu.after]]
name = 'Supercomputing Wales'
url = 'https://www.supercomputing.wales/'
weight = 11
# Needed for mermaid/katex shortcodes
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
[params]
# Automatically select from dark and light themes based on browser/os preferences
BookTheme = 'auto'
# Show page ToC on the right side of pages
BookToC = true
# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo = 'https://github.com/sa2c/RSE-handbook'
# Path to commits in repository
# URL is constructed as <BookRepo>/<BookCommitPath>/<commit-hash>
# Github uses 'commit'
BookCommitPath = 'commit'
# Enable 'Edit this page' link. Requires 'BookRepo' param.
# URL is constructed as <BookRepo>/<BookEditPath>/<path to file>
# Github users 'edit/<branch name>'
BookEditPath = 'edit/main'
# Configure the date format used on the pages.
# See https://gohugo.io/functions/format/#gos-layout-string for information
BookDateFormat = '2 Jan 2006'
# Enable search
BookSearch = true