-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (34 loc) · 1.15 KB
/
_config.yml
File metadata and controls
41 lines (34 loc) · 1.15 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
# Site
title: MWR InfoSecurity - Mobile Tools
description: Drozer and Needle - Mobile Security Blog
url: http://mobiletools.mwrinfosecurity.com
logo: images/android.png # Site logo
locale: en_US
# Left Block Images
background:
homepage: images/labs-background.jpg # this image will be shown on homepage's left block
post-list: images/labs-background.jpg # this image will be shown on post list page
default-post: images/labs-background.jpg # this image will be shown when post's front matter doesn't specify any image
# Jekyll
permalink: /:title/
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
sass:
sass_dir: assets/_sass
style: compressed
# Google Analytics
google-analytics: UA-91364376-1
# Gems
gems:
- jekyll-feed
- jekyll-sitemap
- jekyll-gist
# Exclude list
include: [_pages]
exclude: [README.md, Gemfile, Gemfile.lock, _site, src, vendor, CNAME, LICENSE, Rakefile, .sass-cache, .DS_Store]