-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·47 lines (37 loc) · 999 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
44
45
46
47
name: "Danilo Gomes"
description: "Um blog para desenvolvedores iniciantes"
url: ""
author: "Danilo Gomes"
email: "[email protected]"
gravatar_hash: "448c58ffdae9ee49aaa8aa96d6de1ec5"
twitter: "danilomlgomes"
email: "[email protected]"
github: "danilogomes"
linkedin: "danilodemelogomes"
pinterest: "#"
disqus_shortname: "danilomlgomes"
background: "/images/black_image.jpg"
paginate: 5
paginate_path: "/page:num/"
baseurl: ""
permalink: /:year/:month/:day/:title/
markdown: kramdown
nav:
- name: "About"
sass:
style: :compressed
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
gems:
- jekyll-paginate