mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 16:00:07 +08:00
5176ee9dc7
* HTML Improvements * Update html * Improve html * Fix up * Update layers index * Update development page * Update layers index * Update layers index * Update layers index * Update layers index * Update layers index
19 lines
577 B
Markdown
19 lines
577 B
Markdown
---
|
||
title: "博客"
|
||
description: "SpaceVim 最新资讯、新特新预览,Vim 实用教程及使用技巧整理。"
|
||
lang: cn
|
||
---
|
||
|
||
# SpaceVim 中文博客
|
||
|
||
在这里,你可以看到最新的 SpaceVim 特性简介,以及使用技巧:
|
||
|
||
<ul>
|
||
{% for post in site.categories.feature_cn offset: 0 limit: 5 %}
|
||
<strong><a href="{{ post.url }}">{{ post.title }}</a></strong>
|
||
<br>
|
||
<span class="post-date">{{ post.date | date_to_string }}</span>
|
||
<p>{{ post.excerpt | truncatewords: 100 }}</p>
|
||
{% endfor %}
|
||
</ul>
|