From 2d3bd486b7d8611f976de10b4910cd20e6a7ec2b Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 31 Jul 2026 23:33:38 -0400 Subject: [PATCH] Add Google Analytics (G-7J4BKPGWR1) to all pages, add .gitignore for vendor/bundle --- .gitignore | 13 + ...3-on-aws-micro-centos-nginx-passenger.html | 9 + ...g-to-google-apps-standard-from-cpanel.html | 9 + ...g-with-inploy-an-alternative-to-capis.html | 9 + ...-ubuntu-1004-passenger-nginx-mysql-va.html | 9 + 2016/02/22/docker-and-why-im-using-it.html | 247 +++++++++--------- ...re-traffic-manager-with-your-apexroot.html | 247 +++++++++--------- 2025/07/31/simcoe-trades-journal-launch.html | 9 + about/index.html | 9 + index.html | 9 + 10 files changed, 332 insertions(+), 238 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4dbb58 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Bundler +vendor/bundle/ +.bundle/ + +# Jekyll +_site/ +public/ +*.gem +*.gemspec + +# OS +.DS_Store +Thumbs.db diff --git a/2010/09/11/rails-3-on-aws-micro-centos-nginx-passenger.html b/2010/09/11/rails-3-on-aws-micro-centos-nginx-passenger.html index f1b840e..0d55219 100644 --- a/2010/09/11/rails-3-on-aws-micro-centos-nginx-passenger.html +++ b/2010/09/11/rails-3-on-aws-micro-centos-nginx-passenger.html @@ -12,6 +12,15 @@ + + + diff --git a/2011/07/17/migrating-to-google-apps-standard-from-cpanel.html b/2011/07/17/migrating-to-google-apps-standard-from-cpanel.html index 51a0e18..90a3a81 100644 --- a/2011/07/17/migrating-to-google-apps-standard-from-cpanel.html +++ b/2011/07/17/migrating-to-google-apps-standard-from-cpanel.html @@ -12,6 +12,15 @@ + + + diff --git a/2011/07/25/deploying-with-inploy-an-alternative-to-capis.html b/2011/07/25/deploying-with-inploy-an-alternative-to-capis.html index f04f40b..b6762b1 100644 --- a/2011/07/25/deploying-with-inploy-an-alternative-to-capis.html +++ b/2011/07/25/deploying-with-inploy-an-alternative-to-capis.html @@ -12,6 +12,15 @@ + + + diff --git a/2011/07/25/rails-on-ubuntu-1004-passenger-nginx-mysql-va.html b/2011/07/25/rails-on-ubuntu-1004-passenger-nginx-mysql-va.html index ab4270d..c0bc9a3 100644 --- a/2011/07/25/rails-on-ubuntu-1004-passenger-nginx-mysql-va.html +++ b/2011/07/25/rails-on-ubuntu-1004-passenger-nginx-mysql-va.html @@ -12,6 +12,15 @@ + + + diff --git a/2016/02/22/docker-and-why-im-using-it.html b/2016/02/22/docker-and-why-im-using-it.html index 9c8444e..bc3dd98 100644 --- a/2016/02/22/docker-and-why-im-using-it.html +++ b/2016/02/22/docker-and-why-im-using-it.html @@ -1,67 +1,76 @@ - - - - - - - - - Docker and why I’m using it - - - - - - - - - - - - - -
-
-
- -
-

Docker and why I’m using it

- -
- -
+ + + + + + + + + Docker and why I’m using it + + + + + + + + + + + + + + + + +
+
+
+ +
+

Docker and why I’m using it

+ +
+ +

logo

Docker has been a hot topic for the past year or so. It started to be used heavily in Dev environments and has since moved on to be used in production by companies like Google, Shopify, and Riot games. For the longest time, I’ve continued to do things the way I always do - fancy one liners, collections of bash scripts, things that generally break after a couple months.

@@ -88,58 +97,58 @@

While Docker is suitable for large-scale deployments, there’s nothing stopping you from using it in your home lab or in a small production environment.

I’m interested to hear of your own experiences using Docker in small environments.

- -
- -
- -
-
- -
- -
- - - - - -
- -
- - - - - + +
+ +
+ +
+
+ + + + + + + diff --git a/2016/06/13/using-azure-traffic-manager-with-your-apexroot.html b/2016/06/13/using-azure-traffic-manager-with-your-apexroot.html index f4a98f1..f675700 100644 --- a/2016/06/13/using-azure-traffic-manager-with-your-apexroot.html +++ b/2016/06/13/using-azure-traffic-manager-with-your-apexroot.html @@ -1,67 +1,76 @@ - - - - - - - - - Using Azure Traffic Manager With Your Apex/Root Domain Record is Possible With CloudFlare - - - - - - - - - - - - - -
-
-
- -
-

Using Azure Traffic Manager With Your Apex/Root Domain Record is Possible With CloudFlare

- -
- -
+ + + + + + + + + Using Azure Traffic Manager With Your Apex/Root Domain Record is Possible With CloudFlare + + + + + + + + + + + + + + + + +
+
+
+ +
+

Using Azure Traffic Manager With Your Apex/Root Domain Record is Possible With CloudFlare

+ +
+ +

image

I wanted to write this blog post explaining how it is possible to use Azure Traffic Manager with your apex domain name. I’ve googled solutions for this and haven’t found any until now. 

@@ -77,58 +86,58 @@

image

I hope this helps anyone looking to use Azure Traffic Manager.

- -
- -
- -
-
- -
- -
- - - - - -
- -
- - - - - + +
+ +
+ +
+
+ + + + + + + diff --git a/2025/07/31/simcoe-trades-journal-launch.html b/2025/07/31/simcoe-trades-journal-launch.html index 5838f18..8732e00 100644 --- a/2025/07/31/simcoe-trades-journal-launch.html +++ b/2025/07/31/simcoe-trades-journal-launch.html @@ -12,6 +12,15 @@ + + + diff --git a/about/index.html b/about/index.html index 7857c3c..d148494 100644 --- a/about/index.html +++ b/about/index.html @@ -12,6 +12,15 @@ + + + diff --git a/index.html b/index.html index 10c0092..cbc753b 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,15 @@ + + +