File tree 3 files changed +10
-7
lines changed
themes/next/source/css/_mixins
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,14 @@ More info: [Writing](https://hexo.io/docs/writing.html)
47
47
$ npm run deploy
48
48
```
49
49
50
+ ## clean
51
+
52
+ 최신 소스 배포가 안될때, 캐시 파일 (db.json) 및 생성된 파일들 (public) 을 삭제 후 재시도 합니다.
53
+
54
+ ``` bash
55
+ $ npm run clean
56
+ ```
57
+
50
58
## 커밋 코멘트 작성룰
51
59
52
60
- chore: Other changes that don't modify src or test files
@@ -68,11 +76,8 @@ $ npm run deploy
68
76
- [ Hexo 기본 사용법] ( https://futurecreator.github.io/2016/06/21/hexo-basic-usage/ )
69
77
- [ 이모지] ( https://getemoji.com )
70
78
71
-
72
79
## 괜찮은 블로그 테마 찾기
73
80
74
81
- https://github.com/next-theme/hexo-theme-next (사용중)
75
82
- https://blog.zhangruipeng.me/hexo-theme-hueman
76
83
- https://blog.zhangruipeng.me/hexo-theme-icarus
77
-
78
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cross-code-blog" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"private" : true ,
5
5
"hexo" : {
6
6
"version" : " 3.9.0"
Original file line number Diff line number Diff line change @@ -58,13 +58,11 @@ desktop-large() {
58
58
}
59
59
}
60
60
61
- /*
62
61
desktop-largest () {
63
62
@media (min-width : 1600px ) {
64
- {block}
63
+ // nothing
65
64
}
66
65
}
67
- */
68
66
69
67
circle () {
70
68
border-radius : 50% ;
You can’t perform that action at this time.
0 commit comments