Lup Yuen's Articles https://lupyuen.org
Find a file
2023-07-03 11:54:42 +08:00
.github
.vscode Sync from lupyuen.github.io to lupyuen.codeberg.pages 2023-05-18 15:21:12 +08:00
articles Commit from GitHub Actions 2023-07-03 03:42:32 +00:00
decode-base64
images Delete unused images 2023-07-03 11:54:42 +08:00
json-to-rss
json-to-sitemap Fix sitemap 2023-04-19 20:59:29 +08:00
scripts Update article 2023-07-03 09:55:00 +08:00
src Delete unused images 2023-07-03 11:54:42 +08:00
.gitattributes Sync from lupyuen.github.io to lupyuen.codeberg.pages 2023-05-18 15:21:12 +08:00
.gitignore Adding sitemap 2023-04-19 20:09:54 +08:00
aliases.js
brush.svg
dark.css Set Theme Picker to semi transparent 2022-01-29 23:41:15 +08:00
down-arrow.svg
favicon.ico
FiraSans-Medium.woff
FiraSans-Regular.woff
FiraSans.txt R_PIO, R_PWM and R_RSB are implemented in the Allwinner A100 Coprocessor 2023-04-19 07:09:36 +08:00
google6d406c4a0c762f60.html
index.html Update resume 2023-06-29 09:26:49 +08:00
LICENSE R_PIO, R_PWM and R_RSB are implemented in the Allwinner A100 Coprocessor 2023-04-19 07:04:20 +08:00
light.css Set Theme Picker to semi transparent 2022-01-29 23:41:15 +08:00
lupyuen.pdf Update resume 2023-06-29 09:26:49 +08:00
main.js
normalize.css
noscript.css
nuttx.md Update videos 2022-09-26 13:57:43 +08:00
package-lock.json
package.json
prism.css Add Zig formatting 2022-05-31 16:38:17 +08:00
prism.js Add Zig formatting 2022-05-31 16:38:17 +08:00
README.md Sync from lupyuen.github.io to lupyuen.codeberg.pages 2023-05-18 15:58:05 +08:00
resume.json Update resume 2023-06-29 09:26:49 +08:00
robots.txt Add sitemap 2023-04-19 20:26:09 +08:00
rss.xml Update resume 2023-06-29 09:26:49 +08:00
rsstest.xml
rust-logo.png
rustdoc.css
settings.css
settings.js
sitemap.txt
sitemap.xml Update resume 2023-06-29 09:26:49 +08:00
source-script.js
SourceCodePro-Regular.woff
SourceCodePro-Semibold.woff
SourceCodePro.txt R_PIO, R_PWM and R_RSB are implemented in the Allwinner A100 Coprocessor 2023-04-19 06:57:48 +08:00
SourceSerifPro-Bold.ttf.woff
SourceSerifPro-It.ttf.woff
SourceSerifPro-Regular.ttf.woff
SourceSerifPro.md R_PIO, R_PWM and R_RSB are implemented in the Allwinner A100 Coprocessor 2023-04-19 06:57:48 +08:00
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 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/