Skip to content

Commit

Permalink
0.2.3 bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stuxf committed Dec 30, 2024
1 parent ce2b602 commit f635125
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Basic Resume Changelog

## [v0.2.1](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.2)
## [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

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Basic Resume

<div align="center">Version 0.2.2</div>
<div align="center">Version 0.2.3</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.

Expand All @@ -13,7 +13,7 @@ This is a template for a simple resume. It is intended to be used as a good star
A barebones resume looks like this, which you can use to get started.

```typst
#import "@preview/basic-resume:0.2.2": *
#import "@preview/basic-resume:0.2.3": *
// Put your personal information here, replacing mine
#let name = "Stephen Xu"
Expand All @@ -38,6 +38,8 @@ A barebones resume looks like this, which you can use to get started.
accent-color: "#26428b",
font: "New Computer Modern",
paper: "us-letter",
author-position: left,
personal-info-position: left,
)
/*
Expand Down
4 changes: 2 additions & 2 deletions template/main.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/basic-resume:0.2.2": *
#import "@preview/basic-resume:0.2.3": *

// Put your personal information here, replacing mine
#let name = "Stephen Xu"
Expand Down Expand Up @@ -131,4 +131,4 @@
// )
== Skills
- *Programming Languages*: JavaScript, Python, C/C++, HTML/CSS, Java, Bash, R, Flutter, Dart
- *Technologies*: React, Astro, Svelte, Tailwind CSS, Git, UNIX, Docker, Caddy, NGINX, Google Cloud Platform
- *Technologies*: React, Astro, Svelte, Tailwind CSS, Git, UNIX, Docker, Caddy, NGINX, Google Cloud Platform
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "basic-resume"
version = "0.2.2"
version = "0.2.3"
entrypoint = "src/lib.typ"
authors = ["Stephen Xu <https://stuxf.dev>"]
license = "Unlicense"
Expand Down

0 comments on commit f635125

Please sign in to comment.