News: Updating My Website and Simplifying the Generator
Simplified my personal website generator project.
Migrated to bun, which allows me to use it as:
- a runtime (instead of
nodejs) - a package manager (instead of
npm) - for running TypeScript files (instead of
tsx)
It also works as a simple bundler and has a built-in markdown parser — I'll definitely use all of this.
For a long time, I wanted to get rid of the eta template library. I had to fix some markdown source files and verify that links and images are inserted correctly. Finally, with a clean heart, I removed this unnecessary dependency. Here's about templates and why I used eta before. Again, always looking for ways to simplify. Now instead of bulky templates — pure TypeScript code. Beautiful
During the website check, I noticed that Apple hid my games from the AppStore because I didn't renew my developer certificate. I haven't supported my pet mobile games for a long time, they don't bring profit. Well, okay
Once again, here's the link to my site: https://eliasku.win/
If you find any issues — looking forward to your comments