No description
Find a file
2024-12-08 00:49:40 +13:00
.vscode Initial commit 2024-11-27 10:10:42 +13:00
public Updated a lot of files 2024-11-29 09:24:33 +13:00
src Updated and removed some stuff. 2024-12-08 00:49:40 +13:00
.gitignore Initial commit 2024-11-27 10:10:42 +13:00
astro.config.mjs I am apparently special today. 2024-11-29 10:00:45 +13:00
LICENSE Updated and removed some stuff. 2024-12-08 00:49:40 +13:00
package.json I am apparently special today. 2024-11-29 10:00:45 +13:00
pnpm-lock.yaml I am apparently special today. 2024-11-29 10:00:45 +13:00
postcss.config.cjs Initial commit 2024-11-27 10:10:42 +13:00
README.md Updated and removed some stuff. 2024-12-08 00:49:40 +13:00
svelte.config.js Initial commit 2024-11-27 10:10:42 +13:00
tsconfig.json Initial commit 2024-11-27 10:10:42 +13:00
uno.config.ts Initial commit 2024-11-27 10:10:42 +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