moved computer

This commit is contained in:
nico 2024-06-21 15:05:35 +02:00
parent 5927336ae8
commit 59687fbade
154 changed files with 60 additions and 4207 deletions

1
src/components/AstroImage.astro Normal file → Executable file
View file

@ -17,6 +17,7 @@ const imgAvif = await getImage({
const imgWebp = await getImage({
src: src,
format: "webp",
// need Number() because sharp wants an integer and not a string for w/h
width: Number(imgWidth),
height: Number(imgHeight),
});

0
src/components/CardEditorial.astro Normal file → Executable file
View file

0
src/components/EditorialContent.astro Normal file → Executable file
View file

0
src/components/Footer.astro Normal file → Executable file
View file

0
src/components/Head.astro Normal file → Executable file
View file

0
src/components/Header.astro Normal file → Executable file
View file

0
src/components/LangSwitcher.astro Normal file → Executable file
View file

0
src/components/ListCards.astro Normal file → Executable file
View file

0
src/components/ListTags.astro Normal file → Executable file
View file

0
src/components/MetaDate.astro Normal file → Executable file
View file

6
src/components/Navigation.astro Normal file → Executable file
View file

@ -7,19 +7,19 @@ import LanguageSwitcher from "./LangSwitcher.astro";
<ul class="main-nav" role="list">
<li>
<a href={l("/articles")} class="clean-link nice-link"
>{t("article.titre")}</a
>{t("article.titre")}&nbsp;</a
>
<span aria-hidden="true">&middot;</span>
</li>
<li>
<a href={l("/fragments")} class="clean-link nice-link"
>{t("fragments.titre")}</a
>{t("fragments.titre")}&nbsp;</a
>
<span aria-hidden="true">&middot;</span>
</li>
<li>
<a href={l("/references")} class="clean-link nice-link"
>{t("references.titre")}</a
>{t("references.titre")}&nbsp;</a
>
<span aria-hidden="true">&middot;</span>
</li>

0
src/components/QuickAccessCard.astro Normal file → Executable file
View file

0
src/components/TOC.astro Normal file → Executable file
View file