Lup Yuen's Articles and Resume
Last updated Jul 4, 2026
81
Stars
15
Forks
8
Issues
0
Stars/day
Attention Score
45
Topics
Language breakdown
HTML 99.4%
CSS 0.4%
Shell 0.1%
Rust 0.1%
JavaScript 0.0%
Batchfile 0.0%
โธ Files
click to expand
README
Lup Yuen's Articles
Please feel free to reproduce and/or translate my articles... And promote IoT Education for all! ๐
(Codeberg Mirror) (GitHub Mirror) (Codeberg Mirror) (GitHub Mirror)-
src: Markdown source files for the articles
-
articles: HTML files generated by rustdoc
Lup Yuen's Resume
- Lup Yuen's resume at https://lupyuen.org is powered by JSON Resume, the interoperable standard format for resumes: https://jsonresume.org
StackOverflow theme: https://www.npmjs.com/package/jsonresume-theme-stackoverflow
- 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
- Edit
my.resume.jsonwith Visual Studio Code and the JSON Resume Extension: https://marketplace.visualstudio.com/items?itemName=reflog.jsonresume
- Configure the JSON Resume theme in the User Settings for Visual Studio Code (change
/Users/Luppyto the folder containinglupyuen.github.io):
"JSONResume.theme": "/Users/Luppy/lupyuen.github.io/node_modules/jsonresume-theme-stackoverflow",
- The JSON Resume Extension only works for files named
*.resume.json, hence we created a symbolic link frommy.resume.jsontoresume.json, which is the filename expected by the command-line tools.
- To generate the HTML (
index.html) and PDF (lupyuen.pdf) resume files, run:
scripts/gen-resume-html.sh
scripts/gen-resume-pdf.sh
- Then publish the HTML and PDF resume files to Apache Web Server (HTTPD), Codeberg Pages or GitHub Pages.
๐ More in this category