Skip to content

Commit

Permalink
폰트 확정
Browse files Browse the repository at this point in the history
  • Loading branch information
Imggaggu committed Feb 16, 2025
1 parent 2c3b882 commit 3787ca3
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 18 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "sunrise" #"default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
minimal_mistakes_skin : "blackpink" #"default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
header:
Expand Down
6 changes: 3 additions & 3 deletions _data/ui-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ en: &DEFAULT_EN
skip_content : "Skip to content"
skip_footer : "Skip to footer"
page : "Page"
pagination_previous : "Previous"
pagination_previous : "Prev"
pagination_next : "Next"
breadcrumb_home_label : "Home"
breadcrumb_separator : "/"
Expand All @@ -28,8 +28,8 @@ en: &DEFAULT_EN
more_label : "Learn more"
related_label : "You may also enjoy"
follow_label : "Follow:"
feed_label : "Feed"
powered_by : "Powered by"
#feed_label : "Feed"
#powered_by : "Powered by"
website_label : "Website"
email_label : "Email"
recent_posts : "Recent posts"
Expand Down
6 changes: 3 additions & 3 deletions _posts/2025-02-16-project-codynow-test.md.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "test 게시물"
title: "[GithubPages] 깃허브 페이지란?"
excerpt: "테스트중"

categories:
- CodyNow
- GithubPages
tags:
- [project, llm, python ,django]
- [project,github]

permalink: /project/codynow/test

Expand Down
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

.archive__item-title {
margin-bottom: 0.25em;
font-family: $sans-serif-narrow;
font-family: "Do Hyeon", serif;
line-height: initial;
overflow: hidden;
text-overflow: ellipsis;
Expand Down
9 changes: 5 additions & 4 deletions _sass/minimal-mistakes/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
@include breakpoint($large) {
float: inline-start;
width: calc(#{$right-sidebar-width-narrow} - 1em);
opacity: 0.75;
opacity: 1;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;

&:hover {
opacity: 1;
opacity: 0.9;
}

&.sticky {
Expand All @@ -51,14 +51,15 @@
h5,
h6 {
margin-bottom: 0;
font-family: $sans-serif-narrow;
font-family: $josefin-sans;
}

p,
li {
font-family: $sans-serif;
font-size: $type-size-6;
line-height: 1.5;
font-weight: 450;
}

img {
Expand Down Expand Up @@ -171,7 +172,7 @@
}
}
.sidebar .author__name {
font-family: $sans-serif;
font-family: $josefin-sans;
font-size: $type-size-5;
}

Expand Down
15 changes: 14 additions & 1 deletion _sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,30 @@ $monospace: Monaco, Consolas, "Lucida Console", monospace !default;
/* sans serif typefaces */
$sans-serif-narrow: $sans-serif !default;
$helvetica: Helvetica, "Helvetica Neue", Arial, sans-serif !default;
/*🎀내가 추가한 sans serif*/
$righteous-regular: "Righteous", sans-serif;
$josefin-sans:"Josefin Sans", sans-serif;

/* serif typefaces */
$georgia: Georgia, serif !default;
$times: Times, serif !default;
$bodoni: "Bodoni MT", serif !default;
$calisto: "Calisto MT", serif !default;
$garamond: Garamond, serif !default;

/*🎀내가 추가한 serif*/
$abril-fatface: "Abril Fatface", serif !default;
$pt-serif: "PT Serif", serif !default;
$do-hyeon-regular: "Do Hyeon", serif !default;
/*
$global-font-family: $sans-serif !default;
$header-font-family: $sans-serif !default;
$caption-font-family: $serif !default;
*/
/*🎀*/
$global-font-family: $righteous-regular !default;
$header-font-family: $righteous-regular !default;
$caption-font-family: $pt-serif !default;


/* type scale */
$type-size-1: 2.441em !default; // ~39.056px
Expand Down
66 changes: 66 additions & 0 deletions _sass/minimal-mistakes/skins/_blackpink.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
/* ==========================================================================
Sunrise skin
========================================================================== */

/* Colors
$dark-gray: #0e2431 !default;
$background-color: #e8d5b7 !default;
$text-color: #000 !default;
$muted-text-color: $dark-gray !default;
$primary-color: #fc3a52 !default;
$border-color: mix(#000, $background-color, 20%) !default;
$code-background-color: mix(#fff, $background-color, 20%) !default;
$code-background-color-dark: mix(#000, $background-color, 10%) !default;
$form-background-color: mix(#fff, $background-color, 15%) !default;
$footer-background-color: #f9b248 !default;
$link-color: mix(#000, $primary-color, 10%) !default;
$link-color-hover: mix(#fff, $link-color, 25%) !default;
$link-color-visited: mix(#000, $link-color, 25%) !default;
$masthead-link-color: $text-color !default;
$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
$navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
*/
$dark-gray: #0e2431 !default;
$background-color: #fff !default;
$text-color: #000 !default;
$muted-text-color: $dark-gray !default;
$primary-color: #EA3A5E !default;
$border-color: mix(#000, $background-color, 20%) !default;
$code-background-color: mix(#fff, $background-color, 20%) !default;
$code-background-color-dark: mix(#000, $background-color, 10%) !default;
$form-background-color: mix(#fff, $background-color, 15%) !default;
$footer-background-color: #000000 !default;
$link-color: mix(#000, $primary-color, 10%) !default;
$link-color-hover: mix(#fff, $link-color, 25%) !default;
$link-color-visited: mix(#000, $link-color, 25%) !default;
$masthead-link-color: $text-color !default;
$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
$navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
$footer-font-color: #8c8c8c !default;
/* notices */
$notice-background-mix: 75% !default;

/* sunrise syntax highlighting (base16) */
$base00: #1d1f21 !default;
$base01: #282a2e !default;
$base02: #373b41 !default;
$base03: #969896 !default;
$base04: #b4b7b4 !default;
$base05: #c5c8c6 !default;
$base06: #e0e0e0 !default;
$base07: #ffffff !default;
$base08: #cc6666 !default;
$base09: #de935f !default;
$base0a: #f0c674 !default;
$base0b: #b5bd68 !default;
$base0c: #8abeb7 !default;
$base0d: #81a2be !default;
$base0e: #b294bb !default;
$base0f: #a3685a !default;

.author__urls.social-icons i,
.author__urls.social-icons .svg-inline--fa,
.page__footer-follow .social-icons i,
.page__footer-follow .social-icons .svg-inline--fa {
color: inherit;
}
25 changes: 20 additions & 5 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ search: false
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Keania+One&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Press+Start+2P&family=Righteous&family=Sixtyfour&family=Syne+Mono&family=Wallpoet&display=swap" );


/* Korean Font */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bagel+Fat+One&family=Do+Hyeon&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Keania+One&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Press+Start+2P&family=Righteous&family=Sixtyfour&family=Syne+Mono&family=Wallpoet&display=swap');/* Korean Font */
.noto-sans-kr {
font-family: "Noto Sans KR", sans-serif;
font-weight: normal;
Expand Down Expand Up @@ -61,4 +58,22 @@ search: false
font-family: "PT Serif", serif;
font-weight: 700;
font-style: italic;
}
}

.abril-fatface-regular {
font-family: "Abril Fatface", serif;
font-weight: 400;
font-style: normal;
}

.bagel-fat-one-regular {
font-family: "Bagel Fat One", serif;
font-weight: 400;
font-style: normal;
}
.do-hyeon-regular {
font-family: "Do Hyeon", serif;
font-weight: 400;
font-style: normal;
}

0 comments on commit 3787ca3

Please sign in to comment.