Personal site/portfolio/blog, built with Bun and SCSS, and hosted on Cloudflare Pages! ft. aesthetic, and a responsive, mobile-friendly design. Built my own SSG to build the website to go with it!
- Clone the source code to your device
git clone https://github.com/T3M1N4L/site- Install the project's dependencies
bun install- Build the static site to
/dist
bun run buildThe final website is static, and as such, it can be built and deployed on any static site hosting service, such as GitHub Pages/nekoweb. This repository contains the full source code.
- Root file is
root.htmland specific pages/src/pages/under.md. - Static-Site-Generator is located at
ssg.tsand its configuration is located atssg.config.ts. - Images are stored in
public/img
- astro rewrite
- better center gradient for the wavy
t3rm1n4l - clean up code especially css