The code for my personal website. https://toastiet0ast.com
Find a file
2024-12-15 19:41:54 +13:00
.vscode Started work on a new version of the site 2024-12-15 19:41:54 +13:00
public Started work on a new version of the site 2024-12-15 19:41:54 +13:00
src Started work on a new version of the site 2024-12-15 19:41:54 +13:00
.gitignore Started work on a new version of the site 2024-12-15 19:41:54 +13:00
astro.config.mjs Started work on a new version of the site 2024-12-15 19:41:54 +13:00
LICENSE Updated and removed some stuff. 2024-12-08 00:49:40 +13:00
package.json Started work on a new version of the site 2024-12-15 19:41:54 +13:00
pnpm-lock.yaml Started work on a new version of the site 2024-12-15 19:41:54 +13:00
README.md Updated and removed some stuff. 2024-12-08 00:49:40 +13:00
tsconfig.json Started work on a new version of the site 2024-12-15 19:41:54 +13:00

toastie-site

A personal portfolio website made using Astro.

To view my portfolio click here

Features

  • Modern and Minimal bento-like, sleek UI Design
  • All in one page (almost)
  • Fully Responsive
  • Performances and SEO optimizations
  • Blog
  • RSS support (your-domain/rss.xml)
  • Cool 3d globe

Tech Stack

Steps ▶️

# Clone this repository
$ git clone https://toastielab.dev/toastie_t0ast/toastie-site
# Go into the repository
$ cd toastie-site
# Install dependencies
$ pnpm install
or
$ npm install
# Start the project in development
$ pnpm run dev
or
$ npm run dev

Configuration

remember to replace the site and other properties with your data in astro.config.mjs