Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.16 KB

t3rm1n4l's personal site

Aesthetically pleasing preview

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!

Development

  1. Clone the source code to your device
git clone https://github.com/T3M1N4L/site
  1. Install the project's dependencies
bun install
  1. Build the static site to /dist
bun run build

The 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.

Notes

  • Root file is root.html and specific pages /src/pages/ under.md.
  • Static-Site-Generator is located at ssg.ts and its configuration is located at ssg.config.ts.
  • Images are stored in public/img

Roadmap

  • astro rewrite
  • better center gradient for the wavy t3rm1n4l
  • clean up code especially css