From 08386bf23a8f2602c29d9a4d8d9de241b09579fc Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Fri, 22 Sep 2017 22:35:43 +0800 Subject: [PATCH] Add descriptions --- docs/_layouts/default.html | 233 ++++++++++++++++++++----------------- docs/about.md | 1 + docs/development.md | 1 + docs/documentation.md | 1 + docs/index.md | 1 + 5 files changed, 127 insertions(+), 110 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 768dd56e0..f8b128f36 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,127 +1,140 @@ - - - - + + - - - - - - - - {{ page.title | default: Home }} - SpaceVim - - - - + + + + + {{ page.title | default: Home }} - SpaceVim + + + + - - - - - - - - - + + Fork me on GitHub -
+
-
-
-

{{ site.title | default: site.github.repository_name }}

-

{{ site.description | default: site.github.project_tagline }}

-
-

- Home | - About | - Documentation | - Development | - Community | - Sponsors -

-
-
+
+
+

{{ site.title | default: site.github.repository_name }}

+

{{ site.description | default: site.github.project_tagline }}

+
+

+ Home | + About | + Documentation | + Development | + Community | + Sponsors +

+
+
- {{ content }} + {{ content }} -
+
-
+
+ + {% if site.google_analytics %} + + + {% endif %} + + + +

+ Hosted on GitHub — Theme by mattgraham +

+
- {% if site.google_analytics %} - - - {% endif %} - - - -

- Hosted on GitHub — Theme by mattgraham -

-
diff --git a/docs/about.md b/docs/about.md index ceeac637b..be6a2c881 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1,5 +1,6 @@ --- title: "About" +description: "Introduction about SpaceVim organization." --- # About SpaceVim diff --git a/docs/development.md b/docs/development.md index 49c97a779..886c53174 100644 --- a/docs/development.md +++ b/docs/development.md @@ -1,5 +1,6 @@ --- title: "Development" +description: "A guide for contributing to SpaceVim." --- # Development diff --git a/docs/documentation.md b/docs/documentation.md index a4ef27070..2073b851a 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -1,5 +1,6 @@ --- title: "Documentation" +description: "A guide for using SpaceVim." --- # SpaceVim Documentation diff --git a/docs/index.md b/docs/index.md index 48618532f..8ea932c9d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,6 @@ --- title: "Home" +description: "SpaceVim is a community-driven vim distribution that seeks to provide layer feature." --- # Introduction