A modern, professional resume template built with Typst featuring gradient styling, comprehensive sections, and automated PDF generation.
- Clean, professional layout with customizable sections
- Gradient-styled links and highlights
- Comprehensive section organization for technical resumes
- Automated PDF generation through GitHub Actions
- Built-in document metadata and copyright protection
- Optimized for technical and IT professional resumes
- Clone this repository
- Modify
resume.typ
with your information - Compile using Typst:
typst compile resume.typ
The template uses gradient colors for visual elements. Modify the gradient parameters in the header section:
#text(gradient.linear(
angle: 45deg,
rgb("#ff0000"),
rgb("#8000ff")
))
Customize sections using the following format:
== *SECTION NAME*
#line(length: 100%, stroke: 0.75pt)
Adjust document properties in the header:
#set document(
title: "Resume",
author: "Your Name",
keywords: ("resume", "professional")
)
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
- Built with Typst
- Inspired by modern resume design principles
- Gradient styling adapted from Typst documentation
Cole Leavitt
- GitHub: @coleleavitt