Skip to content

Commit

Permalink
chore: update for editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Feb 2, 2020
1 parent 310a279 commit db785c3
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"eol-last": ["error", "always"]
},
"extends": ["eslint:recommended"]
}
}
1 change: 0 additions & 1 deletion _sass/common/classes/_display.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
display: none !important;
}
}

2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ TeXt use [Tomorrow](https://github.com/chriskempson/tomorrow-theme) as the highl

| `tomorrow` | `tomorrow-night` | `tomorrow-night-eighties` | `tomorrow-night-blue` | `tomorrow-night-bright` |
| --- | --- | --- | --- | --- |
| ![Tomorrow](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow.png) | ![Tomorrow Night](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night.png) | ![Tomorrow Night Eighties](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night-eighties.png) | ![Tomorrow Night Blue](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night-blue.png) | ![Tomorrow Night Bright](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night-bright.png) |
| ![Tomorrow](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow.png) | ![Tomorrow Night](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night.png) | ![Tomorrow Night Eighties](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night-eighties.png) | ![Tomorrow Night Blue](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night-blue.png) | ![Tomorrow Night Bright](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night-bright.png) |
2 changes: 1 addition & 1 deletion docker/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ services:
- ../_site:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf
depends_on:
- jekyll-text-theme_build
- jekyll-text-theme_build
2 changes: 1 addition & 1 deletion docs/_posts/2016-05-05-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Maruku
: A Markdown-superset converter

Maruku
: Another Markdown-superset converter
: Another Markdown-superset converter
2 changes: 1 addition & 1 deletion docs/_posts/2016-09-01-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ tags: Jekyll

**markdown:**

[TeXt](https://github.com/kitian616/jekyll-TeXt-theme/) is a super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc. Similar to iOS 11 style, it has large and prominent titles, round buttons and cards.
[TeXt](https://github.com/kitian616/jekyll-TeXt-theme/) is a super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc. Similar to iOS 11 style, it has large and prominent titles, round buttons and cards.
2 changes: 1 addition & 1 deletion docs/_sample_page/1.4-sidebar+asdie.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ A post with a left sidebar.

### Header 2.1

## Header 3
## Header 3

0 comments on commit db785c3

Please sign in to comment.