mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +08:00
Update website (#3121)
This commit is contained in:
parent
cc80f18830
commit
00cd61249b
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: SpaceVim release v0.3.0
|
||||
categories: [changelog, blog]
|
||||
excerpt: "Here you can check what has been done so far."
|
||||
excerpt: "The major change happend in v0.3.0 is new mapping guide and custom mapping prefix SPC."
|
||||
type: NewsArticle
|
||||
commentsID: "SpaceVim release v0.3.0"
|
||||
comments: true
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: SpaceVim release v0.3.1
|
||||
categories: [changelog, blog]
|
||||
excerpt: "Here you can check what has been done so far."
|
||||
excerpt: "New release v0.3.1 provides better key binding guide for buffer and file, including z and g prefix guide."
|
||||
type: NewsArticle
|
||||
commentsID: "SpaceVim release v0.3.1"
|
||||
comments: true
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: SpaceVim release v0.4.0
|
||||
categories: [changelog, blog]
|
||||
excerpt: "Here you can check what has been done so far."
|
||||
excerpt: "New release v0.4.0 provides a new UI for plugin manager and built-in flygrep plugin"
|
||||
type: NewsArticle
|
||||
commentsID: "SpaceVim release v0.4.0"
|
||||
comments: true
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: SpaceVim release v1.0.0
|
||||
categories: [changelog, blog]
|
||||
excerpt: "A community-driven modular vim distribution - The ultimate vim configuration"
|
||||
excerpt: "V1.0.0 is the first stable version of SpaceVim, which is mainly about experience and user documentation."
|
||||
type: NewsArticle
|
||||
image: https://user-images.githubusercontent.com/13142418/50423286-5b33a400-088e-11e9-830c-792ce1c7c126.png
|
||||
commentsID: "SpaceVim release v1.0.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: SpaceVim release v1.1.0
|
||||
categories: [changelog, blog]
|
||||
excerpt: "A community-driven modular vim distribution - The ultimate vim configuration"
|
||||
excerpt: "SpaceVim v1.1.0 introduced new floating window mapping guide, and a disk management for Windows, as well as improved the fzf layer."
|
||||
type: NewsArticle
|
||||
image: https://user-images.githubusercontent.com/13142418/55619929-44c1b080-57cc-11e9-9c6a-8637555c2d6c.png
|
||||
commentsID: "SpaceVim release v1.1.0"
|
||||
|
@ -4,7 +4,7 @@ description: "SpaceVim 最新资讯、新特新预览,Vim 实用教程及使
|
||||
lang: zh
|
||||
---
|
||||
|
||||
# SpaceVim 中文博客
|
||||
# 博客
|
||||
|
||||
SpaceVim 中文博客主要公布最新版本发布、新特性预览以及一些 SpaceVim 及 Vim
|
||||
相关的使用教程,可通过 RSS [订阅本博客](../../feed.xml):
|
||||
|
@ -4,7 +4,7 @@ description: "在使用 SpaceVim 过程中比较常见的一些问题,包括
|
||||
lang: zh
|
||||
---
|
||||
|
||||
# SpaceVim 常见问题解答
|
||||
# 常见问题解答
|
||||
|
||||
这里根据社区反馈的情况,罗列了一些大家经常会问的问题,如果有需要补充的,欢迎使用
|
||||
使用 SpaceVim 中文社区频道参与讨论,也可以直接编辑本页并提交 PR 。
|
||||
|
@ -19,7 +19,11 @@ SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织
|
||||
为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全,
|
||||
语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱即用的 Vim IDE。
|
||||
|
||||
请查阅[《入门指南》](quick-start-guide/)、[《用户文档》](documentation/)和[《可用模块》](layers/)以获取更多信息。
|
||||
如果你喜欢SpaceVim,可以在 [gitee](https://gitee.com/spacevim/SpaceVim) 上给 SpaceVim 加星,这是一个很好的方式来表达你的感激之情,同时也给了我们继续做这个项目的动力。
|
||||
|
||||
- [入门指南](quick-start-guide/): 包括最基本的安装以及配置教程,同时包括了针对不同语言的配置技巧
|
||||
- [使用文档](documentation/): 完整的用户使用文档,详细介绍了每一个快捷键以及配置的功能
|
||||
- [可用模块](layers/): 罗列了目前已经支持的所有模块,包括功能模块和不同的语言模块
|
||||
|
||||
## 最新特性
|
||||
|
||||
@ -34,7 +38,7 @@ SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
更多精彩博客请订阅 [SpaceVim 中文博客](blog/) 或关注微博 [@SpaceVim](https://weibo.com/SpaceVim)。
|
||||
更多精彩博客请订阅 SpaceVim [博客](blog/) 或关注微博 [@SpaceVim](https://weibo.com/SpaceVim)。
|
||||
|
||||
## 参与
|
||||
|
||||
@ -64,6 +68,6 @@ SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织
|
||||
|
||||
建议使用 Vim 7.4 或者 Neovim v0.1.7及其以上版本。
|
||||
|
||||
更多常见问题请阅读 [《SpaceVim FAQ》](faq/)
|
||||
更多常见问题请阅读[常见问题解答](faq/)
|
||||
|
||||
<!-- vim:set nowrap: -->
|
||||
|
@ -3,7 +3,7 @@ title: "FAQ"
|
||||
description: "A list of questions and answers relating to SpaceVim, especially those most asked in the SpaceVim community"
|
||||
---
|
||||
|
||||
# SpaceVim FAQ
|
||||
# FAQ
|
||||
|
||||
This is a list of the frequently asked questions about SpaceVim.
|
||||
|
||||
|
@ -27,8 +27,8 @@ appreciation while providing us motivation to continue working on this project.
|
||||
|
||||
|
||||
- [Quick start guide](quick-start-guide/): installation, configuration, and resources of learning SpaceVim
|
||||
- [documentation](documentation/): the primary official document of SpaceVim
|
||||
- [available layers](layers/): a list of available layers which can be used in SpaceVim
|
||||
- [Documentation](documentation/): the primary official document of SpaceVim
|
||||
- [Available layers](layers/): a list of available layers which can be used in SpaceVim
|
||||
|
||||
The last release is v1.2.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release.
|
||||
|
||||
@ -45,9 +45,9 @@ The last release is v1.2.0, check out [following-HEAD](https://github.com/SpaceV
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
More posts are in the [SpaceVim's Blog](blog/)
|
||||
More posts are available on the [blog](blog/) of SpaceVim.
|
||||
|
||||
[Follow @SpaceVim](https://twitter.com/SpaceVim)
|
||||
Follow our twitter: [@SpaceVim](https://twitter.com/SpaceVim)
|
||||
|
||||
## Participating
|
||||
|
||||
@ -60,7 +60,7 @@ Contribute code, report bugs and request features at [GitHub](https://github.com
|
||||
- What is the project status?
|
||||
|
||||
The current stable version is v1.2.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones)
|
||||
for development progress and the [roadmap](roadmap/) for high-level plans.
|
||||
for development progress and the [Roadmap](roadmap/) for high-level plans.
|
||||
|
||||
- Is SpaceVim trying to turn Vim/Neovim into an IDE?
|
||||
|
||||
@ -77,6 +77,6 @@ With layers feature, this version of Vim distribution try to turn Vim/Neovim int
|
||||
|
||||
Vim 7.4/Neovim v0.1.7, and `+lua` or `+python3` is needed.
|
||||
|
||||
For more general questions, please read [SpaceVim FAQ](faq/).
|
||||
For more general questions, please read SpaceVim [FAQ](faq/).
|
||||
|
||||
<!-- vim:set nowrap: -->
|
||||
|
Loading…
Reference in New Issue
Block a user