🌐 Live Demo: stanleyshen2003.github.io/me
💻 Original Repository: truethari/reactfolio
- 📦 CD Integration – GitHub Pages deploys on every push
- 🎨 Responsive Layout Fixes – Smoother and cleaner CSS styling
- 📱 Article Categories – Articles now support categorization
- 🧩 Notion Integration – Add notion.css for articles written in Notion
- 🖼️ Album Gallery – Added photo album displayed with styling and navigation
npm install
npm run startTo add a new article:
- Create your component in
src/data/myArticles(e.g.,computerAssembly.js) - Register it in
src/data/articles.js
To add a new album:
- Add your photos into
public/album/#NAME - (Optional) Run
bash public/album/rename.sh #NAME - Create your component in
src/data/myAlbums(e.g.,dragon.js) - Add all your photos by running and copying the result of
src/data/myAlbums/util.mjs - Register it in
src/data/albums.js - Add representation image into
public/album/representative
Have cool ideas or spotted something to improve?
Feel free to open an issue or fork the project and make it your own!
Let’s build something awesome together 💡