Skip to content

StarBugsWeekly/recommended_article

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarBugs Weekly

Netlify Status

Contribution

Contribute recommend article

  1. fork a current repository to your account
  2. create a new issue via an issue template
  3. add a new file to directory posts/contribution

Contribute a conference

  1. fork a current repository to your account
  2. create a new issue via an issue template
  3. add a new file to directory posts/conference

Contribute an activity

  1. fork a current repository to your account
  2. create a new issue via an issue template
  3. add a new file to directory posts/activity

First-time contribution

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/"
    }
  },
  ...
  1. Add your avatar to img/authors.
  2. create a personal post template for yourself
  3. modify the name
  4. 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.

Development

npm install
npm run watch

Deployment

Deployment is trigger by release.

Reference

the project forks from the following projects: