File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "files" : [
3
+ " README.md"
4
+ ],
5
+ "imageSize" : 100 ,
6
+ "commit" : false ,
7
+ "contributors" : [
8
+ {
9
+ "login" : " l2hyunwoo" ,
10
+ "name" : " Hyun-Woo Lee" ,
11
+ "avatar_url" : " https://avatars.githubusercontent.com/u/54518925?v=4" ,
12
+ "profile" : " http://velog.io/@l2hyunwoo" ,
13
+ "contributions" : [
14
+ " doc"
15
+ ]
16
+ }
17
+ ],
18
+ "contributorsPerLine" : 7 ,
19
+ "projectName" : " Blog" ,
20
+ "projectOwner" : " SOPTAndroidAdvancedStudy" ,
21
+ "repoType" : " github" ,
22
+ "repoHost" : " https://github.com" ,
23
+ "skipCi" : true
24
+ }
Original file line number Diff line number Diff line change 1
1
# Blog
2
+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors- )
4
+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
2
5
3
6
안드로이드 공부한걸 팀 블로그에 Publish 해보자
4
7
7
10
| Week| Subject| Publisher|
8
11
| :------:| :------:| :------:|
9
12
| 1| Android Framework| @l2hyunwoo |
13
+
14
+ ## Contributors ✨
15
+
16
+ Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
17
+
18
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
19
+ <!-- prettier-ignore-start -->
20
+ <!-- markdownlint-disable -->
21
+ <table >
22
+ <tr >
23
+ <td align="center"><a href="http://velog.io/@l2hyunwoo"><img src="https://avatars.githubusercontent.com/u/54518925?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hyun-Woo Lee</b></sub></a><br /><a href="https://github.com/SOPTAndroidAdvancedStudy/Blog/commits?author=l2hyunwoo" title="Documentation">📖</a></td>
24
+ </tr >
25
+ </table >
26
+
27
+ <!-- markdownlint-restore -->
28
+ <!-- prettier-ignore-end -->
29
+
30
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
31
+
32
+ This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
You can’t perform that action at this time.
0 commit comments