-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.toml
33 lines (29 loc) · 995 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
baseURL = "/"
languageCode = "en-us"
title = "DetectionLab"
theme = "hugo-theme-learn"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
# Author of the site, will be used in meta information
author = "clong"
# Description of the site, will be used in meta information
description = "DetectionLab Documentation"
themeVariant = "clong"
disableInlineCopyToClipBoard = true
[[deployment.targets]]
# An arbitrary name for this target.
name = "detectionlab"
URL = "s3://detectionlab.network?region=us-west-1"
[[menu.shortcuts]]
name = "<i class='fab fa-twitter'></i> DetectionLab Twitter"
url = "https://twitter.com/intent/follow?screen_name=detectionlab"
weight = 1
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> DetectionLab Github"
url = "https://github.com/clong/detectionlab"
weight = 2
[[menu.shortcuts]]
name = "<i class='fab fa-slack'></i> DetectionLab Slack"
url = "https://join.slack.com/t/detectionlab/shared_invite/zt-mv1qnw9f-3qo2ZrB0IbIKhvinfsgYhg"
weight = 3