Skip to content

Commit

Permalink
fix: Bluesky logo on homepage (#335) (#351)
Browse files Browse the repository at this point in the history
## Title: 
Fix Bluesky Logo Issue  on homepage (#335)

## Description:
This pull request addresses issue #335 by making the following changes:
• Removed bluesky_logo.svg: The unused Bluesky logo file
(`docs/assets/icons/bluesky_logo.svg`) was deleted as it is no longer
needed.
	• Updated `docs/content/en/_index.md`

## Fixes:
This PR fixes #335.

## Checklist:
	•	Removed unused assets.
	•	Updated `_index.md`
	•	Verified the changes in a local build.

Co-authored-by: Indy S <[email protected]>
  • Loading branch information
IndySeh and Indy S authored Dec 3, 2024
1 parent 6509cc0 commit 48cc643
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/assets/icons/bluesky_logo.svg

This file was deleted.

11 changes: 8 additions & 3 deletions docs/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ We do a [Pull Request](https://github.com/jlewi/foyle/pulls) contributions workf
{{% /blocks/feature %}}


{{% blocks/feature icon="bluesky_logo" title="Follow us on Bluesky!" url="https://bsky.app/profile/jeremy.lewi.us" %}}
{{% blocks/feature icon="fab fa-bluesky" title="Follow us on Bluesky!" url="https://bsky.app/profile/jeremy.lewi.us" %}}
For announcement of latest features etc.
{{% /blocks/feature %}}

<style>
.fab.fa-bluesky {
color: #1DA1F2; /* Blue color */
}
</style>

{{% /blocks/feature %}}
{{% /blocks/section %}}

2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/google/docsy-example

go 1.12

require github.com/google/docsy v0.9.1 // indirect
require github.com/google/docsy v0.11.0 // indirect
4 changes: 4 additions & 0 deletions docs/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984=
github.com/google/docsy v0.9.1/go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U=
github.com/google/docsy v0.11.0 h1:QnV40cc28QwS++kP9qINtrIv4hlASruhC/K3FqkHAmM=
github.com/google/docsy v0.11.0/go.mod h1:hGGW0OjNuG5ZbH5JRtALY3yvN8ybbEP/v2iaK4bwOUI=
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc=
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 comments on commit 48cc643

Please sign in to comment.