mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 10:00:04 +08:00
Add descriptions
This commit is contained in:
parent
7b6848695b
commit
08386bf23a
@ -1,127 +1,140 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
|
||||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
<head>
|
||||||
<script>
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({
|
<script>
|
||||||
google_ad_client: "ca-pub-5073224535135889",
|
(adsbygoogle = window.adsbygoogle || []).push({
|
||||||
enable_page_level_ads: true
|
google_ad_client: "ca-pub-5073224535135889",
|
||||||
});
|
enable_page_level_ads: true
|
||||||
</script>
|
});
|
||||||
<script type="application/ld+json">
|
</script>
|
||||||
{
|
<script type="application/ld+json">
|
||||||
"@context": "http://schema.org",
|
{
|
||||||
"@type": "WebSite",
|
"@context": "http://schema.org",
|
||||||
"url": "https://spacevim.org/",
|
"@type": "WebSite",
|
||||||
"name": "{{ page.title | default: Home }} - SpaceVim",
|
"url": "{{ page.url }}",
|
||||||
"author": {
|
"name": "{{ page.title | default: Home }} - SpaceVim",
|
||||||
"@type": "Person",
|
"author": {
|
||||||
"name": "Shidong Wang"
|
"@type": "Person",
|
||||||
},
|
"name": "Shidong Wang"
|
||||||
"description": "{{ page.description | site.description }}",
|
},
|
||||||
"publisher": "Shidong Wang",
|
"description": "{{ page.description | site.description }}",
|
||||||
"potentialAction": {
|
"publisher": "Shidong Wang",
|
||||||
"@type": "SearchAction",
|
"potentialAction": {
|
||||||
"target": "https://www.google.com/search?q={search_term}+site:spacevim.org",
|
"@type": "SearchAction",
|
||||||
"query-input": "required name=search_term" }
|
"target": "https://www.google.com/search?q={search_term}+site:spacevim.org",
|
||||||
|
"query-input": "required name=search_term"
|
||||||
}
|
}
|
||||||
</script>
|
}
|
||||||
<script>
|
</script>
|
||||||
var _hmt = _hmt || [];
|
<script>
|
||||||
(function() {
|
var _hmt = _hmt || [];
|
||||||
var hm = document.createElement("script");
|
(function() {
|
||||||
hm.src = "https://hm.baidu.com/hm.js?c6bde3c13e6fd8fde7357f71b4dd53a7";
|
var hm = document.createElement("script");
|
||||||
var s = document.getElementsByTagName("script")[0];
|
hm.src = "https://hm.baidu.com/hm.js?c6bde3c13e6fd8fde7357f71b4dd53a7";
|
||||||
s.parentNode.insertBefore(hm, s);
|
var s = document.getElementsByTagName("script")[0];
|
||||||
})();
|
s.parentNode.insertBefore(hm, s);
|
||||||
</script>
|
})();
|
||||||
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=60680063" charset="UTF-8"></script>
|
</script>
|
||||||
<!-- Google Tag Manager -->
|
<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':
|
<!-- Google Tag Manager -->
|
||||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
<script>
|
||||||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
(function(w, d, s, l, i) {
|
||||||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
w[l] = w[l] || [];
|
||||||
})(window,document,'script','dataLayer','GTM-PCLWNCD');
|
w[l].push({
|
||||||
</script>
|
'gtm.start': new Date().getTime(),
|
||||||
<!-- End Google Tag Manager -->
|
event: 'gtm.js'
|
||||||
<meta charset="utf-8">
|
});
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
var f = d.getElementsByTagName(s)[0],
|
||||||
<title>{{ page.title | default: Home }} - SpaceVim</title>
|
j = d.createElement(s),
|
||||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
dl = l != 'dataLayer' ? '&l=' + l : '';
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
j.async = true;
|
||||||
<script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
|
j.src =
|
||||||
<!--[if lt IE 9]>
|
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
|
||||||
|
f.parentNode.insertBefore(j, f);
|
||||||
|
})(window, document, 'script', 'dataLayer', 'GTM-PCLWNCD');
|
||||||
|
</script>
|
||||||
|
<!-- End Google Tag Manager -->
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
|
<title>{{ page.title | default: Home }} - SpaceVim</title>
|
||||||
|
<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>
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<!--[if lt IE 8]>
|
<!--[if lt IE 8]>
|
||||||
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
|
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
<script>
|
<script>
|
||||||
(function(){
|
(function() {
|
||||||
var bp = document.createElement('script');
|
var bp = document.createElement('script');
|
||||||
var curProtocol = window.location.protocol.split(':')[0];
|
var curProtocol = window.location.protocol.split(':')[0];
|
||||||
if (curProtocol === 'https') {
|
if (curProtocol === 'https') {
|
||||||
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
|
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
|
||||||
}
|
} else {
|
||||||
else {
|
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
|
||||||
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
|
}
|
||||||
}
|
var s = document.getElementsByTagName("script")[0];
|
||||||
var s = document.getElementsByTagName("script")[0];
|
s.parentNode.insertBefore(bp, s);
|
||||||
s.parentNode.insertBefore(bp, s);
|
})();
|
||||||
})();
|
</script>
|
||||||
</script>
|
</head>
|
||||||
</head>
|
|
||||||
<body>
|
<body>
|
||||||
<!-- Google Tag Manager (noscript) -->
|
<!-- Google Tag Manager (noscript) -->
|
||||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PCLWNCD"
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PCLWNCD"
|
||||||
height="0" width="0" style="display:none;visibility:hidden"></iframe>
|
height="0" width="0" style="display:none;visibility:hidden"></iframe>
|
||||||
</noscript>
|
</noscript>
|
||||||
<!-- End Google Tag Manager (noscript) -->
|
<!-- End Google Tag Manager (noscript) -->
|
||||||
<a href="https://github.com/SpaceVim/SpaceVim">
|
<a href="https://github.com/SpaceVim/SpaceVim">
|
||||||
<img 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" style="position: absolute; top: 0; right: 0; border: 0;"/>
|
<img 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" style="position: absolute; top: 0; right: 0; border: 0;"/>
|
||||||
</a>
|
</a>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
||||||
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<b><a href="{{ site.url }}">Home</a></b> |
|
<b><a href="{{ site.url }}">Home</a></b> |
|
||||||
<b><a href="{{ site.url }}/about">About</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 }}/documentation">Documentation</a></b> |
|
||||||
<b><a href="{{ site.url }}/development">Development</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 }}/community">Community</a></b> |
|
||||||
<b><a href="{{ site.url }}/sponsors">Sponsors</a></b>
|
<b><a href="{{ site.url }}/sponsors">Sponsors</a></b>
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% 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 — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
|
||||||
|
</p>
|
||||||
|
</root>
|
||||||
|
|
||||||
{% 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 — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
|
|
||||||
</p>
|
|
||||||
</root>
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "About"
|
title: "About"
|
||||||
|
description: "Introduction about SpaceVim organization."
|
||||||
---
|
---
|
||||||
|
|
||||||
# About SpaceVim
|
# About SpaceVim
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Development"
|
title: "Development"
|
||||||
|
description: "A guide for contributing to SpaceVim."
|
||||||
---
|
---
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Documentation"
|
title: "Documentation"
|
||||||
|
description: "A guide for using SpaceVim."
|
||||||
---
|
---
|
||||||
|
|
||||||
# SpaceVim Documentation
|
# SpaceVim Documentation
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Home"
|
title: "Home"
|
||||||
|
description: "SpaceVim is a community-driven vim distribution that seeks to provide layer feature."
|
||||||
---
|
---
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
Loading…
Reference in New Issue
Block a user