Latest

Page 16 of latest posts.

Automate deployment of Pelican Website to GitHub Pages

A guide to configuring automated Continuous Deployment (CD) of static site generated by Pelican SSG from GitHub repository to GitHub pages using GitHub Actions

Use VSCode Devcontainers instead of Python venv

VSCode Devcontainers are game changers that makes Python dependency management much easier.

Configure & Fix Pelican Sitemap Error on Google Search Console

A quick guide to correctly configurating sitemaps in Pelican & fixing URL errors thrown up by Google Search Console

Create a Python virtual environment using venv

A quick guide to why you need a virtual environment, how to create, activate and manage