1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:10:05 +08:00
SpaceVim/docs/_layouts/default.html

129 lines
5.7 KiB
HTML
Raw Normal View History

2017-02-07 00:45:57 +08:00
<!doctype html>
<html>
2017-02-07 01:06:43 +08:00
<head>
2017-02-17 20:07:41 +08:00
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://spacevim.org/",
"name": "{{ page.title | default: Home }} - SpaceVim",
"author": {
"@type": "Person",
"name": "Shidong Wang"
},
"description": "{{ site.description }}",
"publisher": "Shidong Wang",
"potentialAction": {
"@type": "SearchAction",
"target": "https://spacevim.org/?s={search_term}",
"query-input": "required name=search_term" }
}
</script>
2017-02-11 21:45:34 +08:00
<script>
var _hmt = _hmt || [];
2017-02-12 16:36:17 +08:00
(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);
})();
2017-02-11 21:45:34 +08:00
</script>
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=60680063" charset="UTF-8"></script>
2017-02-10 20:00:12 +08:00
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
2017-02-12 16:36:17 +08:00
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
2017-02-10 20:00:12 +08:00
})(window,document,'script','dataLayer','GTM-PCLWNCD');
</script>
<!-- End Google Tag Manager -->
2017-02-07 01:06:43 +08:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
2017-02-15 21:55:25 +08:00
<title>{{ page.title | default: Home }} - SpaceVim</title>
2017-02-07 01:06:43 +08:00
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<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>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
2017-02-08 22:16:26 +08:00
<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>
2017-02-07 01:06:43 +08:00
</head>
<body>
2017-02-10 20:00:12 +08:00
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PCLWNCD"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
2017-02-07 01:06:43 +08:00
<div id="header">
<nav>
<li class="fork"><a href="{{ site.project_repo_url }}">View On GitHub</a></li>
{% if site.show_downloads %}
<li class="downloads"><a href="{{ site.github.zip_url }}">ZIP</a></li>
<li class="downloads"><a href="{{ site.github.tar_url }}">TAR</a></li>
<li class="title">DOWNLOADS</li>
{% endif %}
</nav>
</div><!-- end header -->
2017-02-07 00:45:57 +08:00
2017-02-07 01:06:43 +08:00
<div class="wrapper">
2017-02-07 00:45:57 +08:00
2017-02-07 01:06:43 +08:00
<section>
<div id="title">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
<p>{{ site.description | default: site.github.project_tagline }}</p>
<hr>
<p align="center">
<b><a href="https://spacevim.org">Home</a></b> |
<b><a href="https://spacevim.org/about">about</a></b> |
2017-02-07 01:14:21 +08:00
<b><a href="https://spacevim.org/development">Development</a></b> |
<b><a href="https://spacevim.org/community">Community</a></b> |
<b><a href="https://spacevim.org/documentation">Documentation</a></b> |
<b><a href="https://spacevim.org/sponsors">Sponsors</a></b>
2017-02-07 01:06:43 +08:00
</p>
<hr>
</div>
2017-02-07 00:45:57 +08:00
2017-02-07 01:06:43 +08:00
{{ content }}
2017-02-07 00:45:57 +08:00
2017-02-07 01:06:43 +08:00
</section>
2017-02-07 00:45:57 +08:00
2017-02-07 01:06:43 +08:00
</div>
2017-02-07 00:45:57 +08:00
2017-02-07 01:06:43 +08:00
{% if site.google_analytics %}
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
2017-02-12 16:36:17 +08:00
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
2017-02-07 01:06:43 +08:00
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("{{ site.google_analytics }}");
pageTracker._trackPageview();
} catch(err) {}
</script>
2017-02-08 22:04:40 +08:00
{% endif %}
2017-02-12 16:36:17 +08:00
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-58a01d3aac22bd89"></script>
2017-02-07 01:06:43 +08:00
</body>
<root>
<p align="center">
<span class="credits right">Hosted on GitHub &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</p>
</root>
2017-02-07 00:45:57 +08:00
</html>