personal webpage, portfolio, blog,
Go to file
Matthieu Morin de3937fafb Update README.md 2024-02-22 15:31:25 +00:00
.vscode config change 2024-02-13 16:42:36 +01:00
playwright config change 2024-02-13 16:42:36 +01:00
src Generic content updates - CV, sitemap, projectcontentlayout 2024-02-17 18:14:30 +01:00
static Generic content updates - CV, sitemap, projectcontentlayout 2024-02-17 18:14:30 +01:00
.dockerignore init with Skeleton 2023-11-02 00:36:58 +01:00
.editorconfig init with Skeleton 2023-11-02 00:36:58 +01:00
.eslintignore init with Skeleton 2023-11-02 00:36:58 +01:00
.eslintrc.cjs init with Skeleton 2023-11-02 00:36:58 +01:00
.gitignore Mdsvex Posts, posts Api. config 2023-11-08 23:56:48 +01:00
.npmrc init with Skeleton 2023-11-02 00:36:58 +01:00
.prettierignore init with Skeleton 2023-11-02 00:36:58 +01:00
.prettierrc init with Skeleton 2023-11-02 00:36:58 +01:00
LICENSE Initial commit 2023-11-01 23:10:06 +00:00
README.md Update README.md 2024-02-22 15:31:25 +00:00
mdsvex.config.js config change 2024-02-13 16:42:36 +01:00
mdsvex.config.ts config change 2024-02-13 16:42:36 +01:00
package.json stores & types 2024-02-12 20:00:48 +01:00
playwright-ct.config.ts Mdsvex Posts, posts Api. config 2023-11-08 23:56:48 +01:00
pnpm-lock.yaml Updating dependencies, introducing font awesome 2023-11-11 15:43:47 +01:00
postcss.config.cjs init with Skeleton 2023-11-02 00:36:58 +01:00
svelte.config.js Restructuring 2024-02-12 19:56:47 +01:00
tailwind.config.ts init with Skeleton 2023-11-02 00:36:58 +01:00
tsconfig.json config change 2024-02-13 16:42:36 +01:00
vite.config.ts init with Skeleton 2023-11-02 00:36:58 +01:00

README.md

Hello world, this is my personal site

Featuring a blog, projects, current social accounts, skills and so on and so on, look at Technical Features

Stack info

I focused on researching the best possible modern solutions to frontend and worked on my previous knowledge of svelte.

Javascript, Typescript Framework: Sveltekit CSS: Tailwindcss, postcss MDsveX for markdown text file processing with plugins Dockerfile, node-adapter for custom deploy AWS S3 for static assets AWS lambda for automation

Technical Features

  • A possibility of great .md file processing with ability to use svelte components in .md
  • Rss feed
  • Sitemap, robots, Manifest, Workers,
  • Some playwright testing

https://rodneylab.com/sveltekit-content-security-policy/

Credits

This project is using Skeleton Labs UI / Component / utils Library for sveltekit. This project used some logic of gitpod.io sveltekit blog with MIT License, however they have shortly pulled their site off of github, their source or license now unreachable. I have learned some svelte tricks used here from Matt Croat alias [https://joyofcode.xyz/]