-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (50 loc) · 1.29 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
title: "Unhandled Exception"
description: "everyday a developer wakes up and starts coding"
author:
name: nezumi
#email:
github: nezumi-quasar
twitter: emagar83
#pinterest: asd123
linkedin: emanuele-garofalo-ba12ab31
#bio: Your stylish, minimalist theme!
email_md5: 082fcf499b13603f2d604b0afaf7f89d
gravatar_hash: "082fcf499b13603f2d604b0afaf7f89d"
linkedin_url: "http://bit.ly/2e8dXx8"
disqus: ""
#google_analytics: not configured
background: "/assets/imgs/deserve_bg.jpg"
resources: "resources"
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
BASE_PATH: http://blog.unhandledexception.it/
paginate: 10
paginate_path: "/page:num/"
highlighter: rouge
markdown: kramdown
nav:
- name: "Slideshares"
href: "/pages/slideshares"
- name: "Bio"
href: "/pages/bio"
- name: "Publications"
href: "/pages/publications"
sass:
sass_dir: resources/css
style: expanded
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
gems:
- jekyll-paginate