René Welches

TECH NOTES TO MYSELF

Setting Up Python Code Formatting in Visual Studio Code

Using Black, isort, and Mypy for cleaner Python code

Configure VS Code to automatically format Python code with Black and organize imports with isort on every save. Includes Mypy static type checking for more robust code.

Part 2 - Deploying Your Hugo Blog to Netlify

A complete guide to publishing your Hugo site from GitHub to Netlify

Complete guide to deploying Hugo sites on Netlify with automatic GitHub deployments. Includes detailed netlify.toml configuration, security headers, cache optimization, and troubleshooting common build issues.

Part 1 - Setting Up a Hugo Blog with the Clean White Theme

A step-by-step guide to creating a Hugo blog from scratch to Deployment

Step-by-step guide to creating a Hugo blog with the Clean White theme using Hugo modules (not Git submodules). Covers installation, configuration, menu setup, and creating your first blog post.