Personal website joonaa.dev
Hi! I'm Joona Aalto (Jondolf on GitHub), a Finnish university student who is interested in science and programming.
This is my personal website where I share my projects and write about them or whatever else interests me. I like to dive deep into different topics to learn as much as I can, and I plan on making small devlogs or tutorials whenever I have built something interesting based on my research.
You can expect topics like physics simulation, algorithms, web development, game development, or whatever else I find to be interesting at a given time.
As this is my personal website, I control its content and style. However, if you spot any typos, incorrect information or bugs, feel free to open an issue or a pull request.
This website is made with Astro. It's very lightweight and performant, and its content collections suit my use case quite well.
If you want to run the website locally for any reason, you need to install the dependencies first. Ensure you have Node.js installed and run the following command:
npm install
Now you can simply start the local development server.
npm run dev