Skip to content

Commit 3868c12

Browse files
committed
minor updates
1 parent 0f3b927 commit 3868c12

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

.jekyll-metadata

4.06 KB
Binary file not shown.

_config.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ url: "https://blog.json-everything.net"
3030
github:
3131
username: gregsdennis # change to your github username
3232

33-
twitter:
34-
username: gregsdennis # change to your twitter username
33+
bluesky:
34+
username: gregsdennis # change to your bluesky username
3535

3636
mastodon:
3737
username: '@[email protected]' # change to your mastodon username
3838

3939
linkedin:
40-
username: gregsdennis # change to your twitter username
40+
username: gregsdennis # change to your linkedin username
4141

4242
stack-overflow:
4343
username: gregsdennis # change to your stack-overflow username
@@ -61,12 +61,12 @@ google_site_verification: # fill in to your verification string
6161
# ↑ --------------------------
6262
# The end of `jekyll-seo-tag` settings
6363

64-
google_analytics:
65-
id: G-TB956RVLVT
66-
# Google Analytics pageviews report settings
67-
pv:
68-
proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
69-
cache_path: # the local PV cache data, friendly to visitors from GFW region
64+
# google_analytics:
65+
# id: G-TB956RVLVT
66+
# # Google Analytics pageviews report settings
67+
# pv:
68+
# proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
69+
# cache_path: # the local PV cache data, friendly to visitors from GFW region
7070

7171
# Prefer color scheme setting.
7272
#

_data/contact.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,29 @@
33
# - type: slack
44
# icon: "fab fa-slack"
55

6-
- type: github
7-
icon: "fab fa-github"
8-
96
- type: email
107
icon: "fas fa-envelope"
118
noblank: true # open link in current tab
9+
10+
- type: github
11+
icon: "fab fa-github"
12+
13+
- type: stack-overflow
14+
icon: 'fab fa-stack-overflow' # icons powered by <https://fontawesome.com/>
15+
url: 'https://stackoverflow.com/users/878701/gregsdennis'
1216
# Uncomment and complete the url below to enable more contact options
13-
#
14-
- type: bluesky
15-
icon: "fab fa-bluesky"
17+
18+
# - type: bluesky
19+
# icon: "fab fa-bluesky"
20+
# url: 'https://bsky.app/profile/gregsdennis.bsky.social'
1621

1722
- type: mastodon
1823
icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
1924
url: 'https://dotnet.social/@gregsdennis' # Fill with your Mastodon account page, rel="me" will be applied for verification
2025

2126
- type: linkedin
2227
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
23-
url: 'https://www.linkedin.com/in/gregdennis/' # Fill with your Linkedin homepage
24-
25-
# - type: stack-overflow
26-
# icon: 'fab fa-stack-overflow'
27-
# url: 'https://stackoverflow.com/users/878701/gregsdennis' # Fill with your stackoverflow homepage
28+
url: 'https://www.linkedin.com/in/gregdennis/'
2829

2930
- type: rss
3031
icon: "fas fa-rss"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dotnet pack -p:ResourceLanguage=base
6868
```
6969

7070
> The property's default value is nothing, which gives an empty string... and an empty string doesn't equal `base`, so we've successfully hidden the package files while still having access to them during the packing process.
71-
{: prompt-hint }
71+
{: .prompt-tip }
7272

7373
The new section now looks like this:
7474

0 commit comments

Comments
 (0)