Merge branch 'main' of git@git.sr.ht:~ayoayco/ayco.io-astro

This commit is contained in:
Ayo Ayco 2025-07-22 09:19:29 +02:00
commit a30afc3f3d
5 changed files with 514 additions and 570 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@ayco/personal-website",
"version": "1.0.0",
"version": "1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ayco/personal-website",
"version": "1.0.0",
"version": "1.1.1",
"devDependencies": {
"@astro-reactive/form": "^0.10.1",
"@astro-reactive/validator": "^0.5.1",

View file

@ -1,7 +1,7 @@
{
"name": "@ayco/personal-website",
"type": "module",
"version": "1.0.0",
"version": "1.1.1",
"private": true,
"scripts": {
"astro": "astro",
@ -22,35 +22,35 @@
"devDependencies": {
"@astro-reactive/form": "^0.10.1",
"@astro-reactive/validator": "^0.5.1",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/sitemap": "^3.4.1",
"@ayco/astro-sw": "^0.8.14",
"@eslint/compat": "^1.2.8",
"@eslint/js": "^9.24.0",
"@eslint/compat": "^1.3.1",
"@eslint/js": "^9.30.1",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.36",
"@iconify-json/tabler": "^1.2.18",
"@typescript-eslint/parser": "^8.29.1",
"astro": "^5.6.1",
"@iconify-json/simple-icons": "^1.2.42",
"@iconify-json/tabler": "^1.2.19",
"@typescript-eslint/parser": "^8.36.0",
"astro": "^5.11.0",
"astro-eslint-parser": "^1.2.2",
"astro-github-stats": "^0.8.0",
"astro-icon": "^1.1.5",
"consola": "^3.4.2",
"eslint": "^9.24.0",
"eslint": "^9.30.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^16.0.0",
"globals": "^16.3.0",
"husky": "^9.1.7",
"jiti": "^2.4.2",
"lint-staged": "^15.5.1",
"lint-staged": "^16.1.2",
"pathe": "^2.0.3",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1",
"typescript-eslint": "^8.36.0",
"unified": "^11.0.5"
},
"lint-staged": {

File diff suppressed because it is too large Load diff

View file

@ -47,7 +47,9 @@ const year = new Date().getFullYear()
<a href="/">Ayo Ayco</a>. This website <a
href="https://ayos.blog/stopped-tracking-on-my-sites"
>does not track users</a
>.
>. See the <a href="https://git.sr.ht/~ayoayco/ayco.io-astro"
>source code.</a
>
</p>
<WebRings />

View file

@ -42,7 +42,7 @@ import Card from '../components/Card.astro'
/>
<Card
newTab
href="https://ayco.io/gh/generate-timezone-json"
href="https://ayco.io/n/generate-timezone-json"
title="Time Zone JSON Generator"
body="Generate a JSON file containing time zones from the official IANA Database or your own zone.tab file"
/>