2017-02-07 00:45:57 +08:00
<!doctype html>
< html >
2017-09-22 22:35:43 +08:00
2018-01-21 00:36:12 +08:00
< head >
< meta name = "baidu-site-verification" content = "AN14j6xQVd" / >
{% seo %}
< script type = "text/javascript" src = "http://tajs.qq.com/stats?sId=60680063" charset = "UTF-8" > < / script >
< script >
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
< / script >
< script >
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c6bde3c13e6fd8fde7357f71b4dd53a7";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
< / script >
< script >
((window.gitter = {}).chat = {}).options = {
room: 'SpaceVim/SpaceVim'
};
< / script >
< script src = "https://sidecar.gitter.im/dist/sidecar.v1.js" async defer > < / script >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "chrome=1" >
2018-01-21 22:03:53 +08:00
< link rel = "stylesheet" href = "{{ '/assets/css/main.css' | relative_url }}" >
2018-01-21 00:36:12 +08:00
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" > < / script >
< script src = "{{ '/assets/js/respond.js' | relative_url }}" > < / script >
< meta name = "viewport" content = "width=device-width, initial-scale=1, user-scalable=no" >
< script >
(function() {
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
} else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
< / script >
< / head >
2017-09-22 22:35:43 +08:00
2018-01-21 00:36:12 +08:00
< body >
< a href = "https://github.com/SpaceVim/SpaceVim" >
2018-01-21 21:24:29 +08:00
< img id = "forkme" alt = "Fork me on GitHub" data-canonical-src = "https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" src = "https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" / >
2018-01-21 00:36:12 +08:00
< / a >
< div class = "wrapper" >
2017-09-22 22:35:43 +08:00
2018-01-21 00:36:12 +08:00
< section >
< div id = "titlex" >
< p align = "center" > {{ site.title | default: site.github.repository_name }}< / p >
< / div >
< div id = "title" >
< p > {{ site.description | default: site.github.project_tagline }}< / p >
< hr >
< p align = "center" >
< b > < a href = "{{ site.url }}" > Home< / a > < / b > |
< b > < a href = "{{ site.url }}/about" > About< / a > < / b > |
< b > < a href = "{{ site.url }}/documentation" > Documentation< / a > < / b > |
< b > < a href = "{{ site.url }}/development" > Development< / a > < / b > |
< b > < a href = "{{ site.url }}/community" > Community< / a > < / b > |
< b > < a href = "{{ site.url }}/sponsors" > Sponsors< / a > < / b >
< / p >
< hr >
< / div >
2017-02-07 00:45:57 +08:00
2018-01-21 00:36:12 +08:00
{{ content }}
2017-02-07 00:45:57 +08:00
2018-01-21 00:36:12 +08:00
< / section >
2017-02-07 00:45:57 +08:00
2018-01-21 00:36:12 +08:00
< / div >
2017-02-07 00:45:57 +08:00
2018-01-21 00:36:12 +08:00
{% if site.google_analytics %}
< script type = "text/javascript" >
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
< / script >
< script type = "text/javascript" >
try {
var pageTracker = _gat._getTracker("{{ site.google_analytics }}");
pageTracker._trackPageview();
} catch (err) {}
< / script >
{% endif %}
< script type = "text/javascript" src = "//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-58a01d3aac22bd89" > < / script >
< / body >
< root >
< p align = "center" >
< span class = "credits right" > Hosted on GitHub, < a href = "https://github.com/SpaceVim/SpaceVim/edit/master/docs/{{ page.path }}" > Help improve this page< / a > — Theme by < a href = "https://twitter.com/michigangraham" > mattgraham< / a > ,
< / span >
< / p >
< / root >
2017-02-07 00:45:57 +08:00
< / html >