moved computer
0
.astro-i18n/generated.d.ts
vendored
Normal file → Executable file
0
.astro/types.d.ts
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.vscode/extensions.json
vendored
Normal file → Executable file
0
.vscode/launch.json
vendored
Normal file → Executable file
0
.vscode/settings.json
vendored
Normal file → Executable file
0
astro.config.mjs
Normal file → Executable file
0
astro.i18n.config.ts
Normal file → Executable file
50
package.json
Normal file → Executable file
@ -1,27 +1,27 @@
|
||||
{
|
||||
"name": "@example/minimal",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro-i18n sync && astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"i18n:install": "astro-i18n install",
|
||||
"i18n:sync": "astro-i18n sync"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^1.1.0",
|
||||
"@astrojs/rss": "^3.0.0",
|
||||
"@astrojs/sitemap": "^3.0.0",
|
||||
"astro": "3.1.1",
|
||||
"astro-i18n": "1.8.1",
|
||||
"sharp": "^0.32.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.13",
|
||||
"postcss": "^8.4.20"
|
||||
}
|
||||
"name": "@example/minimal",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro-i18n sync && astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"i18n:install": "astro-i18n install",
|
||||
"i18n:sync": "astro-i18n sync"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^1.1.0",
|
||||
"@astrojs/rss": "^3.0.0",
|
||||
"@astrojs/sitemap": "^3.0.0",
|
||||
"astro": "3.1.4",
|
||||
"astro-i18n": "1.8.1",
|
||||
"sharp": "^0.32.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.13",
|
||||
"postcss": "^8.4.20"
|
||||
}
|
||||
}
|
||||
|
4125
pnpm-lock.yaml
0
postcss.config.cjs
Normal file → Executable file
0
public/assets/images/home/about.svg
Normal file → Executable file
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 582 B |
0
public/assets/images/home/icon-desktop.svg
Normal file → Executable file
Before Width: | Height: | Size: 528 B After Width: | Height: | Size: 528 B |
0
public/assets/images/home/icon-heart.svg
Normal file → Executable file
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
0
public/assets/images/home/icon-methodo.svg
Normal file → Executable file
Before Width: | Height: | Size: 671 B After Width: | Height: | Size: 671 B |
0
public/assets/images/home/icon-mobile.svg
Normal file → Executable file
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 429 B |
0
public/assets/images/home/icon-philo.svg
Normal file → Executable file
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 464 B |
0
public/assets/images/home/methodo-1.svg
Normal file → Executable file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
public/assets/images/home/methodo.svg
Normal file → Executable file
Before Width: | Height: | Size: 953 B After Width: | Height: | Size: 953 B |
0
public/assets/images/home/offre-1.1.svg
Normal file → Executable file
Before Width: | Height: | Size: 821 B After Width: | Height: | Size: 821 B |
0
public/assets/images/home/offre-1.2.svg
Normal file → Executable file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
public/assets/images/home/offre-1.3.svg
Normal file → Executable file
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
0
public/assets/svg/anchor.svg
Normal file → Executable file
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 751 B |
0
public/assets/svg/arrow-right-white.svg
Normal file → Executable file
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
0
public/assets/svg/arrow-right.svg
Normal file → Executable file
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
0
public/favicon.svg
Normal file → Executable file
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 260 B |
0
public/robots.txt
Normal file → Executable file
1
src/components/AstroImage.astro
Normal file → Executable 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
0
src/components/EditorialContent.astro
Normal file → Executable file
0
src/components/Footer.astro
Normal file → Executable file
0
src/components/Head.astro
Normal file → Executable file
0
src/components/Header.astro
Normal file → Executable file
0
src/components/LangSwitcher.astro
Normal file → Executable file
0
src/components/ListCards.astro
Normal file → Executable file
0
src/components/ListTags.astro
Normal file → Executable file
0
src/components/MetaDate.astro
Normal file → Executable file
6
src/components/Navigation.astro
Normal file → Executable 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")} </a
|
||||
>
|
||||
<span aria-hidden="true">·</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href={l("/fragments")} class="clean-link nice-link"
|
||||
>{t("fragments.titre")}</a
|
||||
>{t("fragments.titre")} </a
|
||||
>
|
||||
<span aria-hidden="true">·</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href={l("/references")} class="clean-link nice-link"
|
||||
>{t("references.titre")}</a
|
||||
>{t("references.titre")} </a
|
||||
>
|
||||
<span aria-hidden="true">·</span>
|
||||
</li>
|
||||
|
0
src/components/QuickAccessCard.astro
Normal file → Executable file
0
src/components/TOC.astro
Normal file → Executable file
0
src/content/articles/en/2022.md
Normal file → Executable file
0
src/content/articles/en/2023.md
Normal file → Executable file
0
src/content/articles/en/after-effects-expressions.mdx
Normal file → Executable file
0
src/content/articles/en/faq.md
Normal file → Executable file
0
src/content/articles/en/gratuiste.md
Normal file → Executable file
0
src/content/articles/en/sci-hub-blocage.mdx
Normal file → Executable file
0
src/content/articles/en/the-day-I-jamd.mdx
Normal file → Executable file
0
src/content/articles/en/video-compression.mdx
Normal file → Executable file
0
src/content/articles/fr/2022.md
Normal file → Executable file
0
src/content/articles/fr/2023.md
Normal file → Executable file
0
src/content/articles/fr/after-effects-expressions.md
Normal file → Executable file
0
src/content/articles/fr/faq.md
Normal file → Executable file
0
src/content/articles/fr/gratuiste.md
Normal file → Executable file
0
src/content/articles/fr/sci-hub-blocage.mdx
Normal file → Executable file
0
src/content/articles/fr/the-day-I-jamd.mdx
Normal file → Executable file
0
src/content/articles/fr/video-compression.md
Normal file → Executable file
0
src/content/config.ts
Normal file → Executable file
0
src/content/fragments/en/acme-sh-tls-cert.md
Normal file → Executable file
0
src/content/fragments/en/array-vs-array.md
Normal file → Executable file
0
src/content/fragments/en/buttons.md
Normal file → Executable file
0
src/content/fragments/en/image-full.mdx
Normal file → Executable file
0
src/content/fragments/en/nuxt-graphql-static.md
Normal file → Executable file
0
src/content/fragments/en/super-cookies.mdx
Normal file → Executable file
0
src/content/fragments/en/toulouse-fun.md
Normal file → Executable file
0
src/content/fragments/en/visited-links.md
Normal file → Executable file
0
src/content/fragments/fr/acme-sh-tls-cert.md
Normal file → Executable file
0
src/content/fragments/fr/array-vs-array.md
Normal file → Executable file
0
src/content/fragments/fr/buttons.mdx
Normal file → Executable file
0
src/content/fragments/fr/image-full.mdx
Normal file → Executable file
0
src/content/fragments/fr/nuxt-graphql-static.md
Normal file → Executable file
0
src/content/fragments/fr/super-cookies.mdx
Normal file → Executable file
0
src/content/fragments/fr/toulouse-fun.md
Normal file → Executable file
0
src/content/fragments/fr/visited-links.md
Normal file → Executable file
0
src/content/references/en/3w.md
Normal file → Executable file
0
src/content/references/en/natureo.md
Normal file → Executable file
0
src/content/references/en/parole-expression.md
Normal file → Executable file
0
src/content/references/en/rose-primaire.md
Normal file → Executable file
0
src/content/references/fr/3w.md
Normal file → Executable file
0
src/content/references/fr/natureo.md
Normal file → Executable file
0
src/content/references/fr/parole-expression.md
Normal file → Executable file
0
src/content/references/fr/rose-primaire.md
Normal file → Executable file
0
src/data/HP/en/01-offre.md
Normal file → Executable file
0
src/data/HP/en/02-methodo.md
Normal file → Executable file
0
src/data/HP/en/03-about.md
Normal file → Executable file
0
src/data/HP/fr/01.1-offre.md
Normal file → Executable file
0
src/data/HP/fr/01.2-offre.md
Normal file → Executable file
0
src/data/HP/fr/01.3-offre.md
Normal file → Executable file
0
src/data/HP/fr/02-methodo.md
Normal file → Executable file
0
src/data/HP/fr/03-about.md
Normal file → Executable file
0
src/data/veille/en/2023.md
Normal file → Executable file
0
src/data/veille/fr/2023.md
Normal file → Executable file
0
src/env.d.ts
vendored
Normal file → Executable file
0
src/fonts/wotfard/wotfard-medium-webfont.woff2
Normal file → Executable file
0
src/fonts/wotfard/wotfard-regular-webfont.woff2
Normal file → Executable file
0
src/fonts/wotfard/wotfard-semibold-webfont.woff2
Normal file → Executable file
0
src/i18n/en.json
Normal file → Executable file
0
src/i18n/fr.json
Normal file → Executable file
0
src/images/home/about.svg
Normal file → Executable file
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 582 B |