-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
config.toml
44 lines (38 loc) · 1.06 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
32
33
34
35
36
37
38
39
40
41
42
43
44
baseURL = 'http://restapitutorial.com/'
languageCode = 'en-us'
title = 'REST API Tutorial'
description = "Foo bar"
uglyURLs = true
#
# Change the default theme to hugo-theme-relearn
theme = "hugo-theme-relearn"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "SEARCH", "htaccess"]
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/tfredrich/RestApiTutorial.com"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-tags'></i> Tags"
url = "tags/"
weight = 40
[params]
editURL = "https://github.com/tfredrich/RestApiTutorial.com/edit/master/content/"
author.name = "Todd Fredrich"
collapsibleMenu = true
titleSeparator = " - "
themeVariant = [ "auto", "zen-light", "zen-dark" ]
showVisitedLinks = true
disableLandingPageButton = true
disableBreadcrumb = false
disableRootBreadcrumb = true
[outputFormats]
[outputFormats.htaccess]
baseName = ""
isPlainText = true
mediaType = "text/htaccess"
[mediaTypes]
[mediaTypes."text/htaccess"]
suffixes = ["htaccess"]