From bfbfc6fd0a4197c6f016c349f19c1991327623aa Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Mon, 20 Feb 2017 22:05:01 +0800 Subject: [PATCH] update website --- .gitignore | 4 ++- docs/_config.yml | 1 + docs/_layouts/default.html | 14 ++++----- ...stall-vim-or-neovim-with-python-support.md | 12 ++++++++ docs/community.md | 13 -------- docs/index.md | 30 +++++++------------ 6 files changed, 33 insertions(+), 41 deletions(-) create mode 100644 docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md diff --git a/.gitignore b/.gitignore index 8e6755536..05ea2578b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ doc/tags *-rplugin~ *rplugin.vim /config/local.vim -.SpaceVim.log +.SpaceVim.logA +docs/_site/* +docs/Gemfile.lock diff --git a/docs/_config.yml b/docs/_config.yml index f81660ff5..2cceb59be 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,6 +4,7 @@ description: A community-driven Vim distribution show_downloads: false google_analytics: UA-89745542-1 project_repo_url: https://github.com/SpaceVim/SpaceVim +url: https://spacevim.org permalink: /:title/ diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index a0a707b0a..40e087c79 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -90,13 +90,13 @@

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


- Home | - about | - Development | - Community | - Documentation | - Blog | - Sponsors + Home | + about | + Development | + Community | + Documentation | + Blog | + Sponsors


diff --git a/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md b/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md new file mode 100644 index 000000000..4404e5528 --- /dev/null +++ b/docs/_posts/2017-02-20-install-vim-or-neovim-with-python-support.md @@ -0,0 +1,12 @@ +--- +title: "Install vim/neovim with python support" +categories: tutorials +excerpt: "How to build vim or neovim from source with python enabled?" +--- + + +Installation of neovim/vim with python support: + +> [neovim installation](https://github.com/neovim/neovim/wiki/Installing-Neovim) + +> [Building Vim from source](https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source) diff --git a/docs/community.md b/docs/community.md index 6d27bddf1..15fd0a693 100644 --- a/docs/community.md +++ b/docs/community.md @@ -19,16 +19,3 @@ Try these SpaceVim hangouts for any questions, problems or comments. ## Discuss To report an issue or give feedback to the developers, please use the [issue tracker](https://github.com/SpaceVim/SpaceVim/issues). - -## Blogs - - diff --git a/docs/index.md b/docs/index.md index e55fbe8d9..1503d38e5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,48 +4,38 @@ title: "Home" # Introduction - [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim) -![Version 0.1.0-dev](https://img.shields.io/badge/version-0.1.0--dev-yellow.svg?style=flat-square) +![Version 0.2.0-dev](https://img.shields.io/badge/version-0.2.0--dev-yellow.svg?style=flat-square) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/LICENSE) [![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg?style=flat-square)](https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/doc/SpaceVim.txt) -![2017-02-05_1359x721](https://cloud.githubusercontent.com/assets/13142418/22622826/f88881a8-eb80-11e6-880b-b12e0430689a.png) - -[SpaceVim](https://github.com/SpaceVim/SpaceVim) is a Modular configuration, a bundle of custom settings and plugins for Vim, -here we call them layers, each layer has different plugins and config, users just need +[SpaceVim](https://github.com/SpaceVim/SpaceVim) is a modular configuration for neovim and vim, +here we call all of the modules layers, each layer has different plugins and config, users just need to select the layers they need. It got inspired by [spacemacs](https://github.com/syl20bnr/spacemacs). If you use SpaceVim, please star it on github. It's a great way of getting feedback and gives me the kick to put more time into development. -If you encounter any bugs or have feature requests, just open an issue -report on Github. +![2017-02-05_1359x721](https://cloud.githubusercontent.com/assets/13142418/22622826/f88881a8-eb80-11e6-880b-b12e0430689a.png) -For learning about Vim in general, read [vim-galore](https://github.com/mhinz/vim-galore). +If you are new to vim, you should learning about Vim in general, read [vim-galore](https://github.com/mhinz/vim-galore). -[![Throughput Graph](https://graphs.waffle.io/SpaceVim/SpaceVim/throughput.svg)](https://waffle.io/SpaceVim/SpaceVim/metrics/throughput) +## Install -# Install +### Linux/Mac -## Linux/Mac +If you are using linux or mac os, it is recommenced to use this command to install SpaceVim: ```sh curl -sLf https://spacevim.org/install.sh | bash ``` -before use SpaceVim, you should install the plugin by `call dein#install()` - -Installation of neovim/vim with python support: -> [neovim installation](https://github.com/neovim/neovim/wiki/Installing-Neovim) - -> [Building Vim from source](https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source) - +with this command, SpaceVim will be installed. all the plugins will be install automatically when first time run vim/nvim. for more info about the install script, please check: ```sh curl -sLf https://spacevim.org/install.sh | bash -s -- -h ``` -## windows support +### windows support - For vim in windows, please just clone this repo as vimfiles in you Home directory. by default, when open a cmd, the current dir is your Home directory, run this command in cmd.