-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (38 loc) · 855 Bytes
/
_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
title: Dan Revah's Blog
email: danrevah89@gmail.com
description: >-
Software Engineering, Cybersecurity, Reverse Engineering and Vulnerability Research
baseurl: ""
url: "https://danrevah.github.io"
github_username: danrevah
linkedin_username: danrevah
twitter_username: danrevah
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-include-cache
# Pagination settings
paginate: 5 # Posts per page
paginate_path: "/page:num/"
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Outputting
permalink: /:year/:month/:day/:title/
timezone: "UTC"
# Enable syntax highlighting with Rouge
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge