-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
74 lines (67 loc) · 1.85 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
# Site settings
title: hamzawinix
description: "hamzawinix blog"
baseurl: "" # for test: remove string '/space-jekyll-template' to ''
url: "https://hamzawinix.github.io" # for test: remove string 'http://victorvoid.github.io' to '' but in production: 'https://yourusername.github.io'
# User settings
username: hamzawinix
user_title: hamzawinix
email: [email protected]
# twitter_username:
github_username: hamzawinix
hackthebox_username: hamzawinix
leetcode_username: hamzawinix
# gplus_username:
# linkedin_public_url: # Example: For public profile 'www.linkedin.com/in/john-smith', 'john-smith' is your linkedin_public_url
# disqus_username:
profile_picture: me.jpg
# 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: my posts
url: /posts
key_trigger: 2
- title: series
url: /series
key_trigger: 3
- title: tags
url: /tags
key_trigger: 4
- title: about me
url: /about
key_trigger: 5
section_2:
- title: github
url: http://www.github.com/hamzawinix
new_tab: true
key_trigger: g
- title: Leetcode
url: https://leetcode.com/u/hamzawinix2/
key_trigger: l
- title: HackTheBox
url: https://app.hackthebox.com/profile/174366
key_trigger: h
- title: search
url: ""
key_trigger: s #WARNING: search only works with "s"
# projects in header index
# projects:
# - name: Sun Path Graph
# url: https://github.com/hamzawinix/SunPathGraph
# - name: OpenCV Gesture Recognition
# url: https://github.com/hamzawinix/rasp_cam_proj
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']