Category

Snippets

Page 4 of posts in Snippets.

Configure logging in AWS Lambda to CloudWatch using Python

How to log events to CloudWatch during AWS Lambda execution using Python

Launching Pelican Algolia plugin for Pelican

Launching Pelican Algolia plugin, an open source software published on PyPi, that can help integrate Algolia Search in your Pelican blog.

Limit article tags to allowed list in Pelican SSG

How to limit article tags to only an allowed list in Pelican SSG and not end up with too many tags.

Find and test invalid links and 404 errors using Python & Pytest

A short guide to scrape your own website, find invalid links, and highlight links that result in 404 errors

Build CI/CD pipelines using artifacts with GitHub Actions

Create a CI/CD pipeline using GitHub Actions to build, test, and deploy you website

Create a Pelican plugin to minify HTML, CSS, and JS

Write a Pelican plugin to minify HTML, CSS, and JS files without breaking your website