Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 889 Bytes

File metadata and controls

31 lines (27 loc) · 889 Bytes
layout default
title Latest Posts
description Xiaolei Wang's blog about Linux kernel development, graphics programming, and embedded systems

Latest Posts

I write about Linux kernel development and graphics programming

Feed

{% 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 %}