This page is built with astro and hosted on cloudflare pages at milescb.com
- Update
src/pages/index.astrowith your about text, research interests, etc - Update social icons and links in
src/components/Footer.astro - Update
public/content/documents/publications.bibwith your publications and presentations - Update
src/content/cv.ts, and the associatedpublic/content/documents/cv.pdf - Update the project markdown files in
src/pages/projects, and the associated page layout insrc/components/Header.astro
Now you have your own academic website!
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add, astro check |
npm run astro -- --help |
Get help using the Astro CLI |