Skip to content

Commit

Permalink
디자인 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
shyang committed May 9, 2024
1 parent 4b4ed92 commit 95e034d
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 39 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ social:
author:
name : "YalySeung"
avatar : "/assets/images/profile.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "성장하는 개발자"
bio : "그냥 개발자"
#location : "Somewhere"
#email : "[email protected]"
# links:
Expand Down
81 changes: 54 additions & 27 deletions _includes/nav_list_main
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</li>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">Build</span>
<span class="nav__sub-title" style="font-size:24px;">Build</span>

<ul>
{% for category in site.categories %}
Expand All @@ -21,7 +21,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">CLI</span>
<span class="nav__sub-title" style="font-size:24px;">CLI</span>

<ul>
{% for category in site.categories %}
Expand All @@ -32,7 +32,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">CleanCode</span>
<span class="nav__sub-title" style="font-size:24px;">CleanCode</span>

<ul>
{% for category in site.categories %}
Expand Down Expand Up @@ -61,7 +61,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">Database</span>
<span class="nav__sub-title" style="font-size:24px;">Database</span>

<ul>
{% for category in site.categories %}
Expand Down Expand Up @@ -99,7 +99,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">DesignPattern</span>
<span class="nav__sub-title" style="font-size:24px;">DesignPattern</span>

<ul>
{% for category in site.categories %}
Expand All @@ -110,7 +110,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">DevelopCommon</span>
<span class="nav__sub-title" style="font-size:24px;">DevelopCommon</span>

<ul>
{% for category in site.categories %}
Expand Down Expand Up @@ -139,8 +139,17 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">FrontEnd</span>
<span class="nav__sub-title" style="font-size:24px;">FrontEnd</span>

<ul>
{% for category in site.categories %}
{% if category[0] == "FrontEnd" %}
<li><a href="/categories/FrontEnd" class="">FrontEnd ({{category[1].size}})</a></li>
{% endif %}
{% endfor %}
</ul>


<ul>
{% for category in site.categories %}
{% if category[0] == "NextJS" %}
Expand Down Expand Up @@ -186,7 +195,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">Git</span>
<span class="nav__sub-title" style="font-size:24px;">Git</span>

<ul>
{% for category in site.categories %}
Expand All @@ -197,7 +206,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">GithubBlog</span>
<span class="nav__sub-title" style="font-size:24px;">GithubBlog</span>

<ul>
{% for category in site.categories %}
Expand All @@ -208,7 +217,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">ITBusiness</span>
<span class="nav__sub-title" style="font-size:24px;">ITBusiness</span>

<ul>
{% for category in site.categories %}
Expand All @@ -219,7 +228,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">Idea</span>
<span class="nav__sub-title" style="font-size:24px;">Idea</span>

<ul>
{% for category in site.categories %}
Expand All @@ -239,7 +248,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">Markdown</span>
<span class="nav__sub-title" style="font-size:24px;">Markdown</span>

<ul>
{% for category in site.categories %}
Expand All @@ -250,7 +259,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">Obsidian</span>
<span class="nav__sub-title" style="font-size:24px;">Obsidian</span>

<ul>
{% for category in site.categories %}
Expand All @@ -261,7 +270,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">Procreate</span>
<span class="nav__sub-title" style="font-size:24px;">Procreate</span>

<ul>
{% for category in site.categories %}
Expand All @@ -272,7 +281,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">SourceTree</span>
<span class="nav__sub-title" style="font-size:24px;">SourceTree</span>

<ul>
{% for category in site.categories %}
Expand All @@ -283,7 +292,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">Spring</span>
<span class="nav__sub-title" style="font-size:24px;">Spring</span>

<ul>
{% for category in site.categories %}
Expand All @@ -303,6 +312,15 @@
</ul>


<ul>
{% for category in site.categories %}
{% if category[0] == "JPA" %}
<li><a href="/categories/JPA" class="">JPA ({{category[1].size}})</a></li>
{% endif %}
{% endfor %}
</ul>


<ul>
{% for category in site.categories %}
{% if category[0] == "AOP" %}
Expand All @@ -321,7 +339,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">SpringBoot</span>
<span class="nav__sub-title" style="font-size:24px;">SpringBoot</span>

<ul>
{% for category in site.categories %}
Expand All @@ -341,7 +359,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">Unity</span>
<span class="nav__sub-title" style="font-size:24px;">Unity</span>

<ul>
{% for category in site.categories %}
Expand All @@ -361,7 +379,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">Vim</span>
<span class="nav__sub-title" style="font-size:24px;">Vim</span>

<ul>
{% for category in site.categories %}
Expand All @@ -372,7 +390,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">개발환경</span>
<span class="nav__sub-title" style="font-size:24px;">개발환경</span>

<ul>
{% for category in site.categories %}
Expand All @@ -392,7 +410,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">사이드프로젝트</span>
<span class="nav__sub-title" style="font-size:24px;">사이드프로젝트</span>

<ul>
{% for category in site.categories %}
Expand All @@ -412,7 +430,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">알고리즘</span>
<span class="nav__sub-title" style="font-size:24px;">알고리즘</span>

<ul>
{% for category in site.categories %}
Expand All @@ -432,7 +450,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">암복호화</span>
<span class="nav__sub-title" style="font-size:24px;">암복호화</span>

<ul>
{% for category in site.categories %}
Expand All @@ -443,7 +461,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">재태크</span>
<span class="nav__sub-title" style="font-size:24px;">재태크</span>

<ul>
{% for category in site.categories %}
Expand All @@ -454,7 +472,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">통신</span>
<span class="nav__sub-title" style="font-size:24px;">통신</span>

<ul>
{% for category in site.categories %}
Expand All @@ -465,7 +483,7 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">프로그래밍언어</span>
<span class="nav__sub-title" style="font-size:24px;">프로그래밍언어</span>

<ul>
{% for category in site.categories %}
Expand Down Expand Up @@ -521,7 +539,16 @@
</ul>


<span class="nav__sub-title" style="font-size:24px; color:#B4B4FF">하드웨어</span>
<ul>
{% for category in site.categories %}
{% if category[0] == "TypeScript" %}
<li><a href="/categories/TypeScript" class="">TypeScript ({{category[1].size}})</a></li>
{% endif %}
{% endfor %}
</ul>


<span class="nav__sub-title" style="font-size:24px;">하드웨어</span>

<ul>
{% for category in site.categories %}
Expand Down
13 changes: 7 additions & 6 deletions _sass/minimal-mistakes/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
font-size: 1.25rem;

a {
color: inherit;
color: #fffdd0;
}

.active {
Expand Down Expand Up @@ -497,6 +497,7 @@
font-weight: bold;
text-transform: uppercase;
border-bottom: 1px solid $border-color;
color: #e57881;
}

/*
Expand Down Expand Up @@ -540,7 +541,7 @@
a {
display: block;
padding: 0.25rem 0.75rem;
color:#FF7A85;
color: #e57881;
font-weight: bold;
line-height: 1.5;
border-bottom: 1px solid $border-color;
Expand All @@ -553,7 +554,7 @@
li ul > li a {
padding-left: 1.25rem;
font-weight: normal;
color:#FFB400;
color: #e0b54b;
}

li ul li ul > li a {
Expand All @@ -563,16 +564,16 @@

li ul li ul li ul > li a {
padding-left: 2.25rem;
color:#228B22;
color: #59de59;
}

li ul li ul li ul li ul > li a {
padding-left: 2.75rem;
color:#0064FF;
color: #6498ec;
}

li ul li ul li ul li ul li ul > li a {
padding-left: 3.25rem;
color:#7878E1;
color: #9b89ee;
}
}
18 changes: 13 additions & 5 deletions _sass/minimal-mistakes/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ body {
}

h2 {
border-left: 10px solid rgba(250, 179, 135, 0.2);
border-left: 12px solid rgba(250, 179, 135, 0.2);
border-bottom: 4px solid rgba(250, 179, 135, 0.2);
font-size: 1.5em;
padding: 15px 20px !important;
Expand All @@ -106,7 +106,7 @@ body {
}

h3 {
border-left: 10px solid rgba(166, 227, 161, 0.2);
border-left: 14px solid rgba(166, 227, 161, 0.2);
border-bottom: 4px solid rgba(166, 227, 161, 0.2);
font-size: 1.3em;
padding: 15px 20px !important;
Expand All @@ -118,20 +118,20 @@ body {
padding: 15px 20px !important;
margin: 10px 0 !important;
border-radius: 10px;
border-left: 10px solid rgba(148, 226, 213, 0.2);
border-left: 16px solid rgba(148, 226, 213, 0.2);
border-bottom: 4px solid rgba(148, 226, 213, 0.2);
}

h5 {
border-left: 10px solid rgba(180, 190, 254, 0.2);
border-left: 18px solid rgba(180, 190, 254, 0.2);
border-bottom: 4px solid rgba(180, 190, 254, 0.2);
padding: 15px 20px !important;
margin: 10px 0 !important;
border-radius: 10px;
}

h6 {
border-left: 10px solid rgba(203, 166, 247, 0.2);
border-left: 20px solid rgba(203, 166, 247, 0.2);
border-bottom: 4px solid rgba(203, 166, 247, 0.2);
padding: 15px 20px !important;
margin: 10px 0 !important;
Expand Down Expand Up @@ -207,6 +207,14 @@ body {
margin-top: -1.5em;
padding-left: 1.25rem;
}

strong {
color : rgb(255, 100, 100);
}

blockquote strong {
color: inherit;
}
}

.page__hero {
Expand Down

0 comments on commit 95e034d

Please sign in to comment.