-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
88 lines (76 loc) · 1.75 KB
/
config.yml
File metadata and controls
88 lines (76 loc) · 1.75 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
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
title: Arty06
theme: PaperMod
baseURL: "https://artyeth06.github.io/"
paginate: 5
enableInlineShortcodes: true
enableRobotsTXT: true
enableEmoji: true
pygmentsUseClasses: true
minify:
disableXML: true
outputs:
home:
- HTML
- JSON
menu:
main:
- name: Cheat sheet
url: categories/cheat-sheet
weight: 1
- name: Writeups
url: categories/writeups
weight: 2
- name: Search
url: search/
weight: 3
- name: About
url: about/
weight: 4
params:
env: production
description: "Blog about cybersecurity, CTF."
keywords: [blog, cybersecurity, ctf, hacking, it, tech]
defaultTheme: dark
disableThemeToggle: true
disableSpecial1stPost: true
ShowCodeCopyButtons: true
ShowToc: true
mainSections:
- posts
profileMode:
enabled: true
title: Arty06
imageUrl: "avatar.png"
imageTitle: "Arty06"
imageWidth: 120
imageHeight: 120
subtitle: "HighSchool student | Cybersecurity enthusiast"
socialIcons:
- name: github
url: "https://github.com/ArtyETH06"
- name: rootme
url: "https://www.root-me.org/Arty06"
- name: linkedin
url: "https://www.linkedin.com/in/arthur-raillon-b95b21256/"
label:
text: "Arty06"
icon: "avatar.png"
iconHeight: 30
assets:
favicon: "favicons/favicon.ico"
favicon16x16: "favicons/favicon-16x16.png"
favicon32x32: "favicons/favicon-32x32.png"
apple_touch_icon: "favicons/apple-touch-icon.png"
safari_pinned_tab: "favicons/favicon.ico"
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
markup:
goldmark:
renderer:
unsafe: true