-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
34 lines (30 loc) · 958 Bytes
/
Copy pathconfig.toml
File metadata and controls
34 lines (30 loc) · 958 Bytes
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
baseURL = "http://www.techsquawks.com/"
languageCode = "en-us"
title = "Tech Squawks"
themesdir = "themes"
theme = "hugo-theme-relearn"
[params]
alwaysopen = false
editUrl = 'https://github.com/MichaelStott/tech-squawks/tree/main/web/content/'
showVisitedLinks = false
collapsibleMenu = true
disableBreadcrumb = false
disableInlineCopyToClipBoard = true
disableNextPrev = false
disableLandingPageButton = false
titleSeparator = "::"
themeVariant = ["light", "dark"]
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Tech Squawks Repository"
identifier = "repo"
url = "https://github.com/MichaelStott/tech-squawks"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-bug'></i> Report an Issue"
identifier = "issues"
url = "https://github.com/MichaelStott/tech-squawks/issues/new/choose"
weight = 20
[outputs]
home = ["HTML", "RSS", "PRINT", "SEARCH", "SEARCHPAGE"]
section = ["HTML", "RSS", "PRINT"]
page = ["HTML", "RSS", "PRINT"]