A backup of my old site that I made completely by myself, it had almost the same functionalities as the current one, I just couldn't figure out typography issues with MDsveX. Urara saved me from spending time at this stuff. I miss skeleton.dev as UI library though.
Go to file
matthieu42morin bd5276207f rearranging utility function to conform to their respective locations 2024-04-04 20:11:12 +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
playwright Merge configs, assets into 'master' of https://git.mattmor.in/Madmin/its-personal 2024-04-04 13:50:20 +02:00
src rearranging utility function to conform to their respective locations 2024-04-04 20:11:12 +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 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 dzgnxfjxfg 2024-03-16 10:12:50 +01:00
package.json configs 2024-04-04 02:39:54 +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-04 02:39:54 +02:00
tailwind.config.ts init with Skeleton 2023-11-02 00:36:58 +01:00
tsconfig.json configs 2024-04-04 02:39:54 +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/]