-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
85 lines (75 loc) · 1.47 KB
/
_config.yml
File metadata and controls
85 lines (75 loc) · 1.47 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
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
# Site Settings
title: CryptoAttacker Tools
description: Professional tools and resources for cryptocurrency security research and development
author: CryptoAttacker
email: contact@cryptoattacker.com
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://cryptoattacker.github.io/tools/" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
# Syntax highlighting
highlighter: rouge
# Kramdown settings
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
# Collections
collections:
posts:
output: true
permalink: /blog/:year/:month/:day/:title/
# Defaults
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author: "CryptoAttacker"
- scope:
path: ""
type: "pages"
values:
layout: "page"
# Navigation
navigation:
- title: Home
url: /
- title: About
url: /about
- title: Blog
url: /blog
- title: Contact
url: /contact
# Social links
social:
github: CryptoAttacker
twitter: cryptoattacker
# SEO settings
lang: en
timezone: UTC
# Pagination
paginate: 10
paginate_path: "/blog/page:num/"
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- README.md
- LICENSE