build: update deps, feat: add modrinth

This commit is contained in:
Jozef Steinhübl 2023-08-22 12:11:21 +02:00
parent c1421d0054
commit 51efdabb63
4 changed files with 1476 additions and 1446 deletions

View file

@ -11,19 +11,19 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^3.1.1",
"astro": "^2.1.9",
"astro-compress": "^1.1.35",
"astro-robots-txt": "^0.4.1",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
"@astrojs/sitemap": "^2.0.2",
"@astrojs/tailwind": "^4.0.0",
"astro": "^2.10.12",
"astro-compress": "^2.0.14",
"astro-robots-txt": "^0.5.0",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.6"
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1",
"prettier-plugin-tailwindcss": "^0.5.3"
}
}

File diff suppressed because it is too large Load diff

View file

@ -13,7 +13,7 @@ export const BUTTONS = [
href: "https://xhyrom.dev",
},
{
name: "Personal (GitHub)",
name: "GitHub (Personal)",
background: "bg-github hover:bg-github/80",
href: "https://github.com/xHyroM",
},
@ -64,7 +64,12 @@ export const BUTTONS = [
href: "https://wakatime.com/@xhyrom",
},
{
name: "Hyro Blobs (GitHub)",
name: "Modrinth",
background: "bg-modrinth hover:bg-modrinth/80",
href: "https://modrinth.com/user/xHyroM"
},
{
name: "Hyro Blobs (GithUb)",
background: "bg-github hover:bg-github/80",
href: "https://github.com/Hyro-Blobs/blobs",
},

View file

@ -60,6 +60,7 @@ module.exports = {
chess: "#5e8949",
wakatime: "#4a4a4a",
website: "#e8b217",
modrinth: "#1bd96a",
// ^ custom services
transparent: "transparent",
current: "currentColor",