1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 09:30:04 +08:00

Add descriptions

This commit is contained in:
wsdjeg 2017-09-22 22:35:43 +08:00
parent 7b6848695b
commit 08386bf23a
5 changed files with 127 additions and 110 deletions

View File

@ -1,5 +1,6 @@
<!doctype html>
<html>
<head>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
@ -12,7 +13,7 @@
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://spacevim.org/",
"url": "{{ page.url }}",
"name": "{{ page.title | default: Home }} - SpaceVim",
"author": {
"@type": "Person",
@ -23,7 +24,8 @@
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.google.com/search?q={search_term}+site:spacevim.org",
"query-input": "required name=search_term" }
"query-input": "required name=search_term"
}
}
</script>
<script>
@ -37,10 +39,20 @@
</script>
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=60680063" charset="UTF-8"></script>
<!-- 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],
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);
<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],
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);
})(window, document, 'script', 'dataLayer', 'GTM-PCLWNCD');
</script>
<!-- End Google Tag Manager -->
@ -63,8 +75,7 @@
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
} else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
@ -72,6 +83,7 @@
})();
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PCLWNCD"
@ -124,4 +136,5 @@ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.
<span class="credits right">Hosted on GitHub &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</p>
</root>
</html>

View File

@ -1,5 +1,6 @@
---
title: "About"
description: "Introduction about SpaceVim organization."
---
# About SpaceVim

View File

@ -1,5 +1,6 @@
---
title: "Development"
description: "A guide for contributing to SpaceVim."
---
# Development

View File

@ -1,5 +1,6 @@
---
title: "Documentation"
description: "A guide for using SpaceVim."
---
# SpaceVim Documentation

View File

@ -1,5 +1,6 @@
---
title: "Home"
description: "SpaceVim is a community-driven vim distribution that seeks to provide layer feature."
---
# Introduction