1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:40:06 +08:00
SpaceVim/docs/blog.md
Wang Shidong a7faa58b35
hotfix
2018-02-01 08:30:25 +08:00

20 lines
523 B
Markdown

---
title: "Blog"
description: "A list of latest blog about the feature of SpaceVim and tutorials of using vim."
---
# 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>
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<span class="post-date">{{ post.date | date_to_string }}</span>
<p>{{ post.excerpt | truncatewords: 100 }}</p>
</li>
{% endfor %}
</ul>