Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxbarsukov/cv
📄 My CV / Resume in LaTeX
https://github.com/maxbarsukov/cv
cv cv-template latex maxbarsukov overleaf resume resume-template
Last synced: 27 days ago
JSON representation
📄 My CV / Resume in LaTeX
- Host: GitHub
- URL: https://github.com/maxbarsukov/cv
- Owner: maxbarsukov
- License: lppl-1.3c
- Created: 2024-02-04T17:59:42.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T00:12:28.000Z (about 1 month ago)
- Last Synced: 2024-12-04T01:20:11.960Z (about 1 month ago)
- Topics: cv, cv-template, latex, maxbarsukov, overleaf, resume, resume-template
- Language: TeX
- Homepage: https://cv.maxbarsukov.ru
- Size: 5.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cv
[![Build LaTeX document](https://github.com/maxbarsukov/cv/actions/workflows/build.yml/badge.svg)](https://github.com/maxbarsukov/cv/actions/workflows/build.yml)
![License](https://img.shields.io/github/license/maxbarsukov/cv)| en :gb: | ru :ru: |
| ---- | ---- |
| README.md | [README.ru.md](README.ru.md) |> Yet Another Resume made in LaTeX.
## Table of contents
1. [Updates](#updates)
2. [Getting Started](#getting-started)
1. [Pre-reqs](#pre-reqs)
2. [Building and Running](#run)
3. [Preview](#preview)
4. [Contributing](#contributing)
5. [Code of Conduct](#code-of-conduct)
6. [License](#license)🔔 Dec. 4, 2024 (v0.1.3)
> - Add resume for `Ruby`.
🔔 Oct. 12, 2024 (v0.1.2)
> - Add resume for `Java`.
Make sure you have [`git`](https://git-scm.com/) installed.
To build and run this app locally you will need a few things:
- Check you have [Make](https://en.wikipedia.org/wiki/Make_(software)) installed;
- You need to have [latexmk](https://ctan.org/pkg/latexmk) installed and some other packages. On Ubuntu you can install all needed packages with:sudo apt-get -qq update
sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex texlive-pictures texlive-lang-cyrillic texlive-bibtex-extra biber lmodern fonts-font-awesomeClone this repository:
git clone [email protected]:maxbarsukov/cv.git
Builds `cv-*.pdf` to `out/`:
make # build all projects
make PROJECTS=cv-ruby # build only specified oneCleans the temporary files generated by the tex programs in use:
make clean
Displays the compiled document in a common PDF viewer:
make display
| Page. 1 |
|:---:|
| ![Resume](./docs/preview.png) |Bug reports and pull requests are welcome on GitHub at https://github.com/maxbarsukov/cv.
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/maxbarsukov/cv/blob/master/CODE_OF_CONDUCT.md).Everyone interacting in the **cv** project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/maxbarsukov/cv/blob/master/CODE_OF_CONDUCT.md).
The project is available as open source under the terms of the [LPPL-1.3c License](https://opensource.org/license/lppl). \
*Copyright 2024 Max Barsukov***Leave a star :star: if you find this project useful.**