Skip to content

Commit 3e46c5c

Browse files
committed
style: desktop-largest 제거
1 parent 422a878 commit 3e46c5c

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ More info: [Writing](https://hexo.io/docs/writing.html)
4747
$ npm run deploy
4848
```
4949

50+
## clean
51+
52+
최신 소스 배포가 안될때, 캐시 파일 (db.json) 및 생성된 파일들 (public) 을 삭제 후 재시도 합니다.
53+
54+
```bash
55+
$ npm run clean
56+
```
57+
5058
## 커밋 코멘트 작성룰
5159

5260
- chore: Other changes that don't modify src or test files
@@ -68,11 +76,8 @@ $ npm run deploy
6876
- [Hexo 기본 사용법](https://futurecreator.github.io/2016/06/21/hexo-basic-usage/)
6977
- [이모지](https://getemoji.com)
7078

71-
7279
## 괜찮은 블로그 테마 찾기
7380

7481
- https://github.com/next-theme/hexo-theme-next (사용중)
7582
- https://blog.zhangruipeng.me/hexo-theme-hueman
7683
- https://blog.zhangruipeng.me/hexo-theme-icarus
77-
78-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cross-code-blog",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"private": true,
55
"hexo": {
66
"version": "3.9.0"

themes/next/source/css/_mixins/base.styl

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,11 @@ desktop-large() {
5858
}
5959
}
6060

61-
/*
6261
desktop-largest() {
6362
@media (min-width: 1600px) {
64-
{block}
63+
// nothing
6564
}
6665
}
67-
*/
6866

6967
circle() {
7068
border-radius: 50%;

0 commit comments

Comments
 (0)