This is a note that holds all updated logs of this website. This project is pretty much a passion project and I just thought it would be fulfilling if I had an updated log list of when I worked on this. It will include any small bits as well.
TODO
- blog posts
- [x] migrate to MDX
- [x] redesign the specific blog page
- [ ] search by keyword
- [ ] order by date (published date) - ascending/descending
- [ ] separate sections by date and categories
- [ ] view count per post
- tag section
- [x] projects
- [ ] dark.light mode support
- [ ] responsive design
2025
- 9/22 - updated resume section to include links, changed design. changed home section
- 10/31 - updated the general style/vibe of the website, added blue themes+color
- changed fonts, added picture, reduced description
- 11/1 - Added tag system in projects
- Had to re-read docs for React, NextJS
- 11/2 - MDX
- moved blog posts to MDX
- integrated dynaic routing using
slug(NextJS)