Skip to content

Commit

Permalink
Bump go deps, add Bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmarchione committed Nov 24, 2024
1 parent 011035c commit 906bfa2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 4 additions & 3 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ I hope you find something of value here! Enjoy!

## Presence on the web

{{< homelab-svg-assets-inline src="twitter" >}} [Twitter](https://twitter.com/loganmarchione)
{{< homelab-svg-assets-inline src="mastodon-no-gradient" >}} {{< raw_html >}}<a rel="me" href="https://mastodon.social/@loganmarchione">Mastodon</a>{{< /raw_html >}}
{{< homelab-svg-assets-inline src="bluesky" >}} [Bluesky](https://bsky.app/profile/loganmarchione.com) (username squatting)
{{< homelab-svg-assets-inline src="twitter" >}} [Twitter](https://twitter.com/loganmarchione) (username squatting)
{{< homelab-svg-assets-inline src="mastodon-no-gradient" >}} {{< raw_html >}}<a rel="me" href="https://mastodon.social/@loganmarchione">Mastodon</a>{{< /raw_html >}} (username squatting)
{{< homelab-svg-assets-inline src="docker" >}} [Docker Hub](https://hub.docker.com/u/loganmarchione)
{{< homelab-svg-assets-inline src="ycombinator" >}} [HackerNews](https://news.ycombinator.com/user?id=loganmarchione)
{{< homelab-svg-assets-inline src="github-octocat" >}} [GitHub](https://github.com/loganmarchione)
{{< homelab-svg-assets-inline src="gitlab" >}} [GitLab](https://gitlab.com/loganmarchione) (username squatting)
{{< homelab-svg-assets-inline src="sourcehut-black" >}} [sourcehut](https://sr.ht/~loganmarchione) (username squatting)
{{< homelab-svg-assets-inline src="steam" >}} [Steam](https://steamcommunity.com/id/loganmarchione/)
{{< homelab-svg-assets-inline src="lemmy" >}} [Lemmy](https://lemmy.world/u/loganmarchione)
{{< homelab-svg-assets-inline src="lemmy" >}} [Lemmy](https://lemmy.world/u/loganmarchione) (username squatting)
{{< homelab-svg-assets-inline src="php" >}} [Packagist (PHP)](https://packagist.org/packages/loganmarchione/)
{{< homelab-svg-assets-inline src="npm" >}} [NPM](https://www.npmjs.com/~loganmarchione)

Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module loganmarchione.com
go 1.23.2

require (
github.com/adityatelange/hugo-PaperMod v0.0.0-20241103082835-862630533c6d // indirect
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241028022226-7f7e0be42a95 // indirect
github.com/loganmarchione/homelab-svg-assets v0.0.0-20241017142925-745e5d9249f2 // indirect
github.com/adityatelange/hugo-PaperMod v0.0.0-20241109160605-3e5362100777 // indirect
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241120232120-e36cafefea29 // indirect
github.com/loganmarchione/homelab-svg-assets v0.0.0-20241124193657-f1d8b8b097a2 // indirect
github.com/simple-icons/simple-icons v2.17.1+incompatible // indirect
)
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
github.com/adityatelange/hugo-PaperMod v0.0.0-20241103082835-862630533c6d h1:GOCRbZeWbPa3uRJLj0GN/xGVkO++56NSKZFRcpSZclk=
github.com/adityatelange/hugo-PaperMod v0.0.0-20241103082835-862630533c6d/go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ=
github.com/adityatelange/hugo-PaperMod v0.0.0-20241109160605-3e5362100777 h1:SWL2QAy3Y42ZToWKeVb9utQaaa8BpHxtCFUf0LDjma8=
github.com/adityatelange/hugo-PaperMod v0.0.0-20241109160605-3e5362100777/go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ=
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241028022226-7f7e0be42a95 h1:knvsLW0kTmLxZ7tCKAQgK9M6e8ggjU6NPcmP3HOFKHc=
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241028022226-7f7e0be42a95/go.mod h1:R9tJ1WSUnZf0R12SAmI9I/x9IQQbwPGek2FQyGJOC0g=
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241120232120-e36cafefea29 h1:tW39wPtZJTjpaK7+QshbQFYeLQA1airNi547vXMoy7c=
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241120232120-e36cafefea29/go.mod h1:R9tJ1WSUnZf0R12SAmI9I/x9IQQbwPGek2FQyGJOC0g=
github.com/loganmarchione/homelab-svg-assets v0.0.0-20241017142925-745e5d9249f2 h1:KAvdv6fRGB/skFBRQMXbTkQdOlIiOX9RDcASjsW06mg=
github.com/loganmarchione/homelab-svg-assets v0.0.0-20241017142925-745e5d9249f2/go.mod h1:6pJO5cGKHNbObJ81HtJWt72algIDNUilaUARhSmkgXc=
github.com/loganmarchione/homelab-svg-assets v0.0.0-20241124193657-f1d8b8b097a2 h1:9RzDDZiZkmR0OUFqAazFVgpgjhw8XiVs8JuVRvA5X3g=
github.com/loganmarchione/homelab-svg-assets v0.0.0-20241124193657-f1d8b8b097a2/go.mod h1:6pJO5cGKHNbObJ81HtJWt72algIDNUilaUARhSmkgXc=
github.com/simple-icons/simple-icons v2.17.1+incompatible h1:bZgl1gWxwNGgM57/RS50pb/6tGFXW6Jr95kYaZwvGJ0=
github.com/simple-icons/simple-icons v2.17.1+incompatible/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE=

0 comments on commit 906bfa2

Please sign in to comment.