---
layout: page
title: "About"
description: "Hey, this is Chenxf."
header-img: "img/about-bg-walle.jpg"
multilingual: true
---
{% capture about_zh %}{% include about/zh.md %}{% endcapture %}
{{ about_zh | markdownify }}
{% capture about_en %}{% include about/en.md %}{% endcapture %}
{{ about_en | markdownify }}
{% if site.disqus_username %}
{% endif %}