summaryrefslogtreecommitdiff
path: root/_config.yml
blob: c63f811fc1f9497bc5aeeb1c1a57034a3bb72207 (plain)
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
# This is the default format. 
# For more see: https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:categories/:year/:month/:day/:title 
auto: true
pygments: true
var:
  archive_path: /archive.html
  categories_path : /categories.html
  tags_path : /tags.html
  rss_path: /atom.xml

production_url : http://username.github.com # or your custom domain name
title : Jekyll Bootstrap

author :
  name : Name Lastname
  email : blah@email.test
  github : username
  twitter : username
  feedburner : feedname

exclude: [".rbenv-version", "README.md", "Rakefile"]

# Jekyll-Bootstrap configurations
JB :
  comments :
    engine : disqus
    disqus :
      short_name : jekyllbootstrap
    livefyre :
      site_id : 123
    intensedebate :
      account : 123abc
    facebook :
      apikey : 123
   
        
  analytics :
    engine : google
    google : 
        tracking_id : 'UA-123-12'
    getclicky :
      site_id : 


  sharing :
    engine : false