Skip to content

GRKdev/astro-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

14c7297 Β· Aug 5, 2024

History

85 Commits
Dec 10, 2023
Dec 10, 2023
Aug 5, 2024
Aug 5, 2024
Dec 10, 2023
Feb 10, 2024
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 30, 2023
Jan 1, 2024
Apr 26, 2024
Apr 26, 2024
Dec 23, 2023
Dec 10, 2023

Repository files navigation

πŸ‘¨β€πŸš€ Astro - Portfolio

Template

This portfolio is created/inspired by template from Max.

NB: Additional color themes can also be configured on the src/data/theme.ts file.

πŸ₯· Usage

  • You can modify all the information in the files in the data folder (presentation, social links, projects list, colors).
  • You can write articles in markdown format in the content/projects folder.

🧞 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: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