mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 03:18:31 +08:00
Switch to lupyuen.org
This commit is contained in:
parent
45fad2a631
commit
f6276e77b8
1 changed files with 10 additions and 6 deletions
16
README.md
16
README.md
|
@ -2,26 +2,30 @@
|
||||||
|
|
||||||
Please feel free to reproduce and/or translate my articles... And promote IoT Education for all! 🙂
|
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
|
- [`src`](src): Markdown source files for the articles
|
||||||
|
|
||||||
- [`articles`](articles): HTML files generated by rustdoc
|
- [`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
|
# 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
|
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:
|
1. To create your own resume, clone this repository and install the libraries:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/lupyuen/lupyuen.github.io.git
|
git clone https://github.com/lupyuen/lupyuen.github.io
|
||||||
cd lupyuen.github.io
|
cd lupyuen.github.io
|
||||||
ln -s resume.json my.resume.json
|
ln -s resume.json my.resume.json
|
||||||
npm install
|
npm install
|
||||||
|
@ -44,4 +48,4 @@ The articles are mirrored to [Codeberg Pages](https://codeberg.org/lupyuen/pages
|
||||||
scripts/gen-resume-pdf.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/
|
1. Then publish the HTML and PDF resume files to Apache Web Server (HTTPD), Codeberg Pages or GitHub Pages.
|
||||||
|
|
Loading…
Reference in a new issue