old-portfolio-site/README.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

2024-02-22 15:31:25 +00:00
# Hello world, this is my personal site
2023-11-01 23:36:58 +00:00
2024-02-22 15:31:25 +00:00
Featuring a blog, projects, current social accounts, skills and so on and so on, look at [Technical Features](#technical-features)
2023-11-01 23:36:58 +00:00
2024-02-22 15:31:25 +00:00
## Stack info
2023-11-01 23:36:58 +00:00
2024-02-22 15:31:25 +00:00
I focused on researching the best possible modern solutions to frontend and worked on my previous knowledge of svelte.
2023-11-01 23:36:58 +00:00
Javascript, Typescript
2024-02-22 15:31:25 +00:00
Framework: Sveltekit
CSS: Tailwindcss, postcss
[MDsveX](https://mdsvex.pngwn.io/) for markdown text file processing with plugins
Dockerfile, node-adapter for custom deploy
AWS S3 for static assets
AWS lambda for automation
2023-11-01 23:36:58 +00:00
2024-02-22 15:31:25 +00:00
## Technical Features
2023-11-01 23:36:58 +00:00
2024-02-22 15:31:25 +00:00
- A possibility of great .md file processing with ability to use svelte components in .md
- Rss feed
- Sitemap, robots, Manifest, Workers
2024-02-22 15:31:25 +00:00
- Some playwright testing
2023-11-01 23:36:58 +00:00
[CSP from rodnylab](https://rodneylab.com/sveltekit-content-security-policy/)
2023-11-01 23:36:58 +00:00
2024-02-22 15:31:25 +00:00
## Credits
2023-11-01 23:36:58 +00:00
2024-02-22 15:31:25 +00:00
This project is using [Skeleton Labs UI / Component / utils Library](https://www.skeleton.dev/) 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](https://matia.xyz) alias [https://joyofcode.xyz/]