Tag

#python

Page 12 of posts tagged “python”.

Auto Deploy Pelican Websites to Firebase Hosting

A step by step guide to installing and configuring Pelican and hosting the final blog on Firebase Hosting

Beginner's guide to installing Pelican in a Container

Step by step guide on how to install and configure Pelican in a Docker Container for development for developement os static websites following Jamstack architecture

Configure Firebase hosting emulator

Use Firebase hosting emulator to locally test your static website generated by Hugo, Gatsby, Pelican and other SSGs

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.