diff --git a/docs/_posts/2017-01-26-SpaceVim-release-v0.1.0.md b/docs/_posts/2017-01-26-SpaceVim-release-v0.1.0.md index 5bd940f5d..6884bd525 100644 --- a/docs/_posts/2017-01-26-SpaceVim-release-v0.1.0.md +++ b/docs/_posts/2017-01-26-SpaceVim-release-v0.1.0.md @@ -1,7 +1,7 @@ --- title: SpaceVim release v0.1.0 -categories: changelog -description: "First public release of SpaceVim with IDE-like UI, most language support, modular configuration" +categories: [changelog, blog] +excerpt: "First public release of SpaceVim with IDE-like UI, most language support, modular configuration" type: NewsArticle comments: true --- diff --git a/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md b/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md index 043f2be81..884f91d78 100644 --- a/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md +++ b/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md @@ -1,6 +1,6 @@ --- title: "Use Vim as a Java IDE" -categories: tutorials +categories: [tutorials, blog] excerpt: "I am a vimmer and a java developer. Here are some useful plugins for developing java in vim/neovim." redirect_from: "/2017/02/11/use-vim-as-a-java-ide.html" type: BlogPosting diff --git a/docs/_posts/2017-02-11-vim8-new-feature-timers-zh_cn.md b/docs/_posts/2017-02-11-vim8-new-feature-timers.md similarity index 96% rename from docs/_posts/2017-02-11-vim8-new-feature-timers-zh_cn.md rename to docs/_posts/2017-02-11-vim8-new-feature-timers.md index 331ced8a7..4c6e10c48 100644 --- a/docs/_posts/2017-02-11-vim8-new-feature-timers-zh_cn.md +++ b/docs/_posts/2017-02-11-vim8-new-feature-timers.md @@ -1,8 +1,10 @@ --- title: "VIM 8 新特性之旅: 定时器 (timers)" -categories: tutorials_cn +categories: blog_cn excerpt: "VIM 8 新特性之旅系列教程 - 定时器, 介绍定时器具体使用方法以及场景" -comments: true +permalink: /cn/:title/ +redirect_from: "/vim8-new-feature-timers-zh_cn/" +lang: cn --- # 定时器( timer ) 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 index 5ecca9915..1962c90a3 100644 --- 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 @@ -1,6 +1,6 @@ --- title: "Install vim/neovim with python support" -categories: tutorials +categories: blog excerpt: "How to build vim or neovim from source with python enabled?" comments: true --- diff --git a/docs/_posts/2017-03-30-SpaceVim-release-v0.2.0.md b/docs/_posts/2017-03-30-SpaceVim-release-v0.2.0.md index b51179e07..1625d9524 100644 --- a/docs/_posts/2017-03-30-SpaceVim-release-v0.2.0.md +++ b/docs/_posts/2017-03-30-SpaceVim-release-v0.2.0.md @@ -1,6 +1,6 @@ --- title: SpaceVim release v0.2.0 -categories: changelog +categories: [changelog, blog] excerpt: "Mnemonic key bindings in SpaceVim" type: NewsArticle comments: true diff --git a/docs/_posts/2017-05-25-mnemonic-key-bindings-navigation.md b/docs/_posts/2017-05-25-mnemonic-key-bindings-navigation.md index 3c41c068d..23eb571b2 100644 --- a/docs/_posts/2017-05-25-mnemonic-key-bindings-navigation.md +++ b/docs/_posts/2017-05-25-mnemonic-key-bindings-navigation.md @@ -1,6 +1,6 @@ --- title: "Mnemonic key bindings navigation" -categories: feature +categories: [feature, blog] excerpt: "Key bindings are organized using mnemonic prefixes like b for buffer, p for project, s for search, h for help, etc…" image: https://user-images.githubusercontent.com/13142418/31550099-c8173ff8-b062-11e7-967e-6378a9c3b467.gif comments: true diff --git a/docs/_posts/2017-05-31-SpaceVim-Newsletter-A-New-Hope.md b/docs/_posts/2017-05-31-SpaceVim-Newsletter-A-New-Hope.md index 811cefa69..1ef4a2a37 100644 --- a/docs/_posts/2017-05-31-SpaceVim-Newsletter-A-New-Hope.md +++ b/docs/_posts/2017-05-31-SpaceVim-Newsletter-A-New-Hope.md @@ -1,6 +1,6 @@ --- title: Newsletter #1 - A New Hope -categories: newsletter +categories: [newsletter, blog] excerpt: "A new hope: turn vim/neovim to be an IDE for most languages" comments: true --- diff --git a/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md b/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md index 8964a79f9..72907c539 100644 --- a/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md +++ b/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md @@ -1,6 +1,6 @@ --- title: SpaceVim release v0.3.0 -categories: changelog +categories: [changelog, blog] excerpt: "Here you can check what has been done so far." type: NewsArticle comments: true diff --git a/docs/_posts/2017-06-27-SpaceVim-release-v0.3.1.md b/docs/_posts/2017-06-27-SpaceVim-release-v0.3.1.md index 50830c07c..007c66c26 100644 --- a/docs/_posts/2017-06-27-SpaceVim-release-v0.3.1.md +++ b/docs/_posts/2017-06-27-SpaceVim-release-v0.3.1.md @@ -1,6 +1,6 @@ --- title: SpaceVim release v0.3.1 -categories: changelog +categories: [changelog, blog] excerpt: "Here you can check what has been done so far." type: NewsArticle comments: true diff --git a/docs/_posts/2017-08-05-SpaceVim-release-v0.4.0.md b/docs/_posts/2017-08-05-SpaceVim-release-v0.4.0.md index 1aace194f..390d7caa7 100644 --- a/docs/_posts/2017-08-05-SpaceVim-release-v0.4.0.md +++ b/docs/_posts/2017-08-05-SpaceVim-release-v0.4.0.md @@ -1,6 +1,6 @@ --- title: SpaceVim release v0.4.0 -categories: changelog +categories: [changelog, blog] excerpt: "Here you can check what has been done so far." type: NewsArticle comments: true diff --git a/docs/_posts/2017-08-11-Asynchronous-plugin-manager.md b/docs/_posts/2017-08-11-Asynchronous-plugin-manager.md index 58b3257f5..ac46a3911 100644 --- a/docs/_posts/2017-08-11-Asynchronous-plugin-manager.md +++ b/docs/_posts/2017-08-11-Asynchronous-plugin-manager.md @@ -1,6 +1,6 @@ --- title: "Asynchronous plugin manager" -categories: feature +categories: [feature, blog] description: "Use dein as default plugin manager, Provides a UI for dein, Install and update plugin asynchronously, Show process status on the fly" image: https://user-images.githubusercontent.com/13142418/34907332-903ae968-f842-11e7-8ac9-07fcc9940a53.gif comments: true diff --git a/docs/_posts/2017-11-04-use-ctrl-in-terminal-and-vim.md b/docs/_posts/2017-11-04-use-ctrl-in-terminal-and-vim.md index 720e1ce80..4c24c9dbd 100644 --- a/docs/_posts/2017-11-04-use-ctrl-in-terminal-and-vim.md +++ b/docs/_posts/2017-11-04-use-ctrl-in-terminal-and-vim.md @@ -1,6 +1,6 @@ --- title: "VIM 中 ctrl 相关的组合键的使用" -categories: tutorials_cn +categories: blog_cn excerpt: "枚举 Vim 内置的 Ctrl 组合键功能,以及终端下的一些区别" comments: true lang: cn diff --git a/docs/_posts/2017-11-06-SpaceVim-release-v0.5.0.md b/docs/_posts/2017-11-06-SpaceVim-release-v0.5.0.md index 82964f244..c36e84f51 100644 --- a/docs/_posts/2017-11-06-SpaceVim-release-v0.5.0.md +++ b/docs/_posts/2017-11-06-SpaceVim-release-v0.5.0.md @@ -1,6 +1,6 @@ --- title: SpaceVim release v0.5.0 -categories: changelog +categories: [changelog, blog] excerpt: "SpaceVim v0.5.0 comes out with five new language layer and many new features" type: NewsArticle comments: true diff --git a/docs/_posts/2017-11-6-help-description-for-key-bindings.md b/docs/_posts/2017-11-6-help-description-for-key-bindings.md index b3987554d..cb9d32cbe 100644 --- a/docs/_posts/2017-11-6-help-description-for-key-bindings.md +++ b/docs/_posts/2017-11-6-help-description-for-key-bindings.md @@ -1,6 +1,6 @@ --- title: "Help description for key bindings" -categories: feature +categories: [feature, blog] excerpt: "Key bindings are defined with help description, this feature is for getting Help description and jump to the position where the key bindings is defined." image: https://user-images.githubusercontent.com/13142418/34907415-c2cf7e88-f843-11e7-92d3-ef0f9b1b72ae.gif comments: true diff --git a/docs/_posts/2017-12-07-async-code-runner-in-SpaceVim.md b/docs/_posts/2017-12-07-async-code-runner-in-SpaceVim.md index e822fe9ae..4aa33477b 100644 --- a/docs/_posts/2017-12-07-async-code-runner-in-SpaceVim.md +++ b/docs/_posts/2017-12-07-async-code-runner-in-SpaceVim.md @@ -1,6 +1,6 @@ --- title: "An async code runner in SpaceVim" -categories: tutorials +categories: blog excerpt: "A better way for running code with in vim, more info about the command status, will not move cursor from code buffer." comments: true --- diff --git a/docs/_posts/2017-12-30-SpaceVim-release-v0.6.0.md b/docs/_posts/2017-12-30-SpaceVim-release-v0.6.0.md index f73483ff1..150769424 100644 --- a/docs/_posts/2017-12-30-SpaceVim-release-v0.6.0.md +++ b/docs/_posts/2017-12-30-SpaceVim-release-v0.6.0.md @@ -1,6 +1,6 @@ --- title: SpaceVim release v0.6.0 -categories: changelog +categories: [changelog, blog] excerpt: "Many new features come out with v0.6.0" type: NewsArticle image: https://user-images.githubusercontent.com/13142418/33793078-3446cb6e-dc76-11e7-9998-376a355557a4.png diff --git a/docs/_posts/2018-01-01-SpaceVim-Newsletter-Never-lost-never-give-up.md b/docs/_posts/2018-01-01-SpaceVim-Newsletter-Never-lost-never-give-up.md index 7ac4db80e..d001165ac 100644 --- a/docs/_posts/2018-01-01-SpaceVim-Newsletter-Never-lost-never-give-up.md +++ b/docs/_posts/2018-01-01-SpaceVim-Newsletter-Never-lost-never-give-up.md @@ -1,6 +1,6 @@ --- title: "Newsletter #2 - Never lost, Never give up" -categories: newsletter +categories: [newsletter, blog] excerpt: "We know exactly what is the purpose of SpaceVim, and we keep trying to get it, never get lost, never give up..." image: https://user-images.githubusercontent.com/13142418/34612367-18fdf2d6-f1ef-11e7-885e-5e82613c1444.png comments: true diff --git a/docs/_posts/2018-01-23-grep-on-the-fly-in-spacevim.md b/docs/_posts/2018-01-23-grep-on-the-fly-in-spacevim.md index 93ed75eb7..0ae0c0692 100644 --- a/docs/_posts/2018-01-23-grep-on-the-fly-in-spacevim.md +++ b/docs/_posts/2018-01-23-grep-on-the-fly-in-spacevim.md @@ -1,6 +1,6 @@ --- title: "Grep on the fly in SpaceVim" -categories: feature +categories: [feature, blog] excerpt: "Run grep asynchronously, show search results in real-time based on user input, support searching the entire project, searching loaded files or only searching current file" image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif comments: true diff --git a/docs/_posts/2018-01-31-grep-on-the-fly-in-spacevim.md b/docs/_posts/2018-01-31-grep-on-the-fly-in-spacevim.md index a0700c166..da14028f5 100644 --- a/docs/_posts/2018-01-31-grep-on-the-fly-in-spacevim.md +++ b/docs/_posts/2018-01-31-grep-on-the-fly-in-spacevim.md @@ -1,7 +1,7 @@ --- title: "Vim 异步实时代码检索" -categories: feature_cn -description: "异步执行 grep,根据输入内容实时展示搜索结果,支持全工程检索、检索当前文件、检索已打开的文件等" +categories: [blog_cn, feature_cn] +excerpt: "异步执行 grep,根据输入内容实时展示搜索结果,支持全工程检索、检索当前文件、检索已打开的文件等" image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif comments: true permalink: /cn/:title/ diff --git a/docs/_posts/2018-3-18-SpaceVim-release-v0.7.0.md b/docs/_posts/2018-3-18-SpaceVim-release-v0.7.0.md index 83e52bc46..e80527daf 100644 --- a/docs/_posts/2018-3-18-SpaceVim-release-v0.7.0.md +++ b/docs/_posts/2018-3-18-SpaceVim-release-v0.7.0.md @@ -1,6 +1,6 @@ --- title: SpaceVim release v0.7.0 -categories: changelog +categories: [changelog, blog] excerpt: "Highlight symbol mode and iedit mode come out with v0.6.0" type: NewsArticle image: https://user-images.githubusercontent.com/13142418/37595020-273b5bca-2bb2-11e8-8aba-638ed5f1c7ea.png diff --git a/docs/blog.md b/docs/blog.md index b895cfe36..352f11cf3 100644 --- a/docs/blog.md +++ b/docs/blog.md @@ -9,7 +9,7 @@ Here you can learn more about SpaceVim with our tutorials and find out what's going on.