--- title: "Blog" layout: archive permalink: /en/ author_profile: true lang: en sitemap: true description: "English posts on Linux, Python, Docker, VM, Excel, Git, VS Code, and Jekyll/SEO troubleshooting" sidebar: nav: "cmaven_sidebar_en" ---

Welcome. This is the English section of the blog. Browse recent posts below, or use the sidebar to jump to a category.

Recent Posts

{% assign en_posts = site.posts | where: "lang", "en" %}
{% for post in en_posts limit: 30 %} {% include archive-single.html type="list" %} {% endfor %}
{% if en_posts.size > 30 %}

Browse all English posts by category »

{% endif %}