generated from me/nix-flake-typst-template
Minor Resume adjustments
This commit is contained in:
parent
092d00815f
commit
db32f2e5d2
3 changed files with 6 additions and 6 deletions
|
|
@ -4,10 +4,10 @@ SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
|||
SPDX-License-Identifier: MIT
|
||||
-->
|
||||
|
||||
# 💼 Resume using Typst + Nix
|
||||
# 💼 Résumé using Typst + Nix
|
||||
|
||||
- [default](https://ethanreece.com/resume)
|
||||
- [full](https://ethanreece.com/resume/full)
|
||||
|
||||
This repository has the Typst code and Nix tools to build my resumes, using my
|
||||
This repository has the Typst code and Nix tools to build my résumés, using my
|
||||
[`flake-parts` library](https://git.sudoer777.dev/me/nix-flake-base).
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
{
|
||||
description = "Resume";
|
||||
description = "Résumé";
|
||||
inputs = {
|
||||
flake-lib = {
|
||||
url = "git+https://git.sudoer777.dev/me/nix-flake-base.git?ref=main";
|
||||
|
|
@ -147,7 +147,7 @@
|
|||
# reuse annotate -c "Ethan Reece <contact@ethanreece.com>" -l MIT -y 2025
|
||||
devshell = {
|
||||
motd = ''
|
||||
{202} Resume{reset}
|
||||
{202} Résumé{reset}
|
||||
$(type -p menu &>/dev/null && menu)
|
||||
'';
|
||||
name = "Resume";
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
#import "../experience/lib.typ": syssec-name, team1790-name
|
||||
#import "../skills/lib.typ": (
|
||||
C, CSS, C_Sharp_WPF, Cloudflare, Debian, Docker, Docker_Compose, Dokku,
|
||||
ExpressJS, GDB, GNU_Make, Git, GitHub, GitLab, Guix, Guix_Guile, Hetzner,
|
||||
ExpressJS, GDB, GNU_Make, Git, GitHub, GitLab, Guix, Hetzner,
|
||||
JavaScript_ExpressJS, LaTeX, LaTeX_TikZ, Linux, MIPS, MongoDB, MySQL, Nix,
|
||||
NixFlakes_devenv, NixFlakes_flake-parts, NixOS, Nix_Flakes, PHP, Pijul,
|
||||
PostgreSQL, Proxmox, Python, Python_pwntools, React_SigmaJS, Rust,
|
||||
|
|
@ -323,7 +323,7 @@
|
|||
|
||||
#let resume-category = Productivity
|
||||
#let resume-name = l("resume")
|
||||
#let resume-skills = (Typst, NixFlakes_flake-parts, Linux, Guix_Guile, Git)
|
||||
#let resume-skills = (Typst, NixFlakes_flake-parts, Linux, Git)
|
||||
#let resume-timeframe = [#August 2024 -- #Present]
|
||||
|
||||
#let resume(item-heading-above: 0em, item-heading-below: 0em) = item-heading(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue