EFResume is a normal resume templete, in Swift. It is inspired by zresume, because zresume is based on Docker, but I know nothing about this technology unfortunately, and it is really very very beautiful, so I make it to a static templete on my own, Star
button above if EFResume has brought you convenience,
Overview
Example
https://eyrefree.github.io/EFResume/
Requirements
- Xcode 10.2+
- Swift 5.0+
Installation
- Emmmmmmmmmn, install Xcode first;
- Clone the repo with
git clone
command; - Open
EFResume.xcworkspace
with Xcode incore
folder and run.
Or you can run the following command in terminal:
git clone git@github.com:EyreFree/EFResume.git; cd EFResume/core; open EFResume.xcworkspace
Usage
- Open project with Xcode;
- Open
main.swift
source file,edit text in the functioninput
,change it to your own information; - Run this project;
- Open
index.html
file indocs
folder can have a preview; - Commit and push local change to remote;
- Go to GitHub and open
GitHub Pages
in setting, use/docs
as the root path, then you can get your online resume and get the URL at the same time. - Good luck & Enjoy it,
👍
PS: if you get a dyld: Library not loaded: @rpath/libswiftCore.dylib
error, see this.
Author
EyreFree, eyrefree@eyrefree.org
License
EFResume is available under the GPLv3 license. See the LICENSE file for more info.