Skip to content

Commit

Permalink
Merge pull request #4 from minyoongi96/poster
Browse files Browse the repository at this point in the history
Poster
  • Loading branch information
minyoongi96 committed Aug 28, 2024
2 parents c0f19b5 + 4b11351 commit 935bf68
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 1 addition & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ docs:
- title: "Git"
url: git/
category: "git"



13 changes: 13 additions & 0 deletions _includes/nav_list
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{% else %}
<span class="nav__sub-title">{{ nav.title }}</span>
{% endif %}
<<<<<<< HEAD
{% if nav.children != null %}
<ul>
{% for child in nav.children %}
Expand All @@ -21,6 +22,18 @@
{% endif %}
</li>
{% endfor %}
=======

{% if nav.children != null %}
<ul>
{% for child in nav.children %}
{% assign category = site.categories[child.category] | where_exp: "item", "item.hidden != true" %}
<li><a href="{{ child.url | relative_url }}"{% if child.url == page.url %} class="active"{% endif %}>{{ child.title }} ({{ category.size }})</a></li>
{% endfor %}
</ul>
{% endif %}
</li>
>>>>>>> master
{% endfor %}
</ul>
</nav>
1 change: 0 additions & 1 deletion _posts/2024-05-22-aws09_S3에 대한 기본 개념.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ post-header: false

---


## S3 (Simple Storage Service)의 특징

안전하고 가변적인 Object 저장공간을 제공한다. (ex. Google Cloud)
Expand Down

0 comments on commit 935bf68

Please sign in to comment.