Skip to content

vegaasen/www.vegaasen.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

317 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Vegard Aasen





Live site Build status Deploy status License: Apache 2

Tailwind CSS v4 HTML5 Bun Amazon S3 Amazon CloudFront

Last deployed: 2026-03-20 09:59 UTC





πŸ‘‹ Introduction

🀠 Howdy!

This repository holds everything for Vegard Aasen's site. This is sort of dynamic and is never actually finished.

The site may be created with new and fancy tech, or it may be just ΓΌber-static with content slabbed straight in. Depends on the mood and the version πŸ’₯.

πŸ₯ž Tech stack

Technology Purpose
Tailwind CSS v4 Styling
Plain HTML5 Markup
Bun Package manager + build script runner
Vite Dev server with hot reload
concurrently Run Tailwind watch + Vite in parallel during dev
SVGO SVG optimisation
Squoosh Image optimisation
Amazon S3 Static hosting (eu-north-1)
Amazon CloudFront CDN + TLS certificates
GitHub Actions CI/CD

πŸ› οΈ Develop

Run

bun dev

Starts Tailwind in watch mode and a Vite dev server at http://localhost:5173 β€” the browser opens automatically and hot-reloads on any change.

Build

bun run build

Output lands in ./build/ β€” that's what gets deployed to S3.


πŸš€ Deployment

Deployments are fully automated via GitHub Actions on push to master:

  1. Build job β€” installs deps, compiles Tailwind, minifies HTML, produces ./build/
  2. Deploy job β€” syncs ./build/ to S3, invalidates CloudFront, updates the "last deployed" timestamp above

AWS credentials are stored as GitHub Actions secrets (AWS_S3_BUCKET, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, CLOUDFRONT_DISTRIBUTION_ID).


#isitfinishedyet?

no.


πŸ“‹ Version history

Version Date Notes
v9 02.04.2024 Tailwind CSS v4, plain HTML, S3 + CloudFront setup
v8 14.09.2020 Previous iteration

About

Site for www.vegaasen.com is placed here 😎

Topics

Resources

Stars

Watchers

Forks

Contributors