This is my personal website, where I share my projects and blog posts about programming, technology, and other topics that interest me.
- Astro - A modern static site generator for building fast, content-focused websites.
- TypeScript - A typed superset of JavaScript that compiles to plain JavaScript.
- Sass - A CSS preprocessor that adds the little bits of magic needed to make CSS better.
- Markdown - A lightweight markup language for creating formatted text using a plain-text editor.
- Projects Showcase: A dedicated section to showcase my personal and professional projects, complete with descriptions, images, and links.
- Blog: A blog section where I share articles, tutorials, and insights on various topics.
- Responsive Design: The website is fully responsive and looks great on all devices, from desktops to mobile phones.
- No Client-Side JavaScript: The website is designed to use no client-side JavaScript, or as little as possible. It must be perfectly usable with JavaScript disabled, ensuring fast load times and a focus on content.
And that's basically it! The goal is just to have something very simple, very lightweight, and easy to maintain.
To run the development server, use:
npm run devTo build the site for production, use:
npm run buildTo preview the production build locally, use:
npm run previewThere is so little code here, that I don't think it really matters.
2025 FuseTim - All rights reserved.