Skip to content

Commit

Permalink
Add a post; minor upgrades; fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhipple committed Feb 21, 2024
1 parent caebff1 commit 51a9dea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.1)
google-protobuf (3.25.1-arm64-darwin)
google-protobuf (3.25.1-x86_64-darwin)
google-protobuf (3.25.1-x86_64-linux)
google-protobuf (3.25.3)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x86_64-darwin)
google-protobuf (3.25.3-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down
7 changes: 7 additions & 0 deletions _posts/2024-01-15-blog-refresh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
title: Blog Refresh
---
I've finally gotten around to refreshing this blog. It's a fresh start, since prior posts are now quite old (maybe more than a decade?), and probably not relevant anymore.

It now uses [Jekyll](https://jekyllrb.com/) as the static generator. Previously it used [Octopress](http://octopress.org), but since that's built on Jekyll, it seems like added complexity, and Octopress seems not to be under active development anymore.
3 changes: 2 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
layout: home
---

I am currently [available for hire](/hire) for a remote or local software engineering leadership opportunty near Boulder, CO.
I am currently [available for hire](/hire) for a remote or local software engineering leadership opportunity near Boulder, CO.

0 comments on commit 51a9dea

Please sign in to comment.