fix url
This commit is contained in:
@@ -12,9 +12,11 @@ export type Mdsvex = {
|
|||||||
|
|
||||||
export const projects = new Map(
|
export const projects = new Map(
|
||||||
Object.entries(
|
Object.entries(
|
||||||
import.meta.glob<Mdsvex>('../routes/projects/*/*{.md,.svelte,index.md.index.svelte}')
|
import.meta.glob<Mdsvex>('../routes/projects/*/*{.md,.svelte,+page.md.index.svelte}')
|
||||||
).map(([path, load]) => [
|
).map(([path, load]) => [
|
||||||
path.replace(/(\.md|\.svelte|\/index\.md|\/index\.svelte)$/, '').replace(/^\.\.\/routes/, ''),
|
path
|
||||||
|
.replace(/(\+page\.md|\.svelte|\/index\.md|\/index\.svelte)$/, '')
|
||||||
|
.replace(/^\.\.\/routes/, ''),
|
||||||
load
|
load
|
||||||
])
|
])
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -12,9 +12,11 @@ export type Mdsvex = {
|
|||||||
|
|
||||||
export const shs = new Map(
|
export const shs = new Map(
|
||||||
Object.entries(
|
Object.entries(
|
||||||
import.meta.glob<Mdsvex>('../routes/shs/*/*{.md,.svelte,index.md.index.svelte}')
|
import.meta.glob<Mdsvex>('../routes/shs/*/*{.md,.svelte,+page.md.index.svelte}')
|
||||||
).map(([path, load]) => [
|
).map(([path, load]) => [
|
||||||
path.replace(/(\.md|\.svelte|\/index\.md|\/index\.svelte)$/, '').replace(/^\.\.\/routes/, ''),
|
path
|
||||||
|
.replace(/(\+page\.md|\.svelte|\/index\.md|\/index\.svelte)$/, '')
|
||||||
|
.replace(/^\.\.\/routes/, ''),
|
||||||
load
|
load
|
||||||
])
|
])
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ tags:
|
|||||||
- svelte
|
- svelte
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Internship report
|
||||||
|
|
||||||
During the year, I developed a website for a new association in Toulouse related to TISA (Toulouse, Computer Science, Security and Association). I developed this website using the Svelte framework because I was intrigued by its promise of performance and simplicity of development.
|
During the year, I developed a website for a new association in Toulouse related to TISA (Toulouse, Computer Science, Security and Association). I developed this website using the Svelte framework because I was intrigued by its promise of performance and simplicity of development.
|
||||||
|
|
||||||
During this internship, I learned to use Svelte effectively and to set up a solid project architecture. I also had to work closely with the members of the association to understand their needs and vision for the website, in order to create a final product that met their expectations.
|
During this internship, I learned to use Svelte effectively and to set up a solid project architecture. I also had to work closely with the members of the association to understand their needs and vision for the website, in order to create a final product that met their expectations.
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
title: 🎚️ Internship report
|
|
||||||
date: 2022-11-15
|
|
||||||
description:
|
|
||||||
tags:
|
|
||||||
---
|
|
||||||
Reference in New Issue
Block a user