Lup Yuen's Articles https://lupyuen.org
Find a file
2022-06-23 15:13:45 +08:00
.github Don't run workflow on PR 2021-04-18 18:33:25 +08:00
.vscode Fix Windows task 2022-02-07 09:28:39 +08:00
articles Commit from GitHub Actions 2022-06-17 04:18:23 +00:00
decode-base64
images Add images 2022-06-23 15:13:45 +08:00
json-to-rss Fix RSS 2021-04-05 15:50:51 +08:00
scripts Add article 2022-06-09 11:35:53 +08:00
src Add reflection 2022-06-17 12:16:59 +08:00
.gitattributes Fix KVDAT 2022-04-12 10:10:31 +08:00
.gitignore Update image 2021-11-18 08:49:36 +08:00
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-06-14 11:19:56 +08:00
LICENSE
light.css Set Theme Picker to semi transparent 2022-01-29 23:41:15 +08:00
lupyuen.pdf Update resume 2022-06-14 11:19:56 +08:00
main.js
normalize.css
noscript.css
package-lock.json
package.json
prism.css Add Zig formatting 2022-05-31 16:38:17 +08:00
prism.js Add Zig formatting 2022-05-31 16:38:17 +08:00
README.md Update README.md 2021-01-15 18:00:17 +08:00
resume.json Update resume 2022-06-14 01:31:04 +08:00
rss.xml Update resume 2022-06-14 11:19:56 +08:00
rsstest.xml Test RSS 2021-04-05 15:29:39 +08:00
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/