Skip to content

niaggar/cv-page-template

Repository files navigation

Template for CV/Portfolio Page

This is a template repository for creating a CV/Portfolio page using Astro. It includes a simple layout and styling.

🚀 Project Structure

The project structure is as follows:

├── public/
├── src/
│   ├── components/
│   ├── content/
│   │   ├── projects/
│   │   ├── research/
│   │   ├── slides/
│   │   └── single/
│   │   |   └── contact.mdx
│   │   |   └── publications.mdx
│   │   |   └── slides.mdx
│   │   |   └── projects.mdx
│   │   |   └── research.mdx
│   │   |   └── home.mdx
│   └── pages/
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json

Customize Content

Modify the MDX files in the src/content/single/ directory to update your CV/Portfolio content. You can also add new projects, research, and slides in their respective directories.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published