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