forked from TugboatQA/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
31 lines (25 loc) · 1.03 KB
/
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
#baseURL = "https://docs.tugboatqa.com/"
languageCode = "en-us"
title = "Tugboat Documentation"
# Uncomment the following to enable GA.
#googleAnalytics = "G-1K7LBY47YH"
# Change the default theme to be use when building the site with Hugo
theme = "hugo-theme-learn"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
# Change default color scheme with a variant one. Can be "red", "blue", "green".
themeVariant = "tugboat"
# Set this to true to disable copy-to-clipboard button for inline code.
disableInlineCopyToClipBoard = true
editURL = "https://github.com/TugboatQA/docs/edit/main/content/"
# Set Twitter card defaults for documentation site
[params.twitterCard]
card = "summary"
image = "https://docs.tugboatqa.com/_images/twitter-card-summary-image.png"
imageAlt = "TugboatQA Documentation Site"
site = "@TugboatQA"
creator = "@TugboatQA"
title = "Tugboat Documentation"
description = "How to use Tugboat to build a working Preview from every pull request, branch, or tag."