This is my resume source code availaible at https://resume.artz.dev
Inside of your Astro project, you'll see the following folders and files:
/
βββ public/
βββ src/
β βββ pages/
β | βββ index.astro
| βββ contents
βββ package.json
src/content
βββ _config.md # Main Config
βββ config.ts # Datatypes
βββ educations
β βββ en
β β βββ 1_degree2.md
β β βββ 2_degree1.md
β βββ fr
β βββ 1_degree1.md
β βββ 2_degree2.md
βββ projects
β βββ en
β β βββ 1_my_awesome_project.md
β β βββ 2_my_super_project.md
β βββ fr
β βββ 1_my_awesome_project.md
β βββ 2_my_super_project.md
βββ _skills_en.md
βββ _skills_fr.md
βββ works
βββ en
β βββ 1_work_exp1.md
β βββ 2_work_exp2.md
βββ fr
βββ 1_work_exp1.md
βββ 2_work_exp2.md
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 |
npm run generate-pdf:ci |
Build pdfs file |