Skip to content

Commit

Permalink
An OSS tale or 2!
Browse files Browse the repository at this point in the history
  • Loading branch information
heliocola committed Nov 6, 2023
1 parent 4739f5c commit 676b0e2
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.24.3-arm64-darwin)
google-protobuf (3.24.3-x86_64-darwin)
google-protobuf (3.24.3-x86_64-linux)
google-protobuf (3.24.4-arm64-darwin)
google-protobuf (3.24.4-x86_64-darwin)
google-protobuf (3.24.4-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -53,17 +53,17 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.1.3)
rouge (4.2.0)
safe_yaml (1.0.5)
sass-embedded (1.67.0-arm64-darwin)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.67.0-x86_64-darwin)
sass-embedded (1.69.5-x86_64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.67.0-x86_64-linux-gnu)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webrick (1.8.1)

PLATFORMS
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ <h1>Hi I'm Helio Cola!</h1>
<h4>Recent Writing</h4>
<div class="font-medium text-nikel">
<ul>
<li><span class="">November 5, 2023:</span> <a href="/posts/2023/an-oss-tale-or-2">An OSS tale, or 2</a></li>
<li><span class="">September 19, 2023:</span> <a href="/posts/2023/app-subdomain-routing">`app` subdomain routing</a></li>
<li><span class="">August 22, 2023:</span> <a href="/posts/2023/the-world-of-passkeys">The world of Passkeys</a></li>
<li><span class="">June 5, 2023</span> <a href="/posts/2023/let-the-games-begin">Let the games begin!</a></li>
Expand Down
Loading

0 comments on commit 676b0e2

Please sign in to comment.