-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
58 lines (54 loc) · 1.2 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
# Site settings
title: "@defarbs - Personal Blog"
description: "Farbs' Official Site!"
baseurl: ""
url: ""
# User settings
username: farbs
user_title: farbs - Penetration Tester
email: df1s1337@gmail.com
twitter_username: 0xFarbs
github_username: defarbs
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# Links to include in menu navigation
links:
section_1:
- title: home
url: /
key_trigger: 1
- title: about me
url: /about
key_trigger: 2
- title: my posts
url: /posts
key_trigger: 3
- title: tags
url: /tags
key_trigger: 4
section_2:
- title: github
url: https://www.github.com/defarbs
new_tab: true
key_trigger: g
- title: twitter
new_tab: true
url: https://www.twitter.com/0xFarbs
key_trigger: t
- title: hackthebox
new_tab: true
url: https://www.hackthebox.eu/profile/39047
key_trigger: h
- title: search
url: ""
key_trigger: s #WARNING: search only works with "s"
# exclude node related stuff
exclude: ['package.json', 'src', 'node_modules']