-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
105 lines (94 loc) · 2.27 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
# Site settings
title: Tariq Hawis
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Here where I share my Ideas, researches, projects and contributions to Cybersecurity space and open source community
Subscribe and keep updated with my last posts
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://www.tariqhawis.com # the base hostname & protocol for your site
twitter_username: tariqhawis
github_username: tariqhawis
image: https://www.tariqhawis.com/img/tariqhawis-security-blog.webp
iconURL: assets/default-icon.webp
remote_theme: chrisrhymes/bulma-clean-theme
google_analytics: UA-10799151-3
livereload: true
favicon: /favicon.ico
# Pagination settings
paginate: 5
paginate_path: "/blog/page:num"
# Disqus Comments
disqus:
# Leave shortname blank to disable comments site-wide.
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
shortname: thawes
# Build settings
markdown: kramdown
#Syntax Highlighter
highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-redirect-from
- jekyll-seo-tag
- github-pages
- jekyll-feed
sass:
style: compressed
collections:
projects:
output: true
layout: project
show_sidebar: false
websecurity:
output: true
layout: post
show_sidebar: false
hacking:
output: true
layout: post
show_sidebar: false
exclude:
- Gemfile
- clean-theme.gemspec
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
footer_menu: footer_menu
defaults:
- scope:
path: ""
values:
hero_darken: true
author: "Tariq Hawis"
- scope:
path: ""
type: "posts"
values:
layout: post
hero_image: /img/blog-hero.webp
show_sidebar: false
middle_text: true
- scope:
path: "assets/**/*.css"
values:
sitemap: false
# SEO
author:
twitter: TariqHawis
lang: en
logo: /img/avatar.webp
twitter:
username: TariqHawis
card: summary_large_image
facebook:
publisher: https://www.facebook.com/Tariq-Hawis-102907161281331/
social:
name: Tariq Hawis
links:
- https://www.twitter.com/tariqhawis
- https://www.facebook.com/Tariq-Hawis-102907161281331/
- https://github.com/tariqhawis