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 %}
2018-12-13 19:25:29 +08:00
{% if page.lang == "cn" %}
2018-05-18 12:58:05 +08:00
< script type = "text/javascript" src = "https://tajs.qq.com/stats?sId=60680063" charset = "UTF-8" > < / script >
2018-12-13 19:25:29 +08:00
{% endif %}
2019-02-17 11:57:44 +08:00
< script defer src = "https://use.fontawesome.com/releases/v5.7.2/js/all.js" > < / script >
2018-01-21 00:36:12 +08:00
< 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 >
2018-05-27 13:05:57 +08:00
{% if page.lang == "cn" %}
< script >
((window.gitter = {}).chat = {}).options = {
room: 'SpaceVim/cn'
};
< / script >
{% else %}
2018-01-21 00:36:12 +08:00
< script >
((window.gitter = {}).chat = {}).options = {
room: 'SpaceVim/SpaceVim'
};
< / script >
2018-05-27 13:05:57 +08:00
{% endif %}
2018-01-21 00:36:12 +08:00
< 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-09-21 14:59:53 +08:00
{% if page.lang == "cn" %}
< script src = "https://cdn.bootcss.com/jquery/1.7.1/jquery.min.js" > < / script >
2018-09-21 15:00:58 +08:00
{% else %}
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" > < / script >
2018-09-21 14:59:53 +08:00
{% endif %}
2018-01-21 00:36:12 +08:00
< 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 {
2018-05-18 12:58:05 +08:00
bp.src = 'https://push.zhanzhang.baidu.com/push.js';
2018-01-21 00:36:12 +08:00
}
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 >
2018-01-27 01:07:02 +08:00
{% if page.lang == "cn" %}
< div id = "title" >
2018-06-04 21:33:12 +08:00
< p > {{ site.description | default: site.github.project_tagline }}
< / p >
2018-01-27 01:07:02 +08:00
< hr >
< p align = "center" >
< b > < a href = "{{ site.url }}/cn/" > 主页< / a > < / b > |
2018-05-12 19:01:00 +08:00
< b > < a href = "{{ site.url }}/cn/about/" > 关于我们< / a > < / b > |
< b > < a href = "{{ site.url }}/cn/documentation/" > 使用文档< / a > < / b > |
< b > < a href = "{{ site.url }}/cn/development/" > 开发指南< / a > < / b > |
< b > < a href = "{{ site.url }}/cn/community/" > 用户社区< / a > < / b > |
< b > < a href = "{{ site.url }}/cn/sponsors/" > 赞助< / a > < / b >
2018-01-27 01:07:02 +08:00
< / p >
< hr >
< / div >
{% else %}
2018-01-21 00:36:12 +08:00
< div id = "title" >
2018-06-04 21:33:12 +08:00
< p > {{ site.description | default: site.github.project_tagline }}
< / p >
2018-01-21 00:36:12 +08:00
< hr >
< p align = "center" >
< b > < a href = "{{ site.url }}" > Home< / a > < / b > |
2018-05-12 19:01:00 +08:00
< 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 >
2018-01-21 00:36:12 +08:00
< / p >
< hr >
< / div >
2018-01-27 01:07:02 +08:00
{% endif %}
2017-02-07 00:45:57 +08:00
2018-01-21 00:36:12 +08:00
{{ content }}
2018-01-25 19:54:08 +08:00
2018-01-25 14:45:33 +08:00
{% if page.comments %}
2018-01-25 19:54:08 +08:00
2018-07-03 22:09:43 +08:00
< div id = "container" > < / div >
2019-02-01 22:45:24 +08:00
< script src = "https://wsdjeg.github.io/gitment/dist/gitment.browser.js" > < / script >
2018-07-03 22:09:43 +08:00
< script >
var gitment = new Gitment({
2018-07-04 08:49:23 +08:00
id: '{{ page.commentsID | default: page.title }}', // 可选。默认为 location.href
2018-07-03 22:09:43 +08:00
owner: 'wsdjeg',
repo: 'SpaceVim-comments',
oauth: {
2018-07-05 16:16:34 +08:00
client_id: '{{ site.gitment_client_id }}',
client_secret: '{{ site.gitment_client_secret }}',
2018-07-03 22:09:43 +08:00
},
})
gitment.render('container')
< / script >
2018-01-25 14:45:33 +08:00
{% endif %}
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 >
2018-01-27 01:07:02 +08:00
{% if page.lang == "cn" %}
< p align = "center" >
< span class = "credits right" > 网站源码位于 Github, < a href = "https://github.com/SpaceVim/SpaceVim/edit/master/docs/{{ page.path }}" > 帮助改进本页面< / a > — 网站主题: < a href = "https://twitter.com/michigangraham" > mattgraham< / a > ,
< / span >
2018-06-04 21:33:12 +08:00
< input id = "textbox" type = "text" placeholder = "Search on Google..." onkeydown = "if (event.keyCode == 13 || event.which == 13) { location='http://www.google.com/search?q=' + encodeURIComponent(document.getElementById('textbox').value) + '+site%3Aspacevim.org';}" / >
2018-01-27 01:07:02 +08:00
< / p >
{% else %}
2018-01-21 00:36:12 +08:00
< p align = "center" >
2018-06-04 21:33:12 +08:00
< 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 > ,
2018-01-21 00:36:12 +08:00
< / span >
2018-06-04 21:33:12 +08:00
< input id = "textbox" type = "text" placeholder = "Search on Google..." onkeydown = "if (event.keyCode == 13 || event.which == 13) { location='http://www.google.com/search?q=' + encodeURIComponent(document.getElementById('textbox').value) + '+site%3Aspacevim.org';}" / >
2018-01-21 00:36:12 +08:00
< / p >
2018-01-27 01:07:02 +08:00
{% endif %}
2018-01-21 00:36:12 +08:00
< / root >
2017-02-07 00:45:57 +08:00
< / html >
2018-01-27 01:07:02 +08:00
<!-- vim:set nowrap: -->