I'm an engineer from Newcastle Australia, very passionate about open source software and data science. Always looking for new ideas to try and develop!
Welcome to the source code repository for my blog jackmckew.dev.
The blog is generated from the main branch of this repository, there's a Github Action (formerly TravisCI), that on push:
- Pulls the latest version of the repository
- Sets up Python
- Installs any necessary dependencies
- Formats all code with black
- Generates the site (as static HTML) with pelican
- Pushes the built site to the
gh-pages
branch - Netlify sees the change, and puts the site on jackmckew.dev