-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
80 lines (70 loc) · 1.72 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
# General Settings
name: Hul.to
job_title: Cybersecurity Engineer
email: [email protected]
description: Cyber security professional with a passion for tool development, and automation.
avatar: /assets/png/avatar.png
favicon: /favicon.ico
twitter_handler: hultoko
analytics_code: UA-XXXXXXX-2
disqus: your_disqus_site
# Social Accounts
social_networks:
- { name: twitter, url: 'http://twitter.com/hultoko/' }
- { name: instagram, url: '' }
- { name: google-plus, url: '' }
- { name: linkedin, url: '' }
- { name: skype, url: '' }
- { name: github, url: 'https://github.com/hulto' }
- { name: codepen, url: '' }
- { name: stack-overflow, url: '' }
- { name: dribbble, url: '' }
- { name: behance, url: '' }
- { name: pinterest, url: '' }
- { name: tumblr, url: '' }
- { name: youtube, url: '' }
- { name: vimeo, url: '' }
- { name: vine, url: '' }
- { name: 500px, url: '' }
- { name: flickr, url: '' }
- { name: spotify, url: '' }
- { name: steam, url: '' }
- { name: wordpress, url: '' }
- { name: xing, url: '' }
- { name: bitcoin, url: '' }
- { name: pocket, url: '' }
- { name: applemusic, url: '' }
# Modules Settings
show_categories: 1
show_tags: 1
show_email: 0
show_rss: 0
show_comments: 0
show_menu: 0
fixed_sidebar: 1
# Defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: "true"
# Serving
url: ""
baseurl: ""
# Includes
include: ["_pages"]
# Outputting
permalink: /:categories/:title.html
category_dir: categories
# Pagination
paginate: 10
paginate_path: "/page:num/"
# Conversion
markdown: kramdown
excerpt_separator: <!--more-->
# Assets Settings
sass:
sass_dir: assets/partials
style: compressed