-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
119 lines (110 loc) · 2.93 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
baseURL: "https://looth.io"
languageCode: "en-us"
title: "@im_root"
theme: "PaperMod"
# Build Options
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
enableEmoji: true
# Output Formats
outputs:
home:
- HTML
- RSS
- JSON # Required for search
taxonomies:
category: categories
tag: tags
# Main Navigation Menu
menu:
main:
- identifier: about
name: About
url: /about/ # Relative URL
weight: 5
- identifier: posts
name: Posts
url: /posts/ # Relative URL
weight: 10
- identifier: categories
name: Categories
url: /categories/ # Relative URL
weight: 20
- identifier: search
name: Search
url: /search/ # Relative URL
weight: 30
- identifier: archives
name: Archives
url: /archives/ # Relative URL
weight: 40
# Site Parameters
params:
# Theme Settings
env: production
defaultTheme: auto
ShowShareButtons: true
ShowReadingTime: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
# Profile Mode Configuration
profileMode:
enabled: true
title: "Looth Ibrahim"
subtitle: "Linux/Unix Admin | DevOps Engineer | SysAdmin | InfoSec | DevOps | GitOps"
imageUrl: "/img/profile-photo.jpg"
imageTitle: "profile picture"
imageWidth: 120
imageHeight: 120
buttons:
- name: Posts
url: /posts/ # Relative URL
- name: Github
url: "https://github.com/imluth"
# Search Configuration
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
# Social Media Icons
socialIcons:
- name: github
url: "https://github.com/imluth"
- name: linkedin
url: "https://www.linkedin.com/in/loothibrahim/"
- name: x
url: "https://x.com/im_root"
- name: facebook
url: "https://www.facebook.com/metasploitable"
- name: instagram
url: "https://instagram.com/im_root"
- name: snapchat
url: "https://www.snapchat.com/add/im_root"
- name: telegram
url: "https://www.t.me/im_root"
- name: discord
url: "https://discordapp.com/invite/root#3445"
- name: email
url: "mailto:hello@looth.xyz"
# Markup Configuration
markup:
highlight:
noClasses: false
lineNos: true
style: monokai