Lup Yuen's Articles https://lupyuen.org
Find a file
2022-03-28 11:16:16 +08:00
.github
.vscode Fix Windows task 2022-02-07 09:28:39 +08:00
articles Commit from GitHub Actions 2022-03-27 12:27:16 +00:00
decode-base64
images Add images 2022-03-28 11:16:16 +08:00
json-to-rss
scripts Add article 2022-03-27 13:01:29 +08:00
src Update article 2022-03-27 20:25:27 +08:00
.gitattributes
.gitignore
aliases.js
brush.svg
dark.css Set Theme Picker to semi transparent 2022-01-29 23:41:15 +08:00
down-arrow.svg
favicon.ico
FiraSans-LICENSE.txt
FiraSans-Medium.woff
FiraSans-Regular.woff
google6d406c4a0c762f60.html
index.html Update resume 2022-03-21 18:01:52 +08:00
LICENSE
light.css Set Theme Picker to semi transparent 2022-01-29 23:41:15 +08:00
lupyuen.pdf Update resume 2022-03-21 18:01:52 +08:00
main.js
normalize.css
noscript.css
package-lock.json
package.json
prism.css
prism.js
README.md
resume.json Update resume 2022-03-21 17:56:23 +08:00
rss.xml Update resume 2022-03-21 18:01: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/