{"id":29015442,"url":"https://github.com/reichmla/simple_cv","last_synced_at":"2025-06-25T21:07:19.851Z","repository":{"id":300476760,"uuid":"957679535","full_name":"reichmla/simple_cv","owner":"reichmla","description":"Just a simple cv and cover letter template 🐰","archived":false,"fork":false,"pushed_at":"2025-06-21T23:11:59.000Z","size":405,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T23:26:54.730Z","etag":null,"topics":["cover-letter","cv","cv-template","latex","template","tex"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reichmla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-30T23:36:39.000Z","updated_at":"2025-06-21T23:12:03.000Z","dependencies_parsed_at":"2025-06-21T23:37:49.635Z","dependency_job_id":null,"html_url":"https://github.com/reichmla/simple_cv","commit_stats":null,"previous_names":["reichmla/simple_cv"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/reichmla/simple_cv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reichmla%2Fsimple_cv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reichmla%2Fsimple_cv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reichmla%2Fsimple_cv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reichmla%2Fsimple_cv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reichmla","download_url":"https://codeload.github.com/reichmla/simple_cv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reichmla%2Fsimple_cv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261953214,"owners_count":23235457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cover-letter","cv","cv-template","latex","template","tex"],"created_at":"2025-06-25T21:07:11.547Z","updated_at":"2025-06-25T21:07:19.833Z","avatar_url":"https://github.com/reichmla.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple CV - LaTeX Template\n\nA clean, professional LaTeX template for creating curriculum vitae (CV) documents. This template is based on the Curve CV template by LianTze Lim and has been customized for professional use.\n\n## Features\n\n- **Clean Design**: Professional layout with customizable colors and fonts\n- **Modular Structure**: Organized into separate sections for easy maintenance\n- **Profile Photo Support**: Optional profile picture integration\n- **Contact Information**: Prominent display of contact details with icons\n- **Section-based Organization**: Personal, Education, Employment, Certifications, and Skills sections\n- **Responsive Layout**: Optimized for A4 paper format\n- **Font Awesome Icons**: Professional icons for contact information and sections\n\n## Project Structure\n\n```\nsimple_cv/\n├── simple_cv.tex          # Main LaTeX document\n├── settings.sty           # Style definitions and packages\n├── sections/              # CV content sections\n│   ├── personal.tex       # Personal information\n│   ├── education.tex      # Educational background\n│   ├── employment.tex     # Work experience\n│   ├── certifications.tex # Professional certifications\n│   └── skills.tex         # Skills and competencies\n├── img/                   # Images directory\n│   └── bnuyy.jpeg         # Profile photo\n└── simple_cv.pdf          # Generated PDF output\n```\n\n## Prerequisites\n\nTo compile this LaTeX document, you need:\n\n- **LaTeX Distribution**: TeX Live, MiKTeX, or MacTeX\n- **Required Packages**:\n  - `curve` document class\n  - `fontawesome5` for icons\n  - `biblatex` for bibliography (optional)\n  - `tcolorbox` for styling\n  - `tikz` for graphics\n  - `geometry` for page layout\n  - `hyperref` for links\n\n## Installation\n\n1. **Clone or download** this repository\n2. **Install LaTeX** if you haven't already:\n   - **macOS**: Install MacTeX\n   - **Windows**: Install MiKTeX or TeX Live\n   - **Linux**: Install TeX Live via package manager\n\n3. **Install required packages** (if not already included):\n   ```bash\n   # For TeX Live\n   tlmgr install curve fontawesome5 biblatex tcolorbox tikz geometry hyperref\n   ```\n\n## Usage\n\n### Basic Compilation\n\n```bash\n# Compile the main document\npdflatex simple_cv.tex\n\n# If using bibliography (optional)\npdflatex simple_cv.tex\nbiber simple_cv\npdflatex simple_cv.tex\n```\n\n### Customization\n\n#### 1. Personal Information\nEdit `sections/personal.tex` to update your personal details:\n```latex\n\\entry*[Address]%\n    Your Address Here\n\\entry*[Birth date]%\n    Your Birth Date, Location\n```\n\n#### 2. Contact Information\nUpdate the header in `simple_cv.tex`:\n```latex\n\\leftheader{%\n    \\faLinkedin {\\href{https://www.linkedin.com/in/yourprofile/}{in/yourprofile}} \\hfill \n    \\faEnvelope[regular] {\\href{mailto:your.email@example.com}{your.email@example.com}} \\hfill \n    \\faIcon{mobile-alt} {\\href{tel:+123456789}{+123456789}} \\par\n    \\vspace{0.4cm}\n    {\\LARGE\\bfseries\\sffamily Your Name} \\par\n    \\vspace{0.05cm}\n    \\vspace{0.2cm}\n    \\textcolor{TextColor}{Your professional summary here.}\n}\n```\n\n#### 3. Profile Photo\n- Place your photo in the `img/` directory\n- Update the photo path in `simple_cv.tex`:\n  ```latex\n  \\photo[r]{img/your-photo-name}\n  ```\n\n#### 4. Colors and Styling\nModify colors in `simple_cv.tex`:\n```latex\n\\definecolor{BackgroundColor}{HTML}{f2f3f5}\n\\definecolor{TextColor}{HTML}{6C6C6C}\n\\definecolor{RubricTextColor}{HTML}{000080}\n```\n\n#### 5. Content Sections\nEdit the respective `.tex` files in the `sections/` directory:\n- `education.tex` - Add your educational background\n- `employment.tex` - Add your work experience\n- `certifications.tex` - Add professional certifications\n- `skills.tex` - Add your skills and competencies\n\nMore sections can be added though.\n\n## License\n\nThis template is based on the Curve CV template by LianTze Lim, available under the Creative Commons Attribution 4.0 License. The original template can be found at: https://www.overleaf.com/latex/templates/a-customised-curve-cv/mvmbhkwsnmwv\n\n## Contributing\n\nFeel free to fork this repository and submit pull requests for improvements. Suggestions for new features or bug fixes are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freichmla%2Fsimple_cv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freichmla%2Fsimple_cv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freichmla%2Fsimple_cv/lists"}