This is a template repository for creating a CV/Portfolio page using Astro. It includes a simple layout and styling.
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
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.