2017-02-07 00:45:57 +08:00
<!doctype html>
< html >
2017-09-22 22:35:43 +08:00
2019-05-11 12:57:32 +08:00
< head >
< meta name = "baidu-site-verification" content = "AN14j6xQVd" / >
{% seo %}
{% if page.lang == "cn" %}
< script type = "text/javascript" src = "https://tajs.qq.com/stats?sId=60680063" charset = "UTF-8" > < / script >
{% endif %}
< script defer src = "https://use.fontawesome.com/releases/v5.7.2/js/all.js" > < / 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 || [];
2018-01-21 00:36:12 +08:00
(function() {
2019-05-11 12:57:32 +08:00
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);
2018-01-21 00:36:12 +08:00
})();
2019-05-11 12:57:32 +08:00
< / script >
2018-05-27 13:05:57 +08:00
2019-05-11 12:57:32 +08:00
{% if page.lang == "cn" %}
< script >
((window.gitter = {}).chat = {}).options = {
room: 'SpaceVim/cn'
};
< / script >
{% else %}
< script >
((window.gitter = {}).chat = {}).options = {
room: 'SpaceVim/SpaceVim'
};
< / script >
{% endif %}
2017-09-22 22:35:43 +08:00
2019-05-11 12:57:32 +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" >
< link rel = "stylesheet" href = "{{ '/assets/css/main.css' | relative_url }}" >
2018-01-27 01:07:02 +08:00
{% if page.lang == "cn" %}
2019-05-11 12:57:32 +08:00
< script src = "https://cdn.bootcss.com/jquery/1.7.1/jquery.min.js" > < / script >
2018-01-27 01:07:02 +08:00
{% else %}
2019-05-11 12:57:32 +08:00
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" > < / script >
2018-01-27 01:07:02 +08:00
{% endif %}
2019-05-11 12:57:32 +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 {
bp.src = 'https://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
< / script >
< / head >
2017-02-07 00:45:57 +08:00
2019-05-11 12:57:32 +08:00
< body >
< a href = "https://github.com/SpaceVim/SpaceVim" class = "github-corner" aria-label = "View source on GitHub" > < svg width = "100" height = "100" viewBox = "0 0 250 250" style = "fill:#64CEAA; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden = "true" > < path d = "M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z" > < / path > < path d = "M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill = "currentColor" style = "transform-origin: 130px 106px;" class = "octo-arm" > < / path > < path d = "M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill = "currentColor" class = "octo-body" > < / path > < / svg > < / a > < style > . github-corner : hover . octo-arm { animation : octocat-wave 560 ms ease-in-out } @ keyframes octocat-wave { 0 % , 100 % { transform : rotate ( 0 ) } 20 % , 60 % { transform : rotate ( -25 deg ) } 40 % , 80 % { transform : rotate ( 10 deg ) } } @ media ( max-width : 500px ) { . github-corner : hover . octo-arm { animation : none } . github-corner . octo-arm { animation : octocat-wave 560 ms ease-in-out } } < / style >
< div class = "wrapper" >
2018-01-25 19:54:08 +08:00
2019-05-11 12:57:32 +08:00
< section >
< div id = "titlex" >
< p align = "center" > {{ site.title | default: site.github.repository_name }}< / p >
< / div >
{% if page.lang == "cn" %}
< div id = "title" >
< p > {{ site.description | default: site.github.project_tagline }}
< / p >
< hr >
< p align = "center" >
< b > < a href = "{{ site.url }}/cn/" > 主页< / a > < / b > |
< 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 >
< / p >
< hr >
< / div >
{% else %}
< 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 >
{% endif %}
2018-01-25 19:54:08 +08:00
2019-05-11 12:57:32 +08:00
{{ content }}
2018-01-25 14:45:33 +08:00
2019-05-11 12:57:32 +08:00
{% if page.comments %}
2017-02-07 00:45:57 +08:00
2019-05-11 12:57:32 +08:00
< div id = "container" > < / div >
< script src = "https://wsdjeg.github.io/gitment/dist/gitment.browser.js" > < / script >
< script >
var gitment = new Gitment({
id: '{{ page.commentsID | default: page.title }}', // 可选。默认为 location.href
owner: 'wsdjeg',
repo: 'SpaceVim-comments',
oauth: {
client_id: '{{ site.gitment_client_id }}',
client_secret: '{{ site.gitment_client_secret }}',
},
})
gitment.render('container')
< / script >
2017-02-07 00:45:57 +08:00
2019-05-11 12:57:32 +08:00
{% endif %}
2017-02-07 00:45:57 +08:00
2019-05-11 12:57:32 +08:00
< / section >
< / div >
{% if site.google_analytics %}
< script type = "text/javascript" >
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
2018-01-21 00:36:12 +08:00
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
2019-05-11 12:57:32 +08:00
< / 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 >
{% 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 >
< 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';}" / >
< / p >
{% else %}
< 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 >
< 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';}" / >
< / p >
2018-01-21 00:36:12 +08:00
{% endif %}
2019-05-11 12:57:32 +08:00
< / root >
2017-02-07 00:45:57 +08:00
< / html >
2018-01-27 01:07:02 +08:00
<!-- vim:set nowrap: -->