Skip to content

Commit

Permalink
edit post
Browse files Browse the repository at this point in the history
  • Loading branch information
shyang committed Mar 7, 2024
1 parent 194ec49 commit ddd0555
Show file tree
Hide file tree
Showing 84 changed files with 828 additions and 176 deletions.
119 changes: 61 additions & 58 deletions _includes/nav_list_main
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,53 @@
</ul>


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

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


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


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


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


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


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

<ul>
Expand Down Expand Up @@ -203,17 +250,6 @@
</ul>


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

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


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

<ul>
Expand All @@ -236,26 +272,6 @@
</ul>


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

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


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


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

<ul>
Expand Down Expand Up @@ -356,17 +372,6 @@
</ul>


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

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


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

<ul>
Expand Down Expand Up @@ -418,23 +423,21 @@
</ul>


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

<ul>
{% for category in site.categories %}
{% if category[0] == "암복호화" %}
<li><a href="/categories/암복호화" class="">암복호화 ({{category[1].size}})</a></li>
{% if category[0] == "자료구조" %}
<li><a href="/categories/자료구조" class="">자료구조 ({{category[1].size}})</a></li>
{% endif %}
{% endfor %}
</ul>


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

<ul>
{% for category in site.categories %}
{% if category[0] == "자료구조" %}
<li><a href="/categories/자료구조" class="">자료구조 ({{category[1].size}})</a></li>
{% if category[0] == "암복호화" %}
<li><a href="/categories/암복호화" class="">암복호화 ({{category[1].size}})</a></li>
{% endif %}
{% endfor %}
</ul>
Expand Down Expand Up @@ -464,15 +467,6 @@

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

<ul>
{% for category in site.categories %}
{% if category[0] == "프로그래밍언어" %}
<li><a href="/categories/프로그래밍언어" class="">프로그래밍언어 ({{category[1].size}})</a></li>
{% endif %}
{% endfor %}
</ul>


<ul>
{% for category in site.categories %}
{% if category[0] == "CSharp" %}
Expand Down Expand Up @@ -509,6 +503,15 @@
</ul>


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


<ul>
{% for category in site.categories %}
{% if category[0] == "python" %}
Expand Down
10 changes: 10 additions & 0 deletions _pages/categories/category-NextJS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "NextJS"
layout: archive
permalink: categories/NextJS
author_profile: true
sidebar_main: true
---

{% assign posts = site.categories['NextJS'] %}
{% for post in posts %} {% include archive-single.html type=page.entries_layout %} {% endfor %}
6 changes: 3 additions & 3 deletions _pages/categories/category-Nodejs.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Nodejs"
title: "NodeJS"
layout: archive
permalink: categories/Nodejs
permalink: categories/NodeJS
author_profile: true
sidebar_main: true
---

{% assign posts = site.categories['Nodejs'] %}
{% assign posts = site.categories['NodeJS'] %}
{% for post in posts %} {% include archive-single.html type=page.entries_layout %} {% endfor %}
10 changes: 10 additions & 0 deletions _pages/categories/category-javascript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "javascript"
layout: archive
permalink: categories/javascript
author_profile: true
sidebar_main: true
---

{% assign posts = site.categories['javascript'] %}
{% for post in posts %} {% include archive-single.html type=page.entries_layout %} {% endfor %}
6 changes: 3 additions & 3 deletions _posts/2023-09-19-nodejs-npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ toc : true
toc_sticky : true
toc_label : "npm"
categories:
- Nodejs
- NodeJS
tags:
- [Nodejs, npm]
- [NodeJS, npm, 환경, Build]
last_modified_at: 2023-09-19T08:00:00-10:00:00
---

# 날짜 : 2023-09-19 00:21

# 태그 : #Nodejs #npm
# 태그 : #NodeJS #npm #환경 #Build
---

# 내용
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-09-19-obsidian-확장 프로그램 정리.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ toc_label : "확장 프로그램 정리"
categories:
- Obsidian
tags:
- [Obsidian, 확장]
- [Obsidian, plugin]
last_modified_at: 2023-09-19T08:00:00-10:00:00
---

# 날짜 : 2023-09-19 00:23

# 태그 : #Obsidian #확장
# 태그 : #Obsidian #plugin
---

# 내용
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-09-27-markdown-MarkDown Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,13 @@ class Sample{
### 인용문
```
>인용문
{: .notice--info}
{: .notice}
>>중첩 인용문
```

> 인용문
>> 중첩인용문
{: .notice--info}
{: .notice}

### 주석
```
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-09-28-githubblog-Github Blog 만들기.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ last_modified_at: 2023-09-28T08:00:00-10:00:00
> **caution**
>
> 사용자 계정명 및 사용자폴더 경로에 한글이 있을 경우 환경 구성에 어려움이 있을 수 있으니 영문으로 변경하여 사용하는 것을 권장합니다.
{: .notice--info}
{: .notice--danger}

### git 설치
[git 다운로드 링크](https://git-scm.com/downloads)
Expand All @@ -54,7 +54,7 @@ last_modified_at: 2023-09-28T08:00:00-10:00:00
> **tip**
>
> SourceTree 대신 Git GUI Client를 사용해도 무방하다
{: .notice--info}
{: .notice--primary}

[Git GUI Client 다운로드 링크](https://git-scm.com/download/gui/windows)

Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-10-03-unity-TestRunner.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ toc_label : "TestRunner"
categories:
- Unity
tags:
- [Unity, UnitTest]
- [Unity, UnitTest, TDD]
last_modified_at: 2023-10-03T08:00:00-10:00:00
---

# 날짜 : 2023-10-03 22:22

# 태그 : #Unity #UnitTest
# 태그 : #Unity #UnitTest #TDD
---

# 내용
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-10-09-procreate-좌우대칭 그리기.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ toc_label : "좌우대칭 그리기"
categories:
- Procreate
tags:
- [Procreate]
- [Procreate, 리소스제작]
last_modified_at: 2023-10-09T08:00:00-10:00:00
---

# 날짜 : 2023-10-09 14:36

# 태그 : #Procreate
# 태그 : #Procreate #리소스제작
---

# 내용
Expand Down
6 changes: 3 additions & 3 deletions _posts/2023-10-10-nodejs-npx.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ toc : true
toc_sticky : true
toc_label : "npx"
categories:
- Nodejs
- NodeJS
tags:
- [Nodejs, npx]
- [NodeJS, npx, 환경]
last_modified_at: 2023-10-10T08:00:00-10:00:00
---

# 날짜 : 2023-10-10 13:30

# 태그 : #Nodejs #npx
# 태그 : #NodeJS #npx #환경
---

# 내용
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-10-15-server-아이템선정.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ toc_label : "아이템선정"
categories:
- Server
tags:
- [사이드프로젝트, 기획, Server]
- [사이드프로젝트, 기획]
last_modified_at: 2023-10-15T08:00:00-10:00:00
---

# 날짜 : 2023-10-15 01:59

# 태그 : #사이드프로젝트 #기획 #Server
# 태그 : #사이드프로젝트 #기획
---

# 내용
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-10-19-reactstudy-React Init.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ toc_label : "React Init"
categories:
- ReactStudy
tags:
- [React, Lecture, 환경, FrontEnd, Study]
- [React, 환경, FrontEnd, Study]
last_modified_at: 2023-10-19T08:00:00-10:00:00
---

# 날짜 : 2023-10-19 15:46

# 태그 : #React #Lecture #환경 #FrontEnd #Study
# 태그 : #React #환경 #FrontEnd #Study
---

# 내용
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-10-19-reactstudy-React Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ toc_label : "React Syntax"
categories:
- ReactStudy
tags:
- [Javascript, Lecture, FrontEnd, React, Study]
- [Javascript, FrontEnd, React, Study]
last_modified_at: 2023-10-19T08:00:00-10:00:00
---

# 날짜 : 2023-10-19 16:13

# 태그 : #Javascript #Lecture #FrontEnd #React #Study
# 태그 : #Javascript #FrontEnd #React #Study
---

# 내용
Expand Down
Loading

0 comments on commit ddd0555

Please sign in to comment.