Skip to content

Commit

Permalink
핑크&민트 테마
Browse files Browse the repository at this point in the history
  • Loading branch information
durumi922 committed Oct 11, 2024
1 parent b98eee3 commit 6852760
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _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 : "aqua" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
minimal_mistakes_skin : "pink" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en-US"
Expand Down Expand Up @@ -113,10 +113,10 @@ analytics:

# Site Author
author:
name : "Your Name"
name : "JiHye Ryu"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
bio : "매일 조금씩 성장하기"
location : "경기도 고양시"
email :
links:
- label: "Email"
Expand Down
24 changes: 24 additions & 0 deletions _sass/minimal-mistakes/skins/_pink.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/* ==========================================================================
Mint skin
========================================================================== */

/* Colors */
$background-color: #b8e0e7 !default;
$text-color: #40514e !default;
$muted-text-color: #40514e !default;
$primary-color: #99119e !default;
$border-color: mix(#fff, #522157, 75%) !default;
$footer-background-color: #f3b7ee !default;
$link-color: #99119e !default;
$masthead-link-color: $text-color !default;
$masthead-link-color-hover: $text-color !default;
$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;

.page__footer {
color: #1f759c !important; // override
}

.page__footer-follow .social-icons i,
.page__footer-follow .social-icons .svg-inline--fa {
color: inherit;
}

0 comments on commit 6852760

Please sign in to comment.