My personal website https://mmbradley.ca
Find a file
Michael Bradley 66756b0605
Some checks failed
/ build (push) Failing after 36s
Rename render.bash to use .sh extension
Using .bash appears to have broken the call from Yarn in the CI?
2025-02-19 18:39:23 -05:00
.forgejo/workflows Make action install dependencies before trying to build 2025-02-19 18:29:33 -05:00
public Fix public asset deployment 2025-01-05 21:38:54 +13:00
src Fix SVGs being invisible on Safari 2025-02-15 14:02:30 -05:00
.gitignore Fix unnecessary permissions 2025-02-15 13:04:48 -05:00
.prettierrc.json Refactor as SSG using Vite+React 2025-01-03 00:50:52 +13:00
eslint.config.js Refactor as SSG using Vite+React 2025-01-03 00:50:52 +13:00
index.html Fix unnecessary permissions 2025-02-15 13:04:48 -05:00
LICENSE Fix unnecessary permissions 2025-02-15 13:04:48 -05:00
package.json Rename render.bash to use .sh extension 2025-02-19 18:39:23 -05:00
README.md Fix unnecessary permissions 2025-02-15 13:04:48 -05:00
render.sh Rename render.bash to use .sh extension 2025-02-19 18:39:23 -05:00
tsconfig.app.json Refactor as SSG using Vite+React 2025-01-03 00:50:52 +13:00
tsconfig.json Refactor as SSG using Vite+React 2025-01-03 00:50:52 +13:00
tsconfig.node.json Refactor as SSG using Vite+React 2025-01-03 00:50:52 +13:00
vite.config.ts Fix local development on Linux 2025-02-15 13:31:31 -05:00
yarn.lock Refactor as SSG using Vite+React 2025-01-03 00:50:52 +13:00

Personal website

A basic static personal website, made using TypeScript/React/Vite. It contains some basic information about me along with some relevant links.

It is deployed at mmbradley.ca.

Deployment

The site is build with React and local development can be done with React devtools, but the site is ultimately static. render.sh calls vite build to process the assets and prepare the site for rendering. It then has node render the site, and outputs everything needed to display the site to the dist/prod directory.