Lup Yuen's Articles https://lupyuen.org
Find a file
2025-01-10 10:51:27 +00:00
.github
.vscode
.well-known Add Discord 2024-06-16 12:31:37 +08:00
articles Commit from GitHub Actions 2025-01-10 10:51:27 +00:00
decode-base64
images Update article 2025-01-10 09:43:49 +08:00
json-to-rss
json-to-sitemap Update resume 2023-07-28 07:03:33 +08:00
scripts Sync from lupyuen.org 2025-01-10 12:12:34 +08:00
src Update article 2025-01-10 18:50:39 +08:00
.gitattributes Binary format for .pptx 2023-09-28 13:22:14 +08:00
.gitignore
aliases.js
brush.svg
dark.css Lighter Link for Dark CSS 2023-11-23 18:17:55 +08:00
down-arrow.svg
favicon.ico
FiraSans-Medium.woff
FiraSans-Regular.woff
FiraSans.txt
google6d406c4a0c762f60.html
index.html Update article 2025-01-05 03:07:51 +08:00
LICENSE
light.css Darker Link for Light CSS. Lighter Link for Dark CSS. 2023-11-23 17:44:55 +08:00
lupyuen.pdf Update resume 2024-05-05 06:58:22 +08:00
main.js
normalize.css Add table font-size 90% 2023-11-18 14:27:53 +08:00
noscript.css
nuttx.md Update Slides and Videos for NuttX Workshop 2024 2024-06-11 22:59:06 +08:00
package-lock.json Tested OK on latest macOS 2024-05-15 18:56:25 +08:00
package.json
prism.css Increase code contrast 2024-01-19 14:00:00 +08:00
prism.js Add PureScript 2024-02-28 19:32:12 +08:00
README.md Switch to lupyuen.org 2025-01-07 00:07:31 +08:00
resume.json Update article 2025-01-08 22:01:02 +08:00
robots.txt
rss.xml Update article 2025-01-05 03:07:51 +08:00
rsstest.xml
rust-logo.png
rustdoc.css Reduce code font size from 1.0rem to 0.9rem. Undo reduce font size from 1.0rem to 0.9rem. 2024-12-27 08:42:49 +08:00
settings.css
settings.js
sitemap.txt
sitemap.xml Update article 2025-01-05 03:07:51 +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.