DevOps
Spend less time doing stuff you can automate.
Migrating from Ghost to Hugo
·1618 words·8 mins
Code
DevOps
In June 2025 migrated this blog from Ghost to Hugo. Here’s why and how.
Continuous Deployment for Ghost Themes
·1535 words·8 mins
Code
DevOps
My journey to upgrading Ghost and setting up continuous deployment for a custom Ghost theme using CircleCi.
Enforcing DBT Dependencies in Snowflake
·836 words·4 mins
Code
Analytics
DevOps
Data
If you use dbt and Snowflake, we made a dbt package you can use to make sure that you keep your dependencies tidy and understandable.
Codeship & Baking Arguments
·468 words·3 mins
Code
DevOps
In Codeship, CI environment variables aren’t available at container build time. Here we use build arguments to achieve the same end and bake CI variables into containers.