personal webpage, portfolio, blog,
Go to file
matthieu42morin 31fdc9a654 tags refactor to component 2024-04-28 01:24:07 +02:00
.gitea/workflows configs 2024-04-04 02:39:54 +02:00
.github/workflows dzgnxfjxfg 2024-03-16 10:12:50 +01:00
.vscode config change 2024-02-13 16:42:36 +01:00
src tags refactor to component 2024-04-28 01:24:07 +02:00
static deleting unused files 2024-04-04 20:12:23 +02: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 pnpm lock bs, for some reason wants to get into git even after ignore 2024-04-04 13:51:50 +02: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 MIT License 2024-04-04 20:06:23 +02:00
README.md Merge configs, assets into 'master' of https://git.mattmor.in/Madmin/its-personal 2024-04-04 13:50:20 +02:00
mdsvex.config.js 2slash highlighter 2024-04-28 01:13:28 +02:00
package.json 2slash highlighter 2024-04-28 01:13:28 +02:00
playwright.config.ts 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 configs 2024-04-12 19:09:07 +02:00
tailwind.config.ts init with Skeleton 2023-11-02 00:36:58 +01:00
tsconfig.json configs 2024-04-12 19:09:07 +02:00
vite.config.ts Merge configs, assets into 'master' of https://git.mattmor.in/Madmin/its-personal 2024-04-04 13:50:20 +02: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

CSP from rodnylab

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/]