# lupyuen.github.io **Repository Path**: lupyuen/lupyuen.github.io ## Basic Information - **Project Name**: lupyuen.github.io - **Description**: Lup Yuen's Articles - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://lupyuen.github.io/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-08 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: IOT, embedded, riscv, Rust, bl602 ## README # Lup Yuen's Articles Please feel free to reproduce and/or translate my articles... And promote IoT Education for all! 🙂 - [List of Articles](https://lupyuen.github.io) - [RSS Feed](https://lupyuen.github.io/rss.xml) - [`src`](src): Markdown source files for the articles - [`articles`](articles): HTML files generated by rustdoc # 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 1. To create your own resume, clone this repository and install the libraries: ```bash git clone https://github.com/lupyuen/lupyuen.github.io.git cd lupyuen.github.io ln -s resume.json my.resume.json npm install ``` 1. Edit `my.resume.json` with __Visual Studio Code__ and the __JSON Resume Extension__: https://marketplace.visualstudio.com/items?itemName=reflog.jsonresume 1. Configure the JSON Resume theme in the User Settings for Visual Studio Code (change `/Users/Luppy` to the folder containing `lupyuen.github.io`): ```text "JSONResume.theme": "/Users/Luppy/lupyuen.github.io/node_modules/jsonresume-theme-stackoverflow", ``` 1. 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. 1. To generate the HTML (`index.html`) and PDF (`lupyuen.pdf`) resume files, run: ```bash scripts/gen-resume-html.sh scripts/gen-resume-pdf.sh ``` 1. To publish the HTML and PDF resume files to GitHub Pages (like https://lupyuen.github.io), check out https://pages.github.com/