-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
config.toml
35 lines (29 loc) · 880 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
34
35
baseURL = "https://tshark.dev/"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Packet Analysis"
themesdir = "themes"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
pygmentsUseClasses = true
pygmentsCodeFences = true
enableRobotsTXT = true
[params]
# Combined with current relative page, shows source page on Github
editURL = "https://github.com/pocc/tshark.dev/blob/master/content/"
description = "Capture Lifecycle"
author = "Ross Jacobs"
showVisitedLinks = false
disableBreadcrumb = false
disableNextPrev = true
themeVariant = "blue"
disableInlineCopyToClipBoard = "true"
version = "v0.1"
[outputs]
home = ["HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
languageName = "English"
# In order to get raw HTML (https://discourse.gohugo.io/t/raw-html-getting-omitted-in-0-60-0/22032)
[markup.goldmark.renderer]
unsafe = true