-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update social links. Delete hugo config file.
- Loading branch information
1 parent
fa05103
commit d711632
Showing
3 changed files
with
6 additions
and
134 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ import type { Site, SocialObjects } from "./types"; | |
export const SITE: Site = { | ||
website: "https://emeraldjava.github.io/", // replace this with your deployed domain | ||
author: "emeraldjava", | ||
desc: "A minimal, responsive and SEO-friendly Astro blog theme.", | ||
desc: "The blog of emeraldjava.", | ||
title: "emeraldjava", | ||
ogImage: "astropaper-og.jpg", | ||
lightAndDarkMode: false, | ||
ogImage: "emeraldjava-avatar.jpg", | ||
lightAndDarkMode: true, | ||
postPerPage: 5, | ||
scheduledPostMargin: 15 * 60 * 1000, // 15 minutes | ||
}; | ||
|
@@ -26,110 +26,14 @@ export const LOGO_IMAGE = { | |
export const SOCIALS: SocialObjects = [ | ||
{ | ||
name: "Github", | ||
href: "https://github.com/satnaing/astro-paper", | ||
href: "https://github.com/emeraldjava", | ||
linkTitle: ` ${SITE.title} on Github`, | ||
active: true, | ||
}, | ||
{ | ||
name: "LinkedIn", | ||
href: "https://github.com/satnaing/astro-paper", | ||
href: "https://www.linkedin.com/in/paultoconnell/", | ||
linkTitle: `${SITE.title} on LinkedIn`, | ||
active: true, | ||
}, | ||
{ | ||
name: "Mail", | ||
href: "mailto:[email protected]", | ||
linkTitle: `Send an email to ${SITE.title}`, | ||
active: false, | ||
}, | ||
{ | ||
name: "Twitter", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.website} on Twitter`, | ||
active: true, | ||
}, | ||
{ | ||
name: "Twitch", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on Twitch`, | ||
active: false, | ||
}, | ||
{ | ||
name: "YouTube", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on YouTube`, | ||
active: false, | ||
}, | ||
{ | ||
name: "WhatsApp", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on WhatsApp`, | ||
active: false, | ||
}, | ||
{ | ||
name: "Snapchat", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on Snapchat`, | ||
active: false, | ||
}, | ||
{ | ||
name: "Pinterest", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on Pinterest`, | ||
active: false, | ||
}, | ||
{ | ||
name: "TikTok", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on TikTok`, | ||
active: false, | ||
}, | ||
{ | ||
name: "CodePen", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on CodePen`, | ||
active: false, | ||
}, | ||
{ | ||
name: "Discord", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on Discord`, | ||
active: false, | ||
}, | ||
{ | ||
name: "GitLab", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on GitLab`, | ||
active: false, | ||
}, | ||
{ | ||
name: "Reddit", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on Reddit`, | ||
active: false, | ||
}, | ||
{ | ||
name: "Skype", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on Skype`, | ||
active: false, | ||
}, | ||
{ | ||
name: "Steam", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on Steam`, | ||
active: false, | ||
}, | ||
{ | ||
name: "Telegram", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on Telegram`, | ||
active: false, | ||
}, | ||
{ | ||
name: "Mastodon", | ||
href: "https://github.com/satnaing/astro-paper", | ||
linkTitle: `${SITE.title} on Mastodon`, | ||
active: false, | ||
}, | ||
} | ||
]; |