Skip to content

Commit 059f37a

Browse files
codelaboriBug
andauthored
Fix some social icon colors and missing Korean translations (#5103)
* icon color: bluesky, instagram, threads, tiktok, x, youtube * toc label korean * Modifying awkward expressions * height alignment of toc and h2 does not match when using aside * add if condition for author urls wrapper * Revert "height alignment of toc and h2 does not match when using aside" This reverts commit 0133857. * Revert "height alignment of toc and h2 does not match when using aside" This reverts commit 0133857. * vertical alignment for first content * Typo * Fix indentation in _page.scss for vertical alignment * Remove conditional check for author in profile --------- Co-authored-by: iBug <git@ibugone.com>
1 parent e124e66 commit 059f37a

File tree

4 files changed

+21
-13
lines changed

4 files changed

+21
-13
lines changed

_data/ui-text.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -601,11 +601,11 @@ ko: &DEFAULT_KO
601601
page : "페이지"
602602
pagination_previous : "이전"
603603
pagination_next : "다음"
604-
breadcrumb_home_label : "Home"
604+
breadcrumb_home_label : ""
605605
breadcrumb_separator : "/"
606606
menu_label : "토글 메뉴"
607607
search_label :
608-
toc_label : "On This Page"
608+
toc_label : "목차"
609609
ext_link_label : "직접 링크"
610610
less_than : "최대"
611611
minute_read : "분 소요"
@@ -614,17 +614,17 @@ ko: &DEFAULT_KO
614614
tags_label : "태그:"
615615
categories_label : "카테고리:"
616616
date_label : "업데이트:"
617-
comments_label : "댓글남기기"
617+
comments_label : "댓글 남기기"
618618
comments_title : "댓글"
619619
more_label : "더 보기"
620620
related_label : "참고"
621621
follow_label : "팔로우:"
622622
feed_label : "피드"
623-
powered_by : "Powered by"
623+
powered_by : "제작 지원: "
624624
website_label : "웹사이트"
625625
email_label : "이메일"
626626
recent_posts : "최근 포스트"
627-
undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
627+
undefined_wpm : "_config.yml 파일에 words_per_minute 값이 설정되어 있지 않습니다."
628628
comment_form_info : "이메일은 공개되지 않습니다. 작성 필요 필드:"
629629
comment_form_comment_label : "댓글"
630630
comment_form_md_info : "마크다운을 지원합니다."
@@ -633,11 +633,11 @@ ko: &DEFAULT_KO
633633
comment_form_website_label : "웹사이트(선택사항)"
634634
comment_btn_submit : "댓글 등록"
635635
comment_btn_submitted : "등록됨"
636-
comment_success_msg : "감사합니다! 댓글이 머지된 후 확인하실 수 있습니다."
637-
comment_error_msg : "댓글 등록에 문제가 있습니다. 필요 필드를 작성했는지 확인하고 다시 시도하세요."
638-
loading_label : "로딩중..."
636+
comment_success_msg : "댓글이 등록되었습니다. 등록된 내용은 관리자 승인 후에 표시됩니다."
637+
comment_error_msg : "댓글이 등록되지 않았습니다. 필수 입력 항목이 빠졌는지 확인하고 다시 시도하세요."
638+
loading_label : "로딩 중..."
639639
search_label_text :
640-
search_placeholder_text : "검색어를 입력하세요..."
640+
search_placeholder_text : "검색어를 입력하세요."
641641
search_algolia_no_results :
642642
results_found : "개 결과 발견"
643643
back_to_top : "맨 위로 이동"

_sass/minimal-mistakes/_page.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@ body {
170170
margin-top: -1.5em;
171171
padding-inline-start: 1.25rem;
172172
}
173+
174+
/* vertical alignment for first content */
175+
:first-child,
176+
aside + :nth-child(2) {
177+
margin-top: 0em;
178+
}
173179
}
174180

175181
.page__hero {

_sass/minimal-mistakes/_utilities.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,15 @@ $text-alignments: left, right, start, end, center, justify;
206206
@each $color, $icons in (
207207
$behance-color: ".fa-behance, .fa-behance-square, .fa-square-behance",
208208
$bitbucket-color: ".fa-bitbucket",
209-
$bluesky-color: ".fa-bluesky",
209+
$bluesky-color: ".fa-bluesky, .fa-square-bluesky",
210210
$discord-color: ".fa-discord",
211211
$dribbble-color: ".fa-dribbble, .fa-dribbble-square, .fa-square-dribbble",
212212
$facebook-color: ".fa-facebook, .fa-facebook-square, .fa-square-facebook, .fa-facebook-f",
213213
$flickr-color: ".fa-flickr",
214214
$foursquare-color: ".fa-foursquare",
215215
$github-color: ".fa-github, .fa-github-alt, .fa-github-square, .fa-square-github",
216216
$gitlab-color: ".fa-gitlab",
217-
$instagram-color: ".fa-instagram",
217+
$instagram-color: ".fa-instagram, .fa-square-instagram",
218218
$keybase-color: ".fa-keybase",
219219
$lastfm-color: ".fa-lastfm, .fa-lastfm-square, .fa-square-lastfm",
220220
$linkedin-color: ".fa-linkedin, .fa-linkedin-in",
@@ -226,7 +226,8 @@ $text-alignments: left, right, start, end, center, justify;
226226
$soundcloud-color: ".fa-soundcloud",
227227
$stackoverflow-color: ".fa-stack-exchange, .fa-stack-overflow",
228228
$telegram-color: ".fa-telegram",
229-
$threads-color: ".fa-threads",
229+
$threads-color: ".fa-threads, .fa-square-threads",
230+
$tiktok-color: ".fa-tiktok",
230231
$tumblr-color: ".fa-tumblr, .fa-tumblr-square, .fa-square-tumblr",
231232
$twitter-color: ".fa-twitter, .fa-twitter-square",
232233
$x-color: ".fa-x-twitter, .fa-square-x-twitter",

_sass/minimal-mistakes/_variables.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ $flickr-color: #ff0084 !default;
131131
$foursquare-color: #0072b1 !default;
132132
$github-color: #171516 !default;
133133
$gitlab-color: #e24329 !default;
134-
$instagram-color: #517fa4 !default;
134+
$instagram-color: #cd3376 !default;
135135
$keybase-color: #ef7639 !default;
136136
$lastfm-color: #d51007 !default;
137137
$linkedin-color: #007bb6 !default;
@@ -144,6 +144,7 @@ $soundcloud-color: #ff3300 !default;
144144
$stackoverflow-color: #fe7a15 !default;
145145
$telegram-color: #2aabee !default;
146146
$threads-color: #000000 !default;
147+
$tiktok-color: #000000 !default;
147148
$tumblr-color: #32506d !default;
148149
$twitter-color: #55acee !default;
149150
$x-color: #0f1419 !default;

0 commit comments

Comments
 (0)