This is the README.md for my personal website (found here).
├── .github/workflows/ # CI/CD deployment
├── .vscode/ # Editor configurations
├── [6 root files] # .gitignore, package.json, Astro config, etc.
├── guides/ # Content guides & examples
├── public/ # Static assets
│ ├── images/
│ ├── works/ # University coursework files
│ │ ├── BA(Hons)/ # Year 1 & 2 essays and reports
│ │ └── MSc/ # Master's degree files
│ └── [7 static files] # CV, icons, robots.txt, images
└── src/ # Astro source code
├── assets/icons/ # Global SVG icons
├── components/ # Reusable UI components
│ ├── content/
│ ├── layout/
│ └── ui/
├── config/ # Site & navigation settings
├── content/ # Markdown files (posts, projects, bio)
├── layouts/ # Astro page layouts
├── pages/ # Routing and page views
├── styles/ # Global CSS styles
├── types/ # TypeScript definitions
├── utils/ # Utility & helper functions
└── content.config.ts # Astro content configuration
This website utilises Rubzip's Template, which itself is based on Academic Pages and AstroPaper.
Contributions, issues, and feature requests are always welcome! Feel free to check the issues page. This project is licensed under the MIT License - see the LICENSE file for details.
