Skip to content

Files

Latest commit

8868ae1 · May 7, 2023

History

History
27 lines (19 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.2 KB

chohner.com (based on Astro Starter Kit: Basics)

Personal website, mostly to pick up Astro.

Inspiration: https://www.mritamar.com/ & https://astro.build/themes/details/brutal/

Biggest strugle was probably rendering the bibtex files, see src/components/citations/bibtexToHTML.js for details.

🧞 Commands

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:3000
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
npm run deploy Build & deploy site to location set in .env file

Note: For npm run deploy, add .env file with following entry:

DEPLOY_LOCATION=user@URL:/path/to/www/