Lup Yuen's Articles https://lupyuen.org
Find a file
2022-01-02 14:08:49 +00:00
.github
.vscode
articles Commit from GitHub Actions 2022-01-02 14:08:49 +00:00
decode-base64
images Update article 2022-01-02 14:31:17 +08:00
json-to-rss
scripts Add new article 2021-12-30 10:57:14 +08:00
src Update article 2022-01-02 22:07:46 +08:00
.gitattributes
.gitignore Update image 2021-11-18 08:49:36 +08:00
aliases.js
brush.svg
dark.css
down-arrow.svg
favicon.ico
FiraSans-LICENSE.txt
FiraSans-Medium.woff
FiraSans-Regular.woff
google6d406c4a0c762f60.html
index.html Update resume 2021-12-22 10:12:52 +08:00
LICENSE
light.css
lupyuen.pdf Update resume 2021-12-22 10:12:52 +08:00
main.js
normalize.css
noscript.css
package-lock.json
package.json
prism.css
prism.js
README.md
resume.json Update article 2021-12-21 20:38:43 +08:00
rss.xml Update resume 2021-12-22 10:12:52 +08:00
rsstest.xml
rust-logo.png
rustdoc.css
settings.css
settings.js
sitemap.txt
source-script.js
SourceCodePro-LICENSE.txt
SourceCodePro-Regular.woff
SourceCodePro-Semibold.woff
SourceSerifPro-Bold.ttf.woff
SourceSerifPro-It.ttf.woff
SourceSerifPro-LICENSE.md
SourceSerifPro-Regular.ttf.woff
storage.js
theme.js
wheel.svg

Lup Yuen's Articles

Please feel free to reproduce and/or translate my articles... And promote IoT Education for all! 🙂

Lup Yuen's Resume

  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/