Tag

#github

All posts tagged “github”.

Build CI/CD pipelines using artifacts with GitHub Actions

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

How to use Git and GitHub to contributed to Open Source Projects

A guide to Git and GitHub basics, and using them correctly to contribute to open source projects on GitHub

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.