-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (39 loc) · 931 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
48
49
50
name: Espinho
description: Blogging about my learnings and ideas
meta_description: "Espinho's personal blog"
aboutPage: true
gems: [jekyll-paginate]
paginate: 20
baseurl: /
#
# SEO and sharing
#
# Used for twitter sharing
domain_name: 'http://espinhogr.github.io'
gplus_url: 'http://google.com/+EspinhoGr'
google_analytics: 'UA-39854308-4'
disqus: true
disqus_shortname: 'espinhogrgithubio'
# Details for the RSS feed generator
url: 'http://espinhogr.github.io'
author: 'Espinho'
authorTwitter: 'espinhogr'
defaults:
-
scope:
path: "" # empty string for all files
type: pages
values:
layout: default
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: post
-
scope:
path: ""
type: drafts
values:
layout: post