.github | ||
.vscode | ||
.well-known | ||
articles | ||
decode-base64 | ||
images | ||
json-to-rss | ||
json-to-sitemap | ||
scripts | ||
src | ||
.gitattributes | ||
.gitignore | ||
aliases.js | ||
brush.svg | ||
dark.css | ||
down-arrow.svg | ||
favicon.ico | ||
FiraSans-Medium.woff | ||
FiraSans-Regular.woff | ||
FiraSans.txt | ||
google6d406c4a0c762f60.html | ||
index.html | ||
LICENSE | ||
light.css | ||
lupyuen.pdf | ||
main.js | ||
normalize.css | ||
noscript.css | ||
nuttx.md | ||
package-lock.json | ||
package.json | ||
prism.css | ||
prism.js | ||
README.md | ||
resume.json | ||
robots.txt | ||
rss.xml | ||
rsstest.xml | ||
rust-logo.png | ||
rustdoc.css | ||
settings.css | ||
settings.js | ||
sitemap.txt | ||
sitemap.xml | ||
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
-
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 -
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.json
with 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/Luppy
to 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.json
toresume.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.