-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·68 lines (57 loc) · 1.42 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
# Build settings
markdown: kramdown
highlighter: rouge
sass:
style: :compressed
# Site settings
title: "blog uelei.com"
description: My life my universe and things that came in my mind..
email: [email protected]
#blog logo
logo: "/assets/images/uelei.jpg"
# blog cover
cover: "/assets/images/img_3661.jpg"
name: 'Wesley Werneck'
author: 'Wesley Werneck'
author_image: "/assets/images/uelei.jpg"
permalink: "/:title"
# paginate_path: "/page-:num"
paginate: 7
timezone: America/Sao_Paulo
url: "http://blog.uelei.com" # the base hostname & protocol for your site
baseurl: ""
# social icons and sharing options
social:
- icon: twitter
url: https://twitter.com/uelei
desc: Follow me on twitter
share_url: http://twitter.com/share
share_title: ?text=
share_link: "&url="
- icon: facebook
url: https://facebook.com/uelei
desc: Connect with me on facebook
share_url: https://www.facebook.com/sharer.php
share_title: ?t=
share_link: "&u="
- icon: github
url: https://github.com/uelei
desc: Fork me on github
share_url:
share_title:
share_link:
- icon: flickr
url: https://www.flickr.com/photos/uelei/
desc: See some Pictures that i took
share_url:
share_title:
share_link:
# - icon: google-plus
# url: https://google.com/???
# desc: Add me on google+
# share_url:
# share_title:
# share_link:
plugins:
- jekyll-gist
- jekyll-paginate