Skip to content

Commit 0f3b927

Browse files
committed
add title to new post; update contact icons
1 parent 497e94e commit 0f3b927

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.jekyll-metadata

15.2 KB
Binary file not shown.

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
1616
end
1717

1818
# Performance-booster for watching directories on Windows
19-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
19+
# gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
2020

2121
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
2222
# do not have a Java counterpart.

_data/contact.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
noblank: true # open link in current tab
1212
# Uncomment and complete the url below to enable more contact options
1313
#
14+
- type: bluesky
15+
icon: "fab fa-bluesky"
16+
1417
- type: mastodon
1518
icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
1619
url: 'https://dotnet.social/@gregsdennis' # Fill with your Mastodon account page, rel="me" will be applied for verification
1720

18-
- type: twitter
19-
icon: "fab fa-twitter"
20-
2121
- type: linkedin
2222
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
2323
url: 'https://www.linkedin.com/in/gregdennis/' # Fill with your Linkedin homepage

_posts/2025/2025-02-06-building-with-satellites.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: ""
2+
title: "Revamping the JsonSchema.Net Build Chain"
33
date: 2024-10-26 09:00:00 +1200
44
tags: [.net, github-actions, build, ci-cd, learning]
55
toc: true

0 commit comments

Comments
 (0)