A static website meant as a portfolio and blog, built with SvelteKit. Visit the live site at morisjonhson.in .
The portfolio includes multiple terminal color schemes defined in src/lib/color_schemes.json
. You can easily add new themes or modify existing ones The current themes are taken from windowsterminalthemes.dev. Pick something that you like and add it in the JSON.
The project is configured for static site generation using @sveltejs/adapter-static. Build and deploy:
npm run build
The built files will be in the build/ directory, ready for deployment to any static hosting service.
I'm a beginner in web-development so any feedbacks and contributions are welcome. Feel free to submit pull requests.