2017-02-18 22:15:36 +08:00
|
|
|
---
|
|
|
|
title: "Blog"
|
2017-10-09 22:41:31 +08:00
|
|
|
description: "A list of latest blog about the feature of SpaceVim and tutorials of using vim."
|
2017-02-18 22:15:36 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# Blog
|
|
|
|
|
|
|
|
Here you can learn more about SpaceVim with our tutorials and find out what's
|
|
|
|
going on.
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
{% for post in site.posts %}
|
|
|
|
<li>
|
2018-01-31 14:28:46 +08:00
|
|
|
<h3><a href="{{ post.url }}">{{ post.title }}</a></h2>
|
2017-02-18 22:15:36 +08:00
|
|
|
<span class="post-date">{{ post.date | date_to_string }}</span>
|
2018-01-31 14:28:46 +08:00
|
|
|
<p>{{ post.excerpt | truncatewords: 100 }}</p>
|
2017-02-18 22:15:36 +08:00
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|