Lup Yuen's Articles https://lupyuen.org
Find a file
2021-12-31 09:09:16 +00:00
.github Don't run workflow on PR 2021-04-18 18:33:25 +08:00
.vscode Update article 2021-01-25 22:37:22 +08:00
articles Commit from GitHub Actions 2021-12-31 09:09:16 +00:00
decode-base64 Output MAC Address and Manufacturer Data 2020-07-05 11:55:34 +08:00
images Add images 2021-12-31 09:45:08 +08:00
json-to-rss Fix RSS 2021-04-05 15:50:51 +08:00
scripts Add new article 2021-12-30 10:57:14 +08:00
src Update article 2021-12-31 17:08:20 +08:00
.gitattributes PSD files are binary 2021-08-16 09:43:00 +08:00
.gitignore Update image 2021-11-18 08:49:36 +08:00
aliases.js Add articles 2020-11-27 17:00:55 +08:00
brush.svg Add articles 2020-11-27 17:00:55 +08:00
dark.css Add articles 2020-11-27 17:00:55 +08:00
down-arrow.svg Add articles 2020-11-27 17:00:55 +08:00
favicon.ico Add articles 2020-11-27 17:00:55 +08:00
FiraSans-LICENSE.txt Add articles 2020-11-27 17:00:55 +08:00
FiraSans-Medium.woff Add articles 2020-11-27 17:00:55 +08:00
FiraSans-Regular.woff Add articles 2020-11-27 17:00:55 +08:00
google6d406c4a0c762f60.html Updated for Google Search 2018-07-25 10:03:00 +08:00
index.html Update resume 2021-12-22 10:12:52 +08:00
LICENSE Add licence 2020-11-30 01:09:06 +08:00
light.css Add articles 2020-11-27 17:00:55 +08:00
lupyuen.pdf Update resume 2021-12-22 10:12:52 +08:00
main.js Add articles 2020-11-27 17:00:55 +08:00
normalize.css Add articles 2020-11-27 17:00:55 +08:00
noscript.css Add articles 2020-11-27 17:00:55 +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
prism.css Add Prism.js support for cmake, lisp, lua, makefile, toml, uri, yaml 2021-10-05 18:10:31 +08:00
prism.js Add Prism.js support for cmake, lisp, lua, makefile, toml, uri, yaml 2021-10-05 18:10:31 +08:00
README.md Update README.md 2021-01-15 18:00:17 +08:00
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 Test RSS 2021-04-05 15:29:39 +08:00
rust-logo.png Add articles 2020-11-27 17:00:55 +08:00
rustdoc.css Add articles 2020-11-27 17:00:55 +08:00
settings.css Add articles 2020-11-27 17:00:55 +08:00
settings.js Add articles 2020-11-27 17:00:55 +08:00
sitemap.txt Added sitemap 2018-07-25 10:16:07 +08:00
source-script.js Add articles 2020-11-27 17:00:55 +08:00
SourceCodePro-LICENSE.txt Add articles 2020-11-27 17:00:55 +08:00
SourceCodePro-Regular.woff Add articles 2020-11-27 17:00:55 +08:00
SourceCodePro-Semibold.woff Add articles 2020-11-27 17:00:55 +08:00
SourceSerifPro-Bold.ttf.woff Add articles 2020-11-27 17:00:55 +08:00
SourceSerifPro-It.ttf.woff Add articles 2020-11-27 17:00:55 +08:00
SourceSerifPro-LICENSE.md Add articles 2020-11-27 17:00:55 +08:00
SourceSerifPro-Regular.ttf.woff Add articles 2020-11-27 17:00:55 +08:00
storage.js Add articles 2020-11-27 17:00:55 +08:00
theme.js Add articles 2020-11-27 17:00:55 +08:00
wheel.svg Add articles 2020-11-27 17:00:55 +08:00

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/