Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.76 KB

File metadata and controls

41 lines (34 loc) · 1.76 KB

Chi’s personal website built with Astro

GitHub Issues or Pull Requests GitHub last commit

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

🚀 Project Structure

├── 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
│   ├────── manga/         Listing all of Chi's read manga
│   ├── data/              Site config data (blogroll, redirects, socials, etc.)
│   ├── layouts/
│   ├── pages/
│   ├── scripts/           Scripts used in package.json
│   ├── styles/
│   └── utils/             Housing all the JS/TS stuff to help get things done
├── uploads/               Media uploads organized by year and category
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json