This the source code for my personal website. It is a companion to my resume.
The site is a fork of the template for Astrofy, a free and open-source website template.
- Prerequisites: Node.js and [pnpm}(https://pnpm.io/installation)
- Install astrofy:
pnpm install
- Build artifacts and host them on a local server:
pnpm run dev
Now that the site is up and running locally, edit away.
Deployment follows the example from the Astro docs using GitHub Actions to build the site artifacts and upload them to philiplinden.github.io.
The site build pipeline runs on pull requests to main
and before deployments.
For safety, the deployment pipeline only runs when a new commit appears on main
.
This website is built upon the template created by manuelernestog
under the MIT license.