-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathconfig.toml
More file actions
57 lines (49 loc) · 1.26 KB
/
config.toml
File metadata and controls
57 lines (49 loc) · 1.26 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
baseURL = "https://tshark.dev/"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "tshark.dev — Packet Analysis"
themesdir = "themes"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
enableRobotsTXT = true
enableGitInfo = true
# Disqus comments
disqusShortname = "tshark-dev"
[params]
editURL = "https://github.com/pocc/tshark.dev/blob/master/content/"
description = "Your complete guide to packet analysis on the command line"
author = "Ross Jacobs"
showVisitedLinks = false
disableBreadcrumb = false
disableNextPrev = true
themeVariant = "blue"
disableInlineCopyToClipBoard = "true"
disableAssetsBusting = true
version = "v2.0"
[outputs]
home = ["HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
languageName = "English"
# Syntax highlighting via Chroma (build-time, no JS needed)
[markup]
[markup.highlight]
noClasses = false
lineNos = false
lineNumbersInTable = true
tabWidth = 4
guessSyntax = true
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 2
endLevel = 4
ordered = false
# Minification safety for SVGs
[minify]
[minify.tdewolff]
[minify.tdewolff.svg]
precision = 0
[minify.tdewolff.html]
keepEndTags = true
keepQuotes = true