This website requires JavaScript.
Explore
Help
Register
Sign In
Gaze
/
SpaceVim
Watch
1
Star
0
Fork
0
You've already forked SpaceVim
mirror of
https://github.com/SpaceVim/SpaceVim.git
synced
2025-03-12 09:35:40 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
d1e655f3da
Branches
Tags
View all branches
SpaceVim
/
docs
/
blog.md
eliasrodrigo
9b6098674c
basic html/liquid structure for listing posts with title, date and excerpt
2017-02-18 15:15:36 +01:00
430 B
Raw
Blame
History
title
Blog
Blog
Here you can learn more about SpaceVim with our tutorials and find out what's going on.
{% for post in site.posts %}
{{ post.title }}
{{ post.date | date_to_string }}
{{ post.excerpt | truncatewords: 100 }}
{% endfor %}