Compare commits
7 commits
Author | SHA1 | Date | |
---|---|---|---|
305b7d4272 | |||
39540fcde5 | |||
40cd9c0554 | |||
8288677938 | |||
9303258e98 | |||
e104605a11 | |||
6d3ea5cd4b |
10 changed files with 37 additions and 24 deletions
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
@ -18,7 +18,7 @@ export default defineConfig({
|
||||||
site: "https://aria.coffee",
|
site: "https://aria.coffee",
|
||||||
integrations: [
|
integrations: [
|
||||||
preact(),
|
preact(),
|
||||||
tailwind(),
|
// tailwind(),
|
||||||
icon(),
|
icon(),
|
||||||
mdx(),
|
mdx(),
|
||||||
matomo({
|
matomo({
|
||||||
|
|
|
@ -3,14 +3,16 @@ import { Image, Picture } from "astro:assets";
|
||||||
|
|
||||||
const { name, image, target } = Astro.props;
|
const { name, image, target } = Astro.props;
|
||||||
---
|
---
|
||||||
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="max" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
|
<a href={`${target}`} target="_blank"><Picture src={image} width=176 height=62 alt={`${name}`} sizes={"0.5x 1x 2x 4x"} class="flex" quality="max" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
|
||||||
<style>
|
<style>
|
||||||
img {
|
img {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
min-width: 88px;
|
min-width: 176px;
|
||||||
width: 176px;
|
width: 176px;
|
||||||
min-height: 31px;
|
max-width: 176px;
|
||||||
|
min-height: 62px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
padding: 4px;
|
max-height: 62px;
|
||||||
|
scale: 1;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -3,14 +3,16 @@ import { Image, Picture } from "astro:assets";
|
||||||
|
|
||||||
const { name, image, target } = Astro.props;
|
const { name, image, target } = Astro.props;
|
||||||
---
|
---
|
||||||
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="high" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
|
<a href={`${target}`} target="_blank"><Picture src={image} width=176 height=62 alt={`${name}`} class="flex" quality="high" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
|
||||||
<style>
|
<style>
|
||||||
img {
|
img {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
min-width: 88px;
|
min-width: 176px;
|
||||||
width: 176px;
|
width: 176px;
|
||||||
min-height: 31px;
|
max-width: 176px;
|
||||||
|
min-height: 62px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
|
max-height: 62px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -3,14 +3,16 @@ import { Image, Picture } from "astro:assets";
|
||||||
|
|
||||||
const { name, image, target } = Astro.props;
|
const { name, image, target } = Astro.props;
|
||||||
---
|
---
|
||||||
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="low" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
|
<a href={`${target}`} target="_blank"><Picture src={image} width=176 height=62 alt={`${name}`} class="flex" quality="low" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
|
||||||
<style>
|
<style>
|
||||||
img {
|
img {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
min-width: 88px;
|
min-width: 176px;
|
||||||
width: 176px;
|
width: 176px;
|
||||||
min-height: 31px;
|
max-width: 176px;
|
||||||
|
min-height: 62px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
|
max-height: 62px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -3,14 +3,16 @@ import { Image, Picture } from "astro:assets";
|
||||||
|
|
||||||
const { name, image, target } = Astro.props;
|
const { name, image, target } = Astro.props;
|
||||||
---
|
---
|
||||||
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="low" decoding="async" loading="lazy" formats={['webp']} /></a>
|
<a href={`${target}`} target="_blank"><Picture src={image} width=176 height=62 alt={`${name}`} class="flex" quality="low" decoding="async" loading="lazy" formats={['webp']} /></a>
|
||||||
<style>
|
<style>
|
||||||
img {
|
img {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
min-width: 88px;
|
min-width: 176px;
|
||||||
width: 176px;
|
width: 176px;
|
||||||
min-height: 31px;
|
max-width: 176px;
|
||||||
|
min-height: 62px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
|
max-height: 62px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -3,14 +3,16 @@ import { Image, Picture } from "astro:assets";
|
||||||
|
|
||||||
const { name, image, target } = Astro.props;
|
const { name, image, target } = Astro.props;
|
||||||
---
|
---
|
||||||
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="mid" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
|
<a href={`${target}`} target="_blank"><Picture src={image} width=176 height=62 alt={`${name}`} class="flex" quality="mid" decoding="async" loading="lazy" formats={['avif', 'webp']} /></a>
|
||||||
<style>
|
<style>
|
||||||
img {
|
img {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
min-width: 88px;
|
min-width: 176px;
|
||||||
width: 176px;
|
width: 176px;
|
||||||
min-height: 31px;
|
max-width: 176px;
|
||||||
|
min-height: 62px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
|
max-height: 62px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -3,14 +3,16 @@ import { Image, Picture } from "astro:assets";
|
||||||
|
|
||||||
const { name, image, target } = Astro.props;
|
const { name, image, target } = Astro.props;
|
||||||
---
|
---
|
||||||
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="mid" decoding="async" loading="lazy" formats={['webp']} /></a>
|
<a href={`${target}`} target="_blank"><Picture src={image} width=176 height=62 alt={`${name}`} class="flex" quality="mid" decoding="async" loading="lazy" formats={['webp']} /></a>
|
||||||
<style>
|
<style>
|
||||||
img {
|
img {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
min-width: 88px;
|
min-width: 176px;
|
||||||
width: 176px;
|
width: 176px;
|
||||||
min-height: 31px;
|
max-width: 176px;
|
||||||
|
min-height: 62px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
|
max-height: 62px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -33,7 +33,7 @@ const { pageTitle, description = "Aria's little corner of the web" } = Astro.pro
|
||||||
href={new URL("rss.xml", Astro.site)}
|
href={new URL("rss.xml", Astro.site)}
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="max-w-5xl w-full mx-auto">
|
||||||
<NavHeader />
|
<NavHeader />
|
||||||
<slot />
|
<slot />
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
|
@ -103,11 +103,11 @@ const age = seconds / 31556952;
|
||||||
image="https://erisdump.neocities.org/buttons/88x31_2.gif"
|
image="https://erisdump.neocities.org/buttons/88x31_2.gif"
|
||||||
target="https://erisdump.neocities.org"
|
target="https://erisdump.neocities.org"
|
||||||
/>
|
/>
|
||||||
<FriendLink
|
<!-- <FriendLink
|
||||||
name="Espi"
|
name="Espi"
|
||||||
image="https://espi.me/img/webring/espi.png"
|
image="https://espi.me/img/webring/espi.png"
|
||||||
target="https://www.espi.me"
|
target="https://www.espi.me"
|
||||||
/>
|
/> -->
|
||||||
<FriendLink
|
<FriendLink
|
||||||
name="Alula"
|
name="Alula"
|
||||||
image="https://alula.me/webring/alula.png"
|
image="https://alula.me/webring/alula.png"
|
||||||
|
@ -115,7 +115,7 @@ const age = seconds / 31556952;
|
||||||
/>
|
/>
|
||||||
<FriendLink
|
<FriendLink
|
||||||
name="Sapphic"
|
name="Sapphic"
|
||||||
image="https://sapphic.moe/buttons/friends/sapphic.png"
|
image="https://sapphic.moe/buttons/sapphic.png"
|
||||||
target="https://sapphic.moe/"
|
target="https://sapphic.moe/"
|
||||||
/>
|
/>
|
||||||
<FriendLink
|
<FriendLink
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue