Entradas en blogging with sphinx

Configuration of Python Projects and Tools with UV

We will create a Python project using uv, which utilizes the pyproject.toml format for its configuration, making it easier to port across different environments. This format is also already widely used by other package managers of Python, and is commonly used for configuring utilities.

Leer más ...


Adding Google Ads to Sphinx

Following my recent adjustments to my blog, I wanted to give it another chance, and some people may not like it, but I’m putting up Google Ads and seeing if this can generate some income now that many of us use blockers (yes, even me). I’ll tell you how to configure it through modifying the default templates.

Ads display on site generated with Sphinx.

Leer más ...


Adding Logo and Favicon to Sphinx

A new step in my blog, I decided to leave a personal touch through a logo, something simple but distinctive from pre-downloaded images like before, and which is why I hadn’t configured it yet. I’ll tell you how to configure the logo and favicon for Sphinx.

Configured logo in blog

Leer más ...


Creating a blog with Sphinx

Finally, I’ve taken the step of restarting my blog, and with it, the migration process that I wanted to undertake. On this process, I’ll be telling you about it in several entries, since the migration isn’t complete yet, and this is the first entry regarding this topic, covering the basics so you don’t fail on your attempt.

Leer más ...