-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
74 lines (69 loc) · 1.51 KB
/
config.yaml
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
baseURL: "https://harelsegev.github.io/"
title: "RAT In Mi Kitchen"
paginate: 5
theme: "PaperMod"
publishDir: "docs"
enableRobotsTXT: true
params:
env: production
description: "my DFIR blog"
keywords: ["Blog", "DFIR"]
DateFormat: "January 2, 2006"
author: "Harel Segev"
defaultTheme: dark
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
ShowFullTextinRSS: true
ShowAllPagesInArchive: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: true
hidemeta: false
hideSummary: false
showtoc: true
tocopen: false
# home-info mode
homeInfoParams:
Title: "RAT In Mi Kitchen"
Content: "A place for all my DFIR ramblings"
socialIcons:
- name: github
url: "https://github.com/harelsegev"
- name: twitter
url: "https://twitter.com/harelsegev"
- name: rss
url: "https://harelsegev.github.io/index.xml"
menu:
main:
- identifier: posts
name: Posts
url: posts/
weight: 10
- identifier: tags
name: Tags
url: tags/
weight: 20
- identifier: categories
name: Categories
url: categories/
weight: 30
- identifier: search
name: Search
url: search/
weight: 40
- identifier: archives
name: Archive
url: archives/
weight: 50
outputs:
home:
- HTML
- RSS
- JSON