removed twitter, added bluesky

This commit is contained in:
Firq 2025-04-06 22:12:42 +02:00
parent ed8549d6aa
commit aed70ccdd9
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
5 changed files with 963 additions and 1114 deletions
package-lock.jsonpackage.json
src
assets/custom-svg
components/links
data/datafiles

2049
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.65",
"version": "0.2.0-pre.66",
"private": true,
"scripts": {
"dev": "astro dev",
@ -13,14 +13,14 @@
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.1.0",
"@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/work-sans": "^5.1.0",
"astro": "^5.4.1",
"@astrojs/mdx": "^4.2.3",
"@astrojs/sitemap": "^3.3.0",
"@fontsource-variable/work-sans": "^5.2.5",
"astro": "^5.6.1",
"astro-meta-tags": "^0.3.1",
"autoprefixer": "^10.4.19",
"iconoir": "^7.7.0",
"postcss-preset-env": "^9.6.0",
"iconoir": "^7.10.1",
"postcss-preset-env": "^10.1.5",
"typescript": "^5.5.3"
},
"browserslist": [

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="600" height="530" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m135.72 44.03c66.496 49.921 138.02 151.14 164.28 205.46 26.262-54.316 97.782-155.54 164.28-205.46 47.98-36.021 125.72-63.892 125.72 24.795 0 17.712-10.155 148.79-16.111 170.07-20.703 73.984-96.144 92.854-163.25 81.433 117.3 19.964 147.14 86.092 82.697 152.22-122.39 125.59-175.91-31.511-189.63-71.766-2.514-7.3797-3.6904-10.832-3.7077-7.8964-0.0174-2.9357-1.1937 0.51669-3.7077 7.8964-13.714 40.255-67.233 197.36-189.63 71.766-64.444-66.128-34.605-132.26 82.697-152.22-67.108 11.421-142.55-7.4491-163.25-81.433-5.9562-21.282-16.111-152.36-16.111-170.07 0-88.687 77.742-60.816 125.72-24.795z" fill="#000"/>
</svg>

After

(image error) Size: 742 B

View file

@ -3,11 +3,11 @@ import forgejo from '@assets/custom-svg/forgejo.svg'
import rayshift from '@assets/custom-svg/rayshift.svg'
import reddit from '@assets/custom-svg/reddit.svg'
import twitch from '@assets/custom-svg/twitch.svg'
import bluesky from '@assets/custom-svg/bluesky.svg'
import type { ImageMetadata } from 'astro'
import mastodon from 'iconoir/icons/mastodon.svg'
import twitter from 'iconoir/icons/twitter.svg'
import youtube from 'iconoir/icons/youtube.svg'
export const socials: Record<string, ImageMetadata> = {
@ -17,6 +17,6 @@ export const socials: Record<string, ImageMetadata> = {
twitch,
discord,
mastodon,
twitter,
bluesky,
youtube,
}

View file

@ -10,9 +10,9 @@
"text": "Mastodon"
},
{
"link": "https://twitter.com/firq_ow",
"icon": "twitter",
"text": "Twitter"
"link": "https://bsky.app/profile/firq.dev",
"icon": "bluesky",
"text": "Bluesky"
},
{
"link": "https://twitch.tv/Firq",