-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathconfig.yml
More file actions
52 lines (45 loc) · 1.09 KB
/
config.yml
File metadata and controls
52 lines (45 loc) · 1.09 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
baseURL: 'https://rizin.re/'
title: Rizin
paginate: 10
theme: hugo-PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
menu:
main:
- name: Blog
url: /posts/
weight: 5
- name: Organization
url: /organization/
weight: 10
- name: Cutter
url: https://cutter.re
weight: 15
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Rizin
description: 'Rizin is a free and Open Source Reverse Engineering Framework'
author: Rizin
images:
- /images/rizin_preview.png
header:
title: 'rizin'
imageUrl: '/images/rizin.svg'
subtitle: 'Free and Open Source Reverse Engineering Framework'
ShowReadingTime: true
ShowShareButtons: true
comments: false
# dark, light, auto
defaultTheme: auto
disableThemeToggle : false
disableSpecial1stPost : false
socialIcons:
- name: twitter
url: 'https://twitter.com/rizinorg'
- name: github
url: 'https://github.com/rizinorg'