Skip to content

Commit

Permalink
opti: script to js file, close kitian616#42
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Apr 6, 2018
1 parent 7aa6b2b commit d163367
Show file tree
Hide file tree
Showing 22 changed files with 3,407 additions and 1,271 deletions.
19 changes: 19 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"env": {
"browser": true,
"jquery": true

},
"rules": {
"no-console": "off",
"semi": ["error", "always"],
"quotes": ["error", "single"],
"comma-dangle": ["error", "never"],
"block-scoped-var": "error",
"default-case": "error",
"no-extra-bind": "error",
"camelcase": "error",

},
"extends": ["eslint:recommended"]
}
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TeXt is a succinct theme for blogging. Similar to iOS 11 style, it has large and
- Table of contents
- Tag
- Search
- Reading quantity ([LeanCloud](https://leancloud.cn/))
- Page views ([LeanCloud](https://leancloud.cn/))
- Emoji ([Jemoji](https://github.com/jekyll/jemoji))
- Comment ([Disqus](https://disqus.com/))
- Google Analytics
Expand Down
244 changes: 0 additions & 244 deletions _includes/scripts/all.html

This file was deleted.

Loading

0 comments on commit d163367

Please sign in to comment.