| layout | default |
|---|---|
| title | Latest Posts |
| description | Xiaolei Wang's blog about Linux kernel development, graphics programming, and embedded systems |
I write about Linux kernel development and graphics programming
{% for post in site.posts %}
{{ post.date | date: "%eth %B %Y" | replace: "1th", "1st" | replace: "2th", "2nd" | replace: "3th", "3rd" | replace: "21th", "21st" | replace: "22th", "22nd" | replace: "23th", "23rd" | replace: "31th", "31st" }}
{% if post.excerpt %}{{ post.excerpt | strip_html | truncatewords: 50 }}
{% endif %} {% endfor %}