new file: _posts/2015-05-08-build-tree-with-mt-sequences.md
[GalaxyBlog.git] / _config.yml
blobeba1ef03987a3077f185eee2d1498e7adc721bbe
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
15 # https://help.github.com/articles/migrating-your-pages-site-from-maruku
16 markdown: kramdown
18 # Themes are encouraged to use these universal variables 
19 # so be sure to set them if your theme uses them.
21 title : 银河星尘
22 tagline: Site Tagline Galaxy
23 author :
24   name : Yuuki Galaxy
25   email : galaxy001#gmail.com
26   github : galaxy001
27   twitter : galaxy001
28   feedburner : feedname
30 # The production_url is only used when full-domain names are needed
31 # such as sitemap.txt 
32 # Most places will/should use BASE_PATH to make the urls
34 # If you have set a CNAME (pages.github.com) set your custom domain here.
35 # Else if you are pushing to username.github.io, replace with your username.
36 # Finally if you are pushing to a GitHub project page, include the project name at the end.
38 production_url : http://galaxy001.github.io
40 # All Jekyll-Bootstrap specific configurations are namespaced into this hash
42 JB :
43   version : 0.3.0
45   # All links will be namespaced by BASE_PATH if defined.
46   # Links in your website should always be prefixed with {{BASE_PATH}}
47   # however this value will be dynamically changed depending on your deployment situation.
48   #
49   # CNAME (http://yourcustomdomain.com)
50   #   DO NOT SET BASE_PATH 
51   #   (urls will be prefixed with "/" and work relatively)
52   #
53   # GitHub Pages (http://username.github.io)
54   #   DO NOT SET BASE_PATH 
55   #   (urls will be prefixed with "/" and work relatively)
56   #
57   # GitHub Project Pages (http://username.github.io/project-name)
58   #
59   #   A GitHub Project site exists in the `gh-pages` branch of one of your repositories.
60   #  REQUIRED! Set BASE_PATH to: http://username.github.io/project-name
61   #
62   # CAUTION:
63   #   - When in Localhost, your site will run from root "/" regardless of BASE_PATH
64   #   - Only the following values are falsy: ["", null, false]
65   #   - When setting BASE_PATH it must be a valid url.
66   #     This means always setting the protocol (http|https) or prefixing with "/"
67   BASE_PATH : false
69   # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
70   # ex: [BASE_PATH]/assets/themes/[THEME-NAME]
71   #
72   # Override this by defining an absolute path to assets here.
73   # ex: 
74   #   http://s3.amazonaws.com/yoursite/themes/watermelon
75   #   /assets
76   #
77   ASSET_PATH : false
79   # These paths are to the main pages Jekyll-Bootstrap ships with.
80   # Some JB helpers refer to these paths; change them here if needed.
81   #
82   archive_path: /archive.html
83   categories_path : /categories.html
84   tags_path : /tags.html
85   atom_path : /atom.xml
86   rss_path : /rss.xml
88   # Settings for comments helper
89   # Set 'provider' to the comment provider you want to use.
90   # Set 'provider' to false to turn commenting off globally.
91   #
92   comments :
93     provider : disqus
94     disqus :
95       short_name : galaxysd
96     livefyre :
97       site_id : 123
98     intensedebate :
99       account : 123abc
100     facebook :
101       appid : 123
102       num_posts: 5
103       width: 580
104       colorscheme: light
105    
106   # Settings for analytics helper
107   # Set 'provider' to the analytics provider you want to use.
108   # Set 'provider' to false to turn analytics off globally.
109   #        
110   analytics :
111     provider : google 
112     google : 
113         tracking_id : 'UA-31108329-1'
114     getclicky :
115       site_id : 
116     mixpanel :
117         token : '_MIXPANEL_TOKEN_'
118     #piwik :
119     #    baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
120     #    idsite : '1'                   # the id of the site on Piwik
122   # Settings for sharing helper. 
123   # Sharing is for things like tweet, plusone, like, reddit buttons etc.
124   # Set 'provider' to the sharing provider you want to use.
125   # Set 'provider' to false to turn sharing off globally.
126   #
127   sharing :
128     provider : tweet
129     
130   # Settings for all other include helpers can be defined by creating 
131   # a hash with key named for the given helper. ex:
132   #
133   #   pages_list :
134   #     provider : "custom"   
135   #
136   # Setting any helper's provider to 'custom' will bypass the helper code
137   # and include your custom code. Your custom file must be defined at:
138   #   ./_includes/custom/[HELPER]
139   # where [HELPER] is the name of the helper you are overriding.
140