Skip to content

Commit

Permalink
Style: 블로그 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungjjeong committed Jul 24, 2023
1 parent 659bded commit 1a1fb79
Show file tree
Hide file tree
Showing 11 changed files with 1,750 additions and 1,741 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "n

# Site Settings
locale: "ko"
title: "HAEYUM_DEV"
title: "Develop"
title_separator: "-"
subtitle: # site tagline that appears below site title in masthead
name: "Haeyum"
Expand Down Expand Up @@ -210,7 +210,7 @@ sass:

# Outputting
permalink: /:categories/:title/
paginate: 4 # amount of posts to show
paginate: 8 # amount of posts to show
paginate_path: /page:num/
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Expand Down
3,427 changes: 1,712 additions & 1,715 deletions _data/ui-text.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
{% endif %}
<h2 class="archive__item-title no_toc" itemprop="headline">
{% if post.link %}
<a href="{{ post.link }}">{{ title }}</a> <a href="{{ post.url | relative_url }}" rel="permalink"><i class="fas fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
<a href="{{ post.link }}">{{ title }}</a> <a href="{{ post.url | relative_url }}" rel="permalink"><i class="fas fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
{% else %}
<a href="{{ post.url | relative_url }}" rel="permalink">{{ title }} {{page__date}}</a>
<a href="{{ post.url | relative_url }}" rel="permalink">{{ title }} {{page__date}}</a>
{% endif %}
</h2>
{% if post.last_modified_at %}
Expand Down
15 changes: 12 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="page__footer-follow">
<!-- <div class="page__footer-follow">
<ul class="social-icons">
{% if site.data.ui-text[site.locale].follow_label %}
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
Expand All @@ -16,6 +16,15 @@
<li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
{% endunless %}
</ul>
</div>
</div> -->

<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
<div class="page__footer-copyright">
&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{
site.data.ui-text[site.locale].powered_by | default: "Powered by" }}
<a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp;
<a
href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/"
rel="nofollow"
>Minimal Mistakes</a
>.
</div>
24 changes: 12 additions & 12 deletions _sass/minimal-mistakes/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
text-overflow: ellipsis;

a[rel="permalink"]::before {
content: '';
content: "";
position: absolute;
left: 0;
top: 0;
Expand All @@ -73,14 +73,14 @@
}

.archive__item-time {
margin-top: 0;
margin-top: 5px;
margin-bottom: 5px;
font-size: $type-size-8;
}

.archive__item-excerpt {
margin-top: 0;
font-size: $type-size-6;
font-size: $type-size-7;

& + p {
text-indent: 0;
Expand Down Expand Up @@ -225,7 +225,7 @@

@include breakpoint($medium) {
display: block;
font-size: $type-size-6;
font-size: $type-size-7;
}
}

Expand Down Expand Up @@ -296,7 +296,7 @@
}

a.btn::before {
content: '';
content: "";
position: absolute;
left: 0;
top: 0;
Expand All @@ -322,7 +322,7 @@
}

a.btn::before {
content: '';
content: "";
position: absolute;
left: 0;
top: 0;
Expand Down Expand Up @@ -363,7 +363,7 @@
}

a.btn::before {
content: '';
content: "";
position: absolute;
left: 0;
top: 0;
Expand Down Expand Up @@ -407,7 +407,7 @@
}

a.btn::before {
content: '';
content: "";
position: absolute;
left: 0;
top: 0;
Expand Down Expand Up @@ -453,7 +453,7 @@
Wide Pages
========================================================================== */

.wide {
.wide {
.archive {
@include breakpoint($large) {
padding-right: 0;
Expand All @@ -468,7 +468,7 @@
/* Place inside a single layout */

.layout--single {
.feature__wrapper {
display: inline-block;
}
.feature__wrapper {
display: inline-block;
}
}
4 changes: 2 additions & 2 deletions _sass/minimal-mistakes/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
margin-left: 0;
margin-right: 0;
width: 100%;
margin-top: 3em;
margin-top: 2em;
color: $muted-text-color;
-webkit-animation: $intro-transition;
animation: $intro-transition;
Expand Down Expand Up @@ -48,7 +48,7 @@

.page__footer-copyright {
font-family: $global-font-family;
font-size: $type-size-7;
font-size: $type-size-8;
}

.page__footer-follow {
Expand Down
5 changes: 3 additions & 2 deletions _sass/minimal-mistakes/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@

.pagination {
@include clearfix();
display: flex;
float: left;
margin-top: 1em;
padding-top: 1em;
width: 100%;

ul {
margin: 0;
margin: auto;
padding: 0;
list-style-type: none;
font-family: $sans-serif;
Expand Down Expand Up @@ -570,6 +571,6 @@
}

li ul li ul li ul li ul li ul > li a {
padding-left: 3.25rem
padding-left: 3.25rem;
}
}
5 changes: 3 additions & 2 deletions _sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ $darker-gray: mix(#000, $gray, 60%) !default;
$deep-gray: mix(#000, $gray, 70%) !default;
$light-gray: mix(#fff, $gray, 50%) !default;
$lighter-gray: mix(#fff, $gray, 90%) !default;
$more-lighter-gray: mix(#fff, $gray, 95%) !default;

$background-color: #fff !default;
$code-background-color: #ececec !default;
Expand All @@ -70,7 +71,7 @@ $text-color: $dark-gray !default;
$muted-text-color: mix(#fff, $text-color, 20%) !default;
$border-color: $lighter-gray !default;
$form-background-color: $lighter-gray !default;
$footer-background-color: $lighter-gray !default;
$footer-background-color: $more-lighter-gray !default;

$primary-color: #6f777d !default;
$success-color: #3fa63f !default;
Expand Down Expand Up @@ -167,7 +168,7 @@ $right-sidebar-width-wide: 320px !default;
Other
========================================================================== */

$border-radius: 4px !default;
$border-radius: 8px !default;
$box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) !default;
$nav-height: 2em !default;
$nav-toggle-height: 2rem !default;
Expand Down
Binary file modified assets/images/back.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
nav : "docs"
---

<img src="/assets/images/back.jpg" style="width: 100%;">
<!--
<img src="/assets/images/back.jpg" style="width: 100%;"> -->

0 comments on commit 1a1fb79

Please sign in to comment.