Skip to content

Commit

Permalink
Add bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Dec 2, 2024
1 parent 8e1b627 commit e63be60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import {
COPYRIGHT_HOLDER,
MASTODON_URL,
GITHUB_URL,
STORE_URL,
STORE_URL,
BLUESKY_URL,
} from "../const"
import Icon from "./Icon.astro"
Expand All @@ -36,6 +37,11 @@ const navigation = {
name: "Discord",
href: DISCORD_URL,
},
{
name: "Bluesky",
href: BLUESKY_URL,
me:true
},
{
name: "Mastodon",
href: MASTODON_URL,
Expand Down
1 change: 1 addition & 0 deletions src/const.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export const SITE_TITLE = 'DDEV';
export const SITE_DESCRIPTION = 'Docker-based local PHP+Node.js web development environments.';
export const STORE_URL = 'https://ddev.threadless.com';
export const BLUESKY_URL = 'https://bsky.app/profile/ddev.bsky.social';
export const GITHUB_REPO = 'ddev/ddev';
export const GITHUB_URL = 'https://github.com/ddev/ddev';
export const GITHUB_URL_WEBSITE = 'https://github.com/ddev/ddev.com/tree/main/src/content/blog';
Expand Down

0 comments on commit e63be60

Please sign in to comment.