Skip to content

Commit

Permalink
Update social links. Delete hugo config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldjava committed Sep 11, 2024
1 parent fa05103 commit d711632
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 134 deletions.
32 changes: 0 additions & 32 deletions config.toml

This file was deleted.

Binary file added public/emeraldjava-avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108 changes: 6 additions & 102 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand All @@ -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,
},
}
];

0 comments on commit d711632

Please sign in to comment.