Silakan mereproduksi dan/atau menerjemahkan artikel saya ... dan mempromosikan pendidikan IoT untuk semua! ?
Daftar artikel
Feed RSS
src : File Sumber Markdown untuk Artikel
articles : File HTML yang dihasilkan oleh RustDoc
Artikel dicerminkan ke halaman CodeBerg di lupyuen.codeberg.page
Resume Lup Yuen di https://lupyuen.github.io ditenagai oleh resume json , format standar yang dapat dioperasikan untuk resume: https://jsonresume.org
Resume menggunakan tema StackOverflow : https://www.npmjs.com/package/jsonresume-theme-stackoverflow
Untuk membuat resume Anda sendiri, klon repositori ini dan instal perpustakaan:
git clone https://github.com/lupyuen/lupyuen.github.io.git
cd lupyuen.github.io
ln -s resume.json my.resume.json
npm install Edit my.resume.json dengan kode studio visual dan ekstensi resume JSON : https://marketplace.visualstudio.com/items?itemname=reflog.jsonresume
Konfigurasikan tema resume JSON di pengaturan pengguna untuk kode studio visual (ubah /Users/Luppy ke folder yang berisi lupyuen.github.io ):
"JSONResume.theme": "/Users/Luppy/lupyuen.github.io/node_modules/jsonresume-theme-stackoverflow",
Ekstensi resume JSON hanya berfungsi untuk file bernama *.resume.json , maka kami membuat tautan simbolik dari my.resume.json ke resume.json , yang merupakan nama file yang diharapkan oleh alat baris perintah.
Untuk menghasilkan html ( index.html ) dan pdf ( lupyuen.pdf ) melanjutkan file, jalankan:
scripts/gen-resume-html.sh
scripts/gen-resume-pdf.shUntuk menerbitkan file resume HTML dan PDF ke halaman github (seperti https://lupyuen.github.io), lihat https://pages.github.com/