Merge branch 'master' of git://github.com/plusjade/jekyll-bootstrap
[GalaxyBlog.git] / _config.yml
blob53593ebcfca8e46665cc9602de4750b4b0064b75
1 # This is the default format. 
2 # For more see: http://jekyllrb.com/docs/permalinks/
3 permalink: /:categories/:year:month:day/:title 
5 exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
6 #highlighter: pygments
8 # added by Galaxy
9 paginate: 10
11 # From https://help.github.com/articles/using-jekyll-with-pages#troubleshooting
12 safe: true
13 lsi: false
14 incremental: false
15 highlighter: rouge
16 gist:
17   noscript: false
19 # https://help.github.com/articles/migrating-your-pages-site-from-maruku
20 markdown: kramdown
21 #markdown: rdiscount
23 # http://jekyllrb.com/docs/configuration/#markdown-options
24 kramdown:
25   input: GFM
26 rdiscount:
27   extensions: [smart, footnotes, generate_toc, autolink]
28   toc_token: "!TOC"
30 timezone: Asia/Hong_Kong
32 # Themes are encouraged to use these universal variables 
33 # so be sure to set them if your theme uses them.
35 title : 银河星尘
36 tagline: Site Tagline Galaxy
37 author :
38   name : Yuuki Galaxy
39   email : galaxy001#gmail.com
40   github : galaxy001
41   twitter : galaxy001
42   feedburner : feedname
44 # The production_url is only used when full-domain names are needed
45 # such as sitemap.txt 
46 # Most places will/should use BASE_PATH to make the urls
48 # If you have set a CNAME (pages.github.com) set your custom domain here.
49 # Else if you are pushing to username.github.io, replace with your username.
50 # Finally if you are pushing to a GitHub project page, include the project name at the end.
52 #production_url : https://galaxy001.github.io
53 production_url : https://galaxysd.us
55 # All Jekyll-Bootstrap specific configurations are namespaced into this hash
57 JB :
58   version : 0.3.0
60   # All links will be namespaced by BASE_PATH if defined.
61   # Links in your website should always be prefixed with {{BASE_PATH}}
62   # however this value will be dynamically changed depending on your deployment situation.
63   #
64   # CNAME (http://yourcustomdomain.com)
65   #   DO NOT SET BASE_PATH 
66   #   (urls will be prefixed with "/" and work relatively)
67   #
68   # GitHub Pages (http://username.github.io)
69   #   DO NOT SET BASE_PATH 
70   #   (urls will be prefixed with "/" and work relatively)
71   #
72   # GitHub Project Pages (http://username.github.io/project-name)
73   #
74   #   A GitHub Project site exists in the `gh-pages` branch of one of your repositories.
75   #  REQUIRED! Set BASE_PATH to: http://username.github.io/project-name
76   #
77   # CAUTION:
78   #   - When in Localhost, your site will run from root "/" regardless of BASE_PATH
79   #   - Only the following values are falsy: ["", null, false]
80   #   - When setting BASE_PATH it must be a valid url.
81   #     This means always setting the protocol (http|https) or prefixing with "/"
82   BASE_PATH : false
84   # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
85   # ex: [BASE_PATH]/assets/themes/[THEME-NAME]
86   #
87   # Override this by defining an absolute path to assets here.
88   # ex: 
89   #   http://s3.amazonaws.com/yoursite/themes/watermelon
90   #   /assets
91   #
92   #ASSET_PATH : false
93   ASSET_PATH : http://galaxysd.us/assets/themes/twitter
95   # These paths are to the main pages Jekyll-Bootstrap ships with.
96   # Some JB helpers refer to these paths; change them here if needed.
97   #
98   archive_path: /archive.html
99   categories_path : /categories.html
100   tags_path : /tags.html
101   atom_path : /atom.xml
102   rss_path : /rss.xml
104   # Settings for comments helper
105   # Set 'provider' to the comment provider you want to use.
106   # Set 'provider' to false to turn commenting off globally.
107   #
108   comments :
109     provider : disqus
110     disqus :
111       short_name : galaxysd
112     livefyre :
113       site_id : 123
114     intensedebate :
115       account : 123abc
116     facebook :
117       appid : 123
118       num_posts: 5
119       width: 580
120       colorscheme: light
121     duoshuo :
122       short_name : jekyllbootstrap
123    
124   # Settings for analytics helper
125   # Set 'provider' to the analytics provider you want to use.
126   # Set 'provider' to false to turn analytics off globally.
127   #        
128   analytics :
129     provider : google
130     gauges :
131         site_id : 'SITE ID'
132     google : 
133         tracking_id : 'UA-31108329-1'
134     getclicky :
135       site_id : 
136     mixpanel :
137         token : '_MIXPANEL_TOKEN_'
138     #piwik :
139     #    baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
140     #    idsite : '1'                   # the id of the site on Piwik
142   # Settings for sharing helper. 
143   # Sharing is for things like tweet, plusone, like, reddit buttons etc.
144   # Set 'provider' to the sharing provider you want to use.
145   # Set 'provider' to false to turn sharing off globally.
146   #
147   sharing :
148     provider : tweet
149     
150   # Settings for all other include helpers can be defined by creating 
151   # a hash with key named for the given helper. ex:
152   #
153   #   pages_list :
154   #     provider : "custom"   
155   #
156   # Setting any helper's provider to 'custom' will bypass the helper code
157   # and include your custom code. Your custom file must be defined at:
158   #   ./_includes/custom/[HELPER]
159   # where [HELPER] is the name of the helper you are overriding.
160