Unofficial mirror of lupyuen.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Lee Lup Yuen ea213234c4
Commit from GitHub Actions
18 hours ago
.github Don't run workflow on PR 2 years ago
.vscode Sync from lupyuen.github.io to lupyuen.codeberg.pages 2 weeks ago
articles Commit from GitHub Actions 18 hours ago
decode-base64 Output MAC Address and Manufacturer Data 3 years ago
images Touch OK 1 day ago
json-to-rss Fix RSS 2 years ago
json-to-sitemap Fix sitemap 1 month ago
scripts Add article 5 days ago
src Touch OK 18 hours ago
.gitattributes Sync from lupyuen.github.io to lupyuen.codeberg.pages 2 weeks ago
.gitignore Adding sitemap 1 month ago
FiraSans-Medium.woff Add articles 3 years ago
FiraSans-Regular.woff Add articles 3 years ago
FiraSans.txt R_PIO, R_PWM and R_RSB are implemented in the Allwinner A100 Coprocessor 1 month ago
LICENSE R_PIO, R_PWM and R_RSB are implemented in the Allwinner A100 Coprocessor 1 month ago
README.md Sync from lupyuen.github.io to lupyuen.codeberg.pages 2 weeks ago
SourceCodePro-Regular.woff Add articles 3 years ago
SourceCodePro-Semibold.woff Add articles 3 years ago
SourceCodePro.txt R_PIO, R_PWM and R_RSB are implemented in the Allwinner A100 Coprocessor 1 month ago
SourceSerifPro-Bold.ttf.woff Add articles 3 years ago
SourceSerifPro-It.ttf.woff Add articles 3 years ago
SourceSerifPro-Regular.ttf.woff Add articles 3 years ago
SourceSerifPro.md R_PIO, R_PWM and R_RSB are implemented in the Allwinner A100 Coprocessor 1 month ago
aliases.js Add articles 3 years ago
brush.svg Add articles 3 years ago
dark.css Set Theme Picker to semi transparent 1 year ago
down-arrow.svg Add articles 3 years ago
favicon.ico Add articles 3 years ago
google6d406c4a0c762f60.html Updated for Google Search 5 years ago
index.html Update resume 4 days ago
light.css Set Theme Picker to semi transparent 1 year ago
lupyuen.pdf Update resume 4 days ago
main.js Add articles 3 years ago
normalize.css Add articles 3 years ago
noscript.css Add articles 3 years ago
nuttx.md Update videos 8 months ago
package-lock.json First version 5 years ago
package.json First version 5 years ago
prism.css Add Zig formatting 1 year ago
prism.js Add Zig formatting 1 year ago
resume.json Update resume 4 days ago
robots.txt Add sitemap 1 month ago
rss.xml Update resume 4 days ago
rsstest.xml Test RSS 2 years ago
rust-logo.png Add articles 3 years ago
rustdoc.css Add articles 3 years ago
settings.css Add articles 3 years ago
settings.js Add articles 3 years ago
sitemap.txt Added sitemap 5 years ago
sitemap.xml Update resume 4 days ago
source-script.js Add articles 3 years ago
storage.js Add articles 3 years ago
theme.js Add articles 3 years ago
wheel.svg Add articles 3 years ago

README.md

Lup Yuen's Articles

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

The articles are mirrored to Codeberg Pages at lupyuen.codeberg.page

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/