Skip to content

dbeg/personal-website

Repository files navigation

personal-website

The personal website of Dan Beghin

Installation

See package.json for engine requirments, ensure minimum versions of node and npm are available.

Run locally:

npm install
npm run dev

The site runs at http://localhost:4321.

Build for production:

npm run build
npm run preview # optional, preview the latest build from /dist

The build output is in /dist.

See Astro build and preview documentation.

Deployment

Commits and PRs to non-main branches trigger Cloudflare Pages preview deployments. Preview URLs are posted in PR comments.

Commits to main trigger Cloudflare Pages production deployments.

This project outputs static files (/dist) and can be hosted on any static provider, e.g., Cloudflare Pages, GitHub Pages, Netlify, Vercel, S3, etc...

License

  • Website content (for example, markdown/posts, images, and other media under content/, public/, or similar asset directories) is licensed under CC BY-NC-SA 4.0. See LICENSE-CONTENT for the full terms that apply to this material.
  • Source code (for example, files under src/, configuration, and build scripts) is licensed under GNU GPLv2. See LICENSE for the full terms that apply to the code in this repository.

About

The personal website of Dan Beghin

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE-CONTENT

Stars

Watchers

Forks

Contributors