Skip to content

Commit

Permalink
update webdevladder Mastodon link to fosstodon.org/@webdevladder
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 12, 2024
1 parent 10c2b11 commit bf19a04
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 60 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-icons-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ryanatkn/fuz': patch
---

update webdevladder Mastodon link to fosstodon.org/@webdevladder
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Prefer the Discord for most questions and discussions.

You can also find me as @webdevladder on
[YouTube](https://www.youtube.com/@webdevladder),
[Mastodon](https://mastodon.social/@webdevladder),
[Mastodon](https://fosstodon.org/@webdevladder),
[Twitter](https://x.com/webdevladder),
and [Hacker News](https://news.ycombinator.com/user?id=webdevladder).
I don't run any other communities like Reddit or Fediverse things
Expand Down
119 changes: 72 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@ryanatkn/belt": "^0.25.3",
"@ryanatkn/eslint-config": "^0.5.5",
"@ryanatkn/fuz_code": "^0.19.0",
"@ryanatkn/gro": "^0.139.2",
"@ryanatkn/moss": "^0.18.0",
"@ryanatkn/gro": "^0.140.0",
"@ryanatkn/moss": "^0.18.2",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.4",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/package": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/node": "^22.7.5",
Expand All @@ -66,7 +66,7 @@
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"svelte": "^5.0.0-next.264",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Community_Links.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</li>
<li>
Mastodon as
<a rel="me" href="https://mastodon.social/@webdevladder">@webdevladder@mastodon.social</a>
<a rel="me" href="https://fosstodon.org/@webdevladder">@webdevladder@fosstodon.org</a>
and
<a rel="me" href="https://hci.social/@ryanatkn">@ryanatkn@hci.social</a>
</li>
Expand Down
4 changes: 1 addition & 3 deletions src/lib/Hidden_Personal_Links.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
@ryanatkn@hci.social on <a rel="me" href="https://hci.social/@ryanatkn">Mastodon</a>
</div>
<div hidden>
@webdevladder@mastodon.social on <a rel="me" href="https://mastodon.social/@webdevladder"
>Mastodon</a
>
@webdevladder@fosstodon.org on <a rel="me" href="https://fosstodon.org/@webdevladder">Mastodon</a>
</div>
4 changes: 4 additions & 0 deletions src/routes/moss.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* generated by gro_plugin_moss */

.bg {
background-color: var(--bg);
}
Expand Down Expand Up @@ -332,3 +334,5 @@ a.chip {
width: 100%;
max-width: var(--width_sm);
}

/* generated by gro_plugin_moss */
8 changes: 4 additions & 4 deletions src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ export const package_json = {
'@ryanatkn/belt': '^0.25.3',
'@ryanatkn/eslint-config': '^0.5.5',
'@ryanatkn/fuz_code': '^0.19.0',
'@ryanatkn/gro': '^0.139.2',
'@ryanatkn/moss': '^0.18.0',
'@ryanatkn/gro': '^0.140.0',
'@ryanatkn/moss': '^0.18.2',
'@sveltejs/adapter-static': '^3.0.5',
'@sveltejs/kit': '^2.6.4',
'@sveltejs/kit': '^2.7.0',
'@sveltejs/package': '^2.3.5',
'@sveltejs/vite-plugin-svelte': '^3.1.2',
'@types/node': '^22.7.5',
Expand All @@ -58,7 +58,7 @@ export const package_json = {
'prism-svelte': '^0.5.0',
prismjs: '^1.29.0',
svelte: '^5.0.0-next.264',
'svelte-check': '^4.0.4',
'svelte-check': '^4.0.5',
tslib: '^2.7.0',
typescript: '^5.6.3',
'typescript-eslint': '^8.8.1',
Expand Down

0 comments on commit bf19a04

Please sign in to comment.