Skip to content

chendachao/chendachao.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Pages Netlify Status JavaScript Style Guide W3C Validation

The above badges are generated by https://shields.io/

Websites

Screenshots:

Dark theme screenshot Light theme screenshot

Performance

TODOs:

  • JSON description for developer view
  • More social icons
  • Share on Wechat, QQ, twitter and so on.
  • Show rainbow sometimes.
  • FM/Music section.
  • My projects section.
  • Intro for all sections.
  • Change them to gray on specific day.
  • [PWA] Update event subscribe with push/notifications API, recommend a 'Subscribe' button
  • [PWA] Update alert
  • [Sentry] Upload all sourcemaps to Sentry
  • Comments

PWA Debug:

  1. Run command yarn build:w.
  2. Then run command yarn serve.
  3. Make some changes, then refresh the page

References

Note

Commit Message

type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]

type(scope?): subject
body?
footer?

Branches

dev -> main -> gh-pages

Husky

npx husky add .husky/commit-msg "yarn commitlint --edit $1"