personal webpage, portfolio, blog,
Go to file
Matthieu Morin b67de1b167 Merging some some logic from other projects for sveltekit
Reviewed-on: #2
2024-04-04 00:16:58 +00:00
.github/workflows dzgnxfjxfg 2024-03-16 10:12:50 +01:00
.vscode config change 2024-02-13 16:42:36 +01:00
src CSP Directives and hooks - sentry update 2024-04-04 02:08:08 +02:00
static dzgnxfjxfg 2024-03-16 10:12:50 +01:00
tests dzgnxfjxfg 2024-03-16 10:12:50 +01:00
tests-examples dzgnxfjxfg 2024-03-16 10:12:50 +01:00
.dockerignore dzgnxfjxfg 2024-03-16 10:12:50 +01:00
.editorconfig init with Skeleton 2023-11-02 00:36:58 +01:00
.eslintignore dzgnxfjxfg 2024-03-16 10:12:50 +01:00
.eslintrc.cjs init with Skeleton 2023-11-02 00:36:58 +01:00
.gitignore dzgnxfjxfg 2024-03-16 10:12:50 +01:00
.npmrc init with Skeleton 2023-11-02 00:36:58 +01:00
.prettierignore dzgnxfjxfg 2024-03-16 10:12:50 +01:00
.prettierrc init with Skeleton 2023-11-02 00:36:58 +01:00
Dockerfile ignores 2024-03-16 10:08:34 +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
csp-directives.js dzgnxfjxfg 2024-03-16 10:12:50 +01:00
mdsvex.config.js dzgnxfjxfg 2024-03-16 10:12:50 +01:00
package.json dzgnxfjxfg 2024-03-16 10:12:50 +01:00
playwright.config.ts dzgnxfjxfg 2024-03-16 10:12:50 +01:00
pnpm-lock.yaml dzgnxfjxfg 2024-03-16 10:12:50 +01:00
postcss.config.cjs init with Skeleton 2023-11-02 00:36:58 +01:00
svelte.config.js dzgnxfjxfg 2024-03-16 10:12:50 +01:00
tailwind.config.ts init with Skeleton 2023-11-02 00:36:58 +01:00
tsconfig.json dzgnxfjxfg 2024-03-16 10:12:50 +01:00
vite.config.ts dzgnxfjxfg 2024-03-16 10:12:50 +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/]