Visit Page
1
6
Fork
You've already forked pages
0
Articles by Lup Yuen Lee
  • HTML 99.4%
  • CSS 0.4%
  • Shell 0.1%
2026年07月10日 12:39:05 +08:00
.github
.vscode Update article 2025年01月13日 18:41:09 +08:00
.well-known Sync from lupyuen.github.io 2024年06月16日 12:18:57 +08:00
articles Sheares Bridge Run 2026年07月10日 12:39:05 +08:00
decode-base64
images Update article 2026年02月24日 11:02:56 +08:00
json-to-rss
json-to-sitemap
scripts Regenerated by gen-articles.sh 2026年06月19日 18:29:45 +08:00
src Sheares Bridge Run 2026年07月10日 12:39:05 +08:00
.gitattributes
.gitignore
aliases.js
article-rustdoc-header.html
BingSiteAuth.xml Sync from lupyuen.github.io 2024年12月28日 14:57:24 +08:00
brush.svg
dark.css
down-arrow.svg
favicon.ico
FiraSans-Medium.woff
FiraSans-Regular.woff
FiraSans.txt
google6d406c4a0c762f60.html
index.html Add video 2026年04月21日 11:47:22 +08:00
LICENSE
light.css
lupyuen.pdf Update resume to lupyuen.org 2025年08月21日 11:37:57 +08:00
main.js
normalize.css
noscript.css
nuttx.md Sync from lupyuen.github.io 2024年06月11日 22:59:11 +08:00
package-lock.json
package.json
prism.css
prism.js
README.md Sync from lupyuen.github.io 2025年01月07日 00:07:44 +08:00
resume.json Add video 2026年04月21日 11:47:22 +08:00
robots.txt
rss.xml Add video 2026年04月21日 11:47:22 +08:00
rsstest.xml
rust-logo.png
rustdoc.css Regenerated by gen-articles.sh 2025年01月23日 14:52:24 +08:00
settings.css
settings.js
sitemap.txt
sitemap.xml Add video 2026年04月21日 11:47:22 +08:00
source-script.js
SourceCodePro-Regular.woff
SourceCodePro-Semibold.woff
SourceCodePro.txt
SourceSerifPro-Bold.ttf.woff
SourceSerifPro-It.ttf.woff
SourceSerifPro-Regular.ttf.woff
SourceSerifPro.md
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! 🙂

The articles are mirrored to lupyuen.org, lupyuen.codeberg.page, lupyuen.github.io and codeberg.org.

Lup Yuen's Resume

  1. Lup Yuen's resume at https://lupyuen.org 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
    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. Then publish the HTML and PDF resume files to Apache Web Server (HTTPD), Codeberg Pages or GitHub Pages.