Skip to content

Commit 1006f5c

Browse files
authored
Merge pull request #12 from CAU-tion/dev
Add: 이미지 첨부 방식 in README.md, Edit: /assets/images to /assets/img
2 parents 52831e1 + 1e62d6a commit 1006f5c

18 files changed

Lines changed: 18 additions & 1768 deletions

CHANGELOG.md

Lines changed: 0 additions & 1750 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
**2) 프로필 이미지 등록**
3232

33-
`/assets/images/avatar/{Nickname 제목의 이미지 파일}`
33+
`/assets/img/avatar/{Nickname 제목의 이미지 파일}`
3434

3535
위의 경로에 등록하고자 하는 이미지 파일 추가
3636

@@ -74,10 +74,10 @@ front matter 아래부터 블로그 본문 작성. markdown 및 kramdown 형식
7474

7575
<br>
7676

77-
> ### 💡 **Tip**
77+
> ### 💡 **이미지 첨부 방식**
7878
>
79-
> - [Markdown에서 이미지 첨부 using Github issue](https://cau-tion.github.io/etc/Insert-image-in-markdown/)
80-
> - [Notice 사용팁](https://ansohxxn.github.io/blog/notice/)
79+
> 1. `/_posts/img/{Nickname-post_title}` 위치에 파일명 준수하여 이미지 저장 후 참조하여 사용
80+
> 2. [Markdown에서 이미지 첨부 using Github issue](https://cau-tion.github.io/etc/Insert-image-in-markdown/)
8181
8282
<br>
8383

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ description: "중앙대학교 정보보안 동아리 CAUtion의 블로그입니
2525
url: https://cau-tion.github.io
2626
baseurl: # the subpath of your site, e.g. "/blog"
2727
repository: "CAU-tion/CAU-tion.github.io"
28-
teaser: # "/assets/images/logo_mint.jpg"
29-
logo: # "/assets/images/logo_mint.jpg"
28+
teaser: # "/assets/img/logo_mint.jpg"
29+
logo: # "/assets/img/logo_mint.jpg"
3030
masthead_title: # overrides the website title displayed in the masthead, use " " for no title
3131
breadcrumbs: # true, false (default)
3232
words_per_minute: 200
@@ -113,7 +113,7 @@ analytics:
113113
# Site Author
114114
author:
115115
name: "CAUtion"
116-
avatar: "/assets/images/logo_mint.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
116+
avatar: "/assets/img/logo_mint.jpg" # path of avatar image, e.g. "/assets/img/bio-photo.jpg"
117117
bio: "Chung-Ang University Information Security Club"
118118
location: "Seoul, Korea"
119119
email:

_data/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1unaram:
44
name: "1unaram"
55
bio: "CAUtion Member"
6-
avatar: "/assets/images/avatars/1unaram.png"
6+
avatar: "/assets/img/avatars/1unaram.png"
77
links:
88
- label: "Email"
99
icon: "fas fa-fw fa-envelope-square"

_includes/head/custom.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!-- start custom head snippets -->
22

33
<!-- insert favicons. use https://realfavicongenerator.net/ -->
4-
<link rel="icon" type="image/png" href="/assets/images/favicon-96x96.png" sizes="96x96" />
5-
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg" />
6-
<link rel="shortcut icon" href="/assets/images/favicon.ico" />
7-
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png" />
8-
<link rel="manifest" href="/assets/images/site.webmanifest" />
4+
<link rel="icon" type="image/png" href="/assets/img/favicon-96x96.png" sizes="96x96" />
5+
<link rel="icon" type="image/svg+xml" href="/assets/img/favicon.svg" />
6+
<link rel="shortcut icon" href="/assets/img/favicon.ico" />
7+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png" />
8+
<link rel="manifest" href="/assets/img/site.webmanifest" />
99

1010
<!-- end custom head snippets -->

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<head>
99
{% include head.html %}
1010
{% include head/custom.html %}
11-
<link ref="icon" type="image/x-icon" href="/assets/images/logo.ico" />
11+
<link ref="icon" type="image/x-icon" href="/assets/img/logo.ico" />
1212
</head>
1313

1414
<body

_posts/2025-03-04-Insert-image-in-markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ last_modified_at: 2025-03-04
2727
[예시]
2828

2929
```markdown
30-
![CAUtion_logo_mint](/assets/images/cau-tion-logo-mint.png)
30+
![CAUtion_logo_mint](/assets/img/cau-tion-logo-mint.png)
3131

3232
![CAUtion_logo_white](https://cau-tion.com/logo_white.png)
3333
```

0 commit comments

Comments
 (0)