-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
98 lines (88 loc) · 2.03 KB
/
config.yml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
baseURL: https://TMDeal.github.io
languageCode: en-us
title: TMDeal
paginate: 5
module:
imports:
- path: github.com/adityatelange/hugo-PaperMod
params:
title: "TMDeal"
description: "Github pages for TMDeal"
keywords: [ Blog, Hacking, Portfolio ]
author: "Trent Deal"
defaultTheme: auto
disableThemeToggle: false
ShowReadingTime: false
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
ShowWordCount: false
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
TocOpen: false
searchHidden: false
disableHLJS: false
disableShare: false
assets:
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: false # hide on single page
profileMode:
enabled: true
title: TMDeal Home
subtitle: Place to post my things
imageUrl: "/profile.png"
imageTitle: profile
buttons:
- name: HackTheBox
url: /htb
socialIcons:
- name: github
url: https://github.com/TMDeal/
- name: hackthebox
url: https://app.hackthebox.com/users/462241
# - name: twitter
# url: https://twitter.com/TMDealio
fuseOpts:
isCaseSensitive: false
shouldSort: true
ignoreLocation: true
threshold: 0
minMatchCharLength: 1
keys: ["title"]
menu:
main:
- identifier: Search
name: Search
url: /search/
weight: 10
- identifier: Archives
name: Archives
url: /archives/
weight: 20
- identifier: Categories
name: Categories
url: /categories/
weight: 30
- identifier: Tags
name: Tags
url: /tags/
weight: 40
outputs:
home:
- HTML
- RSS
- JSON