master
1baseurl = "http://trustme.click:8888"
2port = 8888
3languageCode = "en-us"
4title = "Shadow Man"
5theme = "hugo-material-docs"
6name = "Shadow Man"
7license = "MIT"
8metadataformat = "yaml"
9canonifyurls = true
10# Enable Google Analytics by entering your tracking id
11googleAnalytics = ""
12
13[params]
14 # General information
15 author = "Shadow Man"
16 description = "The missing manual"
17 copyright = "Released under the MIT license"
18
19 # Repository
20 #provider = "GitHub"
21 #repo_url = "git@github.com:bryfry/shadow-man.git"
22
23 version = "0.0.1"
24 logo = "images/logo.png"
25 favicon = ""
26 highlightjs = "css/highlight.css"
27
28 permalink = "#"
29
30 # Custom assets
31 custom_css = [
32 "css/custom.css",
33 ]
34 custom_js = []
35
36 # Syntax highlighting theme
37 highlight_css = ""
38
39 [params.palette]
40 primary = "grey"
41 accent = "teal"
42
43 [params.font]
44 text = "Roboto"
45 code = "Roboto Mono"
46
47[social]
48 twitter = ""
49 github = ""
50 email = ""
51
52[[menu.main]]
53 name = "Shadow Man"
54 url = "/"
55 weight = 0
56
57[[menu.Main]]
58 name = "Networking"
59 weight = 10
60 url = "networking/"
61
62[[menu.Main]]
63 name = "Windows"
64 weight = 20
65 url = "windows/"
66
67[[menu.Main]]
68 name = "Commands"
69 weight = 21
70 url = "windows/commands/"
71 parent = "Windows"
72
73[[menu.Main]]
74 name = "Sysinternals"
75 weight = 22
76 url = "windows/sysinternals/"
77 parent = "Windows"
78
79[[menu.Main]]
80 name = "WMIC"
81 weight = 23
82 url = "windows/wmic/"
83 parent = "Windows"
84
85[[menu.Main]]
86 name = "PowerShell"
87 weight = 24
88 url = "windows/powershell/"
89 parent = "Windows"
90
91[[menu.Main]]
92 name = "Meta"
93 weight = 25
94 url = "windows/meta/"
95 parent = "Windows"
96
97[blackfriday]
98 smartypants = true
99 fractions = true
100 smartDashes = false
101 plainIDAnchors = true