From f6276e77b8a2edc5a246982461fa98697309435a Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Tue, 7 Jan 2025 00:07:31 +0800 Subject: [PATCH] Switch to lupyuen.org --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b29fddb41..bda2ad5f3 100644 --- a/README.md +++ b/README.md @@ -2,26 +2,30 @@ Please feel free to reproduce and/or translate my articles... And promote IoT Education for all! 🙂 -- [List of Articles](https://lupyuen.github.io) +- [List of Articles](https://lupyuen.org) -- [RSS Feed](https://lupyuen.github.io/rss.xml) + [(Codeberg Mirror)](https://lupyuen.codeberg.page) [(GitHub Mirror)](https://lupyuen.github.io) + +- [RSS Feed](https://lupyuen.org/rss.xml) + + [(Codeberg Mirror)](https://lupyuen.codeberg.page/rss.xml) [(GitHub Mirror)](https://lupyuen.github.io/rss.xml) - [`src`](src): Markdown source files for the articles - [`articles`](articles): HTML files generated by rustdoc -The articles are mirrored to [Codeberg Pages](https://codeberg.org/lupyuen/pages) at [lupyuen.codeberg.page](https://lupyuen.codeberg.page/) +The articles are mirrored to [lupyuen.org](https://lupyuen.org), [lupyuen.codeberg.page](https://lupyuen.codeberg.page/), [lupyuen.github.io](https://lupyuen.github.io) and [codeberg.org](https://codeberg.org/lupyuen/pages). # 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 +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 1. To create your own resume, clone this repository and install the libraries: ```bash - git clone https://github.com/lupyuen/lupyuen.github.io.git + git clone https://github.com/lupyuen/lupyuen.github.io cd lupyuen.github.io ln -s resume.json my.resume.json npm install @@ -44,4 +48,4 @@ The articles are mirrored to [Codeberg Pages](https://codeberg.org/lupyuen/pages 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/ +1. Then publish the HTML and PDF resume files to Apache Web Server (HTTPD), Codeberg Pages or GitHub Pages.