This website was built on top of the Astro Starter Kit: Blog template and then modified to make it look as closely as how my previous website looked like.
Migrated from 11ty. Talked more about it here: Migrated from 11ty to Astro!
Access the website at: chisenires.design
├── public/
├── src/
│ ├── _templates/ for Obsidian related templates only
│ ├── assets/
│ ├── components/
│ ├── content/
│ ├────── archive/ Archived posts by Chi from different platforms
│ ├────── blog/ Chi's blog posts
│ ├────── games/ Listing all of Chi's played games
│ ├── layouts/
│ ├── pages/
│ ├── scripts/ Scripts used in package.json
│ ├── styles/
│ └── utils/ Housing all the JS/TS stuff to help get things done
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json
The rest of the TODOs are listed in my Issues tab, but the ones I have listed here are just for my additional reference.
- add some image gallery handling / viewing images closer (since some screenshots are small)
- also add WordPress archived posts here