1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-23 01:09:56 +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> <!doctype html>
<html> <html>
<head> <head>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script> <script>
@ -12,7 +13,7 @@
{ {
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "WebSite", "@type": "WebSite",
"url": "https://spacevim.org/", "url": "{{ page.url }}",
"name": "{{ page.title | default: Home }} - SpaceVim", "name": "{{ page.title | default: Home }} - SpaceVim",
"author": { "author": {
"@type": "Person", "@type": "Person",
@ -23,7 +24,8 @@
"potentialAction": { "potentialAction": {
"@type": "SearchAction", "@type": "SearchAction",
"target": "https://www.google.com/search?q={search_term}+site:spacevim.org", "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>
<script> <script>
@ -37,10 +39,20 @@
</script> </script>
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=60680063" charset="UTF-8"></script> <script type="text/javascript" src="http://tajs.qq.com/stats?sId=60680063" charset="UTF-8"></script>
<!-- Google Tag Manager --> <!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': <script>
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], (function(w, d, s, l, i) {
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= w[l] = w[l] || [];
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); 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'); })(window, document, 'script', 'dataLayer', 'GTM-PCLWNCD');
</script> </script>
<!-- End Google Tag Manager --> <!-- End Google Tag Manager -->
@ -63,8 +75,7 @@
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];
@ -72,6 +83,7 @@
})(); })();
</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"
@ -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> <span class="credits right">Hosted on GitHub &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</p> </p>
</root> </root>
</html> </html>

View File

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

View File

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

View File

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

View File

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