Commit Graph

9 Commits

Author SHA1 Message Date
DIYgod a002648819
feat: support multiple twitter key 2019-06-10 19:23:25 +08:00
DIYgod a8a4c050f6
docs: add icon, move logo.png 2019-04-23 15:03:58 +08:00
DIYgod 30fa5bb68f
add env NODE_MODULES_CACHE=false for heroku to aviod redeploy crash 2018-11-19 03:27:47 +08:00
DIYgod 2008e4dbae
update dependencies; remove newrelic to compatible with node v11.x 2018-11-19 02:32:13 +08:00
DIYgod b00b5c81e6
specifying node version in heroku, try to fix deploy crash 2018-11-19 02:06:31 +08:00
DIYgod 021ce942a6
docs: change description 2018-06-07 01:23:11 +08:00
DIYgod c3e3aebbdf
docs: new domain 2018-05-21 22:44:13 +08:00
さくら 49de384d2e feat: add prettier and commit hooks (#144)
* feat: add prettier and commit hooks

* style(*): prettier format

* fix(eslint): parsing error: Unexpected token ...

* style(eslint): eslint --fix

* style(bilibili): fix `no-undef` and `no-unused-vars`

* style(jiandan): fix eqeqeq

* style(pixiv): disable `no-constant-condition` rule for eslint

* fix(pixiv): use template string

* style(toutiao): remove unused variables

* style(weibo): use `forEach` instead of `map`

The array has no return value, you should use `forEach` instead of `map`

* chore(hooks): add eslint hooks

* chore(hooks): switch from husky to yorkie

* style(zhihu): prettier format

* style(docs): fix vuepress custom container

https://vuepress.vuejs.org/guide/markdown.html#custom-containers

* chore(prettier): set a more reasonable `printWidth` value

* style(*): better prettier format
2018-05-17 10:52:29 +08:00
cdpath 7efe082554 Deploy to Heroku (#117)
* Specify Node.js version

* Deploy to Heroku
2018-05-14 15:47:14 +08:00