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