engnadeau / cv

My personal CV that's automatically generated using the following tech stack: LaTeX, XeTeX, GitHub Actions, Docker, GitHub Pages, Jamstack

Home Page:https://www.nicholasnadeau.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nicholas' CV

➡️➡️ Get the latest version ⬅️⬅️

My personal CV that's automatically generated using the following tech stack:

  • LaTeX + XeTeX for document writing and PDF generation
  • GitHub Actions for automated CI/CD
  • Docker for a consistent development environment and CI image
  • GitHub Pages + Jamstack for deployment and hosting
Item Badges
Repo GitHub repo size GitHub GitHub release (latest by date)
CI Build Release pages-build-deployment
Social GitHub followers Twitter Follow

Requirements

Docker Development (Recommended)

# Run the container
docker run --rm -it -v $(pwd):/app -w /app --entrypoint /bin/bash texlive/texlive

Local Development

# Install TeX Live
sudo apt install texlive-full texlive-xetex

Usage

Deployments

  • master branch is automatically built, tagged, and deployed by GitHub Actions
  • The PDF is uploaded as an asset to a static site hosted by GitHub Pages

About

My personal CV that's automatically generated using the following tech stack: LaTeX, XeTeX, GitHub Actions, Docker, GitHub Pages, Jamstack

https://www.nicholasnadeau.com/

License:MIT License


Languages

Language:TeX 47.8%Language:CSS 32.0%Language:HTML 14.3%Language:Makefile 5.8%