- Recommend Website: https://recommend.starbugs.dev/
- Weekly Website: https://starbugs.dev/
- Blog Website: https://medium.com/starbugs
- fork a current repository to your account
- create a new issue via an issue template
- add a new file to directory
posts/contribution
- fork a current repository to your account
- create a new issue via an issue template
- add a new file to directory
posts/conference
- fork a current repository to your account
- create a new issue via an issue template
- add a new file to directory
posts/activity
If you contribute this repo first-time, you should add information to _data/metadata.json
to keep the article working fine.
...
"contributors": {
"starbugs": {
"name": "starbugs",
"intro": "星巴哥技術週刊",
"avatarUrl": "/img/authors/starbugs_logo.png",
"site": "https://starbugs.dev/"
}
},
...
- Add your avatar to
img/authors
. - create a personal post template for yourself
- modify the name
- The avatar should work on a post list, a post page, and the about page.
You could also see the document of contribution detail. There are some images to help you understand the workflow.
npm install
npm run watch
Deployment is trigger by release.