Environment: Linux under Windows – MSYS2, MinGW, and gcc
A minimal Linux-like environment on Windows using MSYS2 and MinGW64: installing gcc, the GMP library and ImageMagick, with a sample C compilation workflow.
A minimal Linux-like environment on Windows using MSYS2 and MinGW64: installing gcc, the GMP library and ImageMagick, with a sample C compilation workflow.
Windows setup: what I disable to reduce distractions and which development tools and engineering simulation software I install for daily work.
How to enable MathJax in a Jekyll blog (Chirpy theme): adding the script to \_includes/head.html and using LaTeX formulas inline and display in Markdown files.
Connecting Google Analytics 4 (GA4) in a Jekyll blog with the Chirpy theme: \_config.yml configuration, privacy page, and extending the blog footer.
RSS configuration in Jekyll (Chirpy): custom /rss/ page, sidebar and topbar modification.
Configuring a Jekyll blog with the Chirpy theme: editing _config.yml, YAML settings, HTML/CSS modifications, avatar and favicons, and basic structure adjustments.
How to create posts in Jekyll: Markdown file structure, front matter (YAML), \_posts directory convention, asset organization, and basic elements of formatting, code, and graphics.
How to build a Jekyll blog with the Chirpy theme on GitHub Pages: repository setup, basic _config.yml configuration, local Jekyll server, commit & push workflow, and automatic build in GitHub Actions.