This is a fork of minimal (commit 2e2cd80) by Samuel Breznjak (nickname ekmas).
Minimal CV is a minimalist personal website.
Create a new repo from this template.
- Astro v4
- Responsive & SEO-friendly
- View Transitions API
- Content collections
- Expressive-code code blocks
- Shiki code syntax styling
- Icons by Font Awesome 7
- Go to
astro.config.mjsand change site - Go to
src/config.tsand configure data for meta tags - You can also customize colors of entire layout by changing colors in tailwind config.
- You can customize code blocks config by changing
expressiveCodeobject in astro config. Visit expressive-code docs for more info. - To change code blocks theme, you'll have to update themes both in
themesarray and inconfig.ts
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
yarn install |
Installs dependencies |
yarn dev |
Starts local dev server at localhost:4321 |
yarn build |
Build your production site to ./dist/ |
yarn preview |
Preview your build locally, before deploying |
yarn astro ... |
Run CLI commands like astro add, astro check |
yarn astro -- --help |
Get help using the Astro CLI |
MIT