Skip to content

jee-r/resume

Folders and files

NameName
Last commit message
Last commit date
Jan 4, 2024
Oct 12, 2023
Feb 27, 2024
Feb 11, 2024
Feb 27, 2024
Oct 12, 2023
Jul 1, 2024
Oct 27, 2023
Oct 16, 2023
Jul 1, 2024
Jan 31, 2025
Jul 1, 2024
Feb 22, 2024
Feb 27, 2024
Jan 4, 2024
Oct 12, 2023
Oct 17, 2023

Repository files navigation

Resume

This is my resume source code availaible at https://resume.artz.dev

πŸš€ Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚   └── pages/
β”‚   |   └── index.astro
|   └── contents
└── package.json

Content

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

🧞 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
npm run generate-pdf:ci Build pdfs file