Istar-Eldritch / resume

My Resume in HTML format

Home Page:https://istar-eldritch.github.io/resume/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my resume

Local development

The project currently uses trunk-rs. You can get the app running locally with:

trunk serve

Deployment

Switch to the gh-pages branch and run:

trunk build --release
mv dist docs

Commit the docs folder and push it. The resume is hosted using github pages.

Beware, the build config file in the gh-pages is different than in your main branch:

# Trunk.toml
[build]
dist = "docs"
public_url = "/resume/"

Creating a PDF

There is currently no functionality to export PDF on this project, but you can access a PDF version using sedja.com It makes use of the open=true query argument, that expands all the roles and education and simply creates a PDF from the website.

About

My Resume in HTML format

https://istar-eldritch.github.io/resume/


Languages

Language:Rust 86.1%Language:SCSS 12.8%Language:HTML 1.1%