-
Notifications
You must be signed in to change notification settings - Fork 695
basic-resume:0.2.9 #3059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
stuxf
wants to merge
1
commit into
typst:main
Choose a base branch
from
stuxf:basic-resume-0.2.9
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
basic-resume:0.2.9 #3059
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# Basic Resume Changelog | ||
|
||
## [v0.2.9](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.9) | ||
|
||
Make `lang` parameter configurable | ||
|
||
## [v0.2.8](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.8) | ||
|
||
Add `font-size` and `author-font-size` configuration options | ||
|
||
## [v0.2.7](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.7) | ||
|
||
Embarassing version bump | ||
|
||
## [v0.2.6](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.6) | ||
|
||
Bump typst version to 0.13.0 and above | ||
|
||
## [v0.2.5](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.5) | ||
|
||
Bump scienceicon dep to fix #21 | ||
|
||
## [v0.2.4](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.4) | ||
|
||
Add option for consistent style of dates on upper right of components. | ||
|
||
## [v0.2.3](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.3) | ||
|
||
User can set posistion of author and personal info. | ||
|
||
## [v0.2.2](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.2) | ||
|
||
Allow changing of page sizes from us-letter to other sizes, such as A4, for Non-US folks | ||
|
||
## [v0.2.1](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.1) | ||
|
||
Support orcid as a social link. Also fix contact-item's prefix argument. | ||
|
||
## [v0.2.0](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.0) | ||
|
||
Modify to work with Typst version 0.12. Also extend projects function to be more robust. | ||
|
||
## [v0.1.4](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.1.4) | ||
|
||
Make more resume fields optional (links in projects and certs) | ||
|
||
## [v0.1.3](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.1.3) | ||
|
||
Allow for changing of fonts via initial configuration | ||
|
||
## [v0.1.2](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.1.2) | ||
|
||
Version bump because I'm stupid🐛 | ||
|
||
## [v0.1.1](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.1.1) | ||
|
||
Make resume fields optional | ||
|
||
## [v0.1.0](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.1.0) | ||
|
||
Initial Release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
This is free and unencumbered software released into the public domain. | ||
|
||
Anyone is free to copy, modify, publish, use, compile, sell, or | ||
distribute this software, either in source code form or as a compiled | ||
binary, for any purpose, commercial or non-commercial, and by any | ||
means. | ||
|
||
In jurisdictions that recognize copyright laws, the author or authors | ||
of this software dedicate any and all copyright interest in the | ||
software to the public domain. We make this dedication for the benefit | ||
of the public at large and to the detriment of our heirs and | ||
successors. We intend this dedication to be an overt act of | ||
relinquishment in perpetuity of all present and future rights to this | ||
software under copyright law. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | ||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
For more information, please refer to <http://unlicense.org/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# Basic Resume | ||
|
||
<div align="center">Version 0.2.9</div> | ||
|
||
This is a template for a simple resume. It is intended to be used as a good starting point for quickly crafting a standard resume that will properly be parsed by ATS systems. Inspiration is taken from [Jake's Resume](https://github.com/jakegut/resume) and [guided-resume-starter-cgc](https://typst.app/universe/package/guided-resume-starter-cgc/). I'm currently a college student and was unable to find a Typst resume template that fit my needs, so I wrote my own. I hope this template can be useful to others as well. | ||
|
||
## Sample Resume | ||
|
||
 | ||
|
||
## Quick Start | ||
|
||
A barebones resume looks like this, which you can use to get started. | ||
|
||
```typst | ||
#import "@preview/basic-resume:0.2.9": * | ||
|
||
// Put your personal information here, replacing mine | ||
#let name = "Stephen Xu" | ||
#let location = "San Diego, CA" | ||
#let email = "[email protected]" | ||
#let github = "github.com/stuxf" | ||
#let linkedin = "linkedin.com/in/stuxf" | ||
#let phone = "+1 (xxx) xxx-xxxx" | ||
#let personal-site = "stuxf.dev" | ||
|
||
#show: resume.with( | ||
author: name, | ||
// All the lines below are optional. | ||
// For example, if you want to to hide your phone number: | ||
// feel free to comment those lines out and they will not show. | ||
location: location, | ||
email: email, | ||
github: github, | ||
linkedin: linkedin, | ||
phone: phone, | ||
personal-site: personal-site, | ||
accent-color: "#26428b", | ||
font: "New Computer Modern", | ||
paper: "us-letter", | ||
author-position: left, | ||
personal-info-position: left, | ||
) | ||
|
||
/* | ||
* Lines that start with == are formatted into section headings | ||
* You can use the specific formatting functions if needed | ||
* The following formatting functions are listed below | ||
* #edu(dates: "", degree: "", gpa: "", institution: "", location: "") | ||
* #work(company: "", dates: "", location: "", title: "") | ||
* #project(dates: "", name: "", role: "", url: "") | ||
* #extracurriculars(activity: "", dates: "") | ||
* There are also the following generic functions that don't apply any formatting | ||
* #generic-two-by-two(top-left: "", top-right: "", bottom-left: "", bottom-right: "") | ||
* #generic-one-by-two(left: "", right: "") | ||
*/ | ||
== Education | ||
|
||
#edu( | ||
institution: "Harvey Mudd College", | ||
location: "Claremont, CA", | ||
dates: dates-helper(start-date: "Aug 2023", end-date: "May 2027"), | ||
degree: "Bachelor's of Science, Computer Science and Mathematics", | ||
) | ||
- Cumulative GPA: 4.0\/4.0 | Dean's List, Harvey S. Mudd Merit Scholarship, National Merit Scholarship | ||
- Relevant Coursework: Data Structures, Program Development, Microprocessors, Abstract Algebra I: Groups and Rings, Linear Algebra, Discrete Mathematics, Multivariable & Single Variable Calculus, Principles and Practice of Comp Sci | ||
|
||
== Work Experience | ||
|
||
#work( | ||
title: "Subatomic Shepherd and Caffeine Connoisseur", | ||
location: "Atomville, CA", | ||
company: "Microscopic Circus, Schrodinger's University", | ||
dates: dates-helper(start-date: "May 2024", end-date: "Present"), | ||
) | ||
- more bullet points go here | ||
|
||
// ... more headers and stuff below | ||
``` |
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* | ||
* Package Entrypoint, links only to resume.typ for now | ||
* May add more later if I decide to also add cover letter support | ||
*/ | ||
|
||
#import "./resume.typ": * |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file will be pretty hard to discover on typst universe. Could you either link it from the readme or remove it?
See: https://github.com/typst/packages/blob/main/docs/tips.md#what-to-commit-what-to-exclude