Lup Yuen's Articles https://lupyuen.org
Find a file
2020-09-12 23:13:10 +08:00
.vscode Added Mac scripts 2018-07-25 08:15:48 +08:00
decode-base64 Output MAC Address and Manufacturer Data 2020-07-05 11:55:34 +08:00
images Shorten resume 2020-09-12 23:13:10 +08:00
json-to-rss Added RSS 2020-05-18 17:12:34 +08:00
scripts Added RSS 2020-05-18 17:12:34 +08:00
.gitignore Added base64 decoding 2020-07-04 19:33:45 +08:00
google6d406c4a0c762f60.html Updated for Google Search 2018-07-25 10:03:00 +08:00
index.html Shorten resume 2020-09-12 23:13:10 +08:00
lupyuen.pdf Shorten resume 2020-09-12 23:13:10 +08:00
package-lock.json First version 2018-07-25 00:15:37 +08:00
package.json First version 2018-07-25 00:15:37 +08:00
README.md Updated readme 2018-07-25 09:40:01 +08:00
resume.json Shorten resume 2020-09-12 23:13:10 +08:00
rss.xml Shorten resume 2020-09-12 23:13:10 +08:00
sitemap.txt Added sitemap 2018-07-25 10:16:07 +08:00

  1. Lup Yuen's resume at https://lupyuen.github.io is powered by JSON Resume, the interoperable standard format for resumes: https://jsonresume.org

    The resume uses the StackOverflow theme: https://www.npmjs.com/package/jsonresume-theme-stackoverflow

  2. To create your own resume, clone this repository and install the libraries:

    git clone https://github.com/lupyuen/lupyuen.github.io.git
    cd lupyuen.github.io
    ln -s resume.json my.resume.json
    npm install
    
  3. Edit my.resume.json with Visual Studio Code and the JSON Resume Extension: https://marketplace.visualstudio.com/items?itemName=reflog.jsonresume

  4. Configure the JSON Resume theme in the User Settings for Visual Studio Code (change /Users/Luppy to the folder containing lupyuen.github.io):

    "JSONResume.theme": "/Users/Luppy/lupyuen.github.io/node_modules/jsonresume-theme-stackoverflow",
    
  5. The JSON Resume Extension only works for files named *.resume.json, hence we created a symbolic link from my.resume.json to resume.json, which is the filename expected by the command-line tools.

  6. To generate the HTML (index.html) and PDF (lupyuen.pdf) resume files, run:

    scripts/gen-resume-html.sh
    scripts/gen-resume-pdf.sh
    
  7. To publish the HTML and PDF resume files to GitHub Pages (like https://lupyuen.github.io), check out https://pages.github.com/