Skip to content

Commit f4f06a2

Browse files
committed
Update Posts
- TechInsight -> Technology로 변경 - 해당 Post의 categories 명 수정 - _config.yml 파일에 필요 없는 categories 제거
1 parent c8ea668 commit f4f06a2

7 files changed

+29
-51
lines changed

Gemfile.lock

Lines changed: 23 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.8)
8-
em-websocket (0.5.2)
7+
concurrent-ruby (1.3.5)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
eventmachine (1.2.7-java)
13-
eventmachine (1.2.7-x64-mingw32)
14-
eventmachine (1.2.7-x86-mingw32)
15-
ffi (1.15.1)
16-
ffi (1.15.1-java)
17-
ffi (1.15.1-x64-mingw32)
18-
ffi (1.15.1-x86-mingw32)
12+
ffi (1.17.1)
1913
forwardable-extended (2.6.0)
20-
http_parser.rb (0.6.0)
21-
http_parser.rb (0.6.0-java)
22-
i18n (1.8.10)
14+
http_parser.rb (0.8.0)
15+
i18n (1.14.7)
2316
concurrent-ruby (~> 1.0)
24-
jekyll (4.2.0)
17+
jekyll (4.2.2)
2518
addressable (~> 2.4)
2619
colorator (~> 1.0)
2720
em-websocket (~> 0.5)
@@ -36,21 +29,21 @@ GEM
3629
rouge (~> 3.0)
3730
safe_yaml (~> 1.0)
3831
terminal-table (~> 2.0)
39-
jekyll-feed (0.15.1)
32+
jekyll-feed (0.17.0)
4033
jekyll (>= 3.7, < 5.0)
4134
jekyll-paginate (1.1.0)
42-
jekyll-sass-converter (2.1.0)
35+
jekyll-sass-converter (2.2.0)
4336
sassc (> 2.0.1, < 3.0)
44-
jekyll-seo-tag (2.7.1)
37+
jekyll-seo-tag (2.8.0)
4538
jekyll (>= 3.8, < 5.0)
4639
jekyll-watch (2.2.1)
4740
listen (~> 3.0)
48-
kramdown (2.3.1)
49-
rexml
41+
kramdown (2.5.1)
42+
rexml (>= 3.3.9)
5043
kramdown-parser-gfm (1.1.0)
5144
kramdown (~> 2.0)
52-
liquid (4.0.3)
53-
listen (3.5.1)
45+
liquid (4.0.4)
46+
listen (3.9.0)
5447
rb-fsevent (~> 0.10, >= 0.10.3)
5548
rb-inotify (~> 0.9, >= 0.9.10)
5649
mercenary (0.4.0)
@@ -60,35 +53,22 @@ GEM
6053
jekyll-seo-tag (~> 2.1)
6154
pathutil (0.16.2)
6255
forwardable-extended (~> 2.6)
63-
public_suffix (4.0.6)
64-
rb-fsevent (0.11.0)
65-
rb-inotify (0.10.1)
56+
public_suffix (5.1.1)
57+
rb-fsevent (0.11.2)
58+
rb-inotify (0.11.1)
6659
ffi (~> 1.0)
67-
rexml (3.2.5)
68-
rouge (3.26.0)
60+
rexml (3.4.0)
61+
rouge (3.30.0)
6962
safe_yaml (1.0.5)
7063
sassc (2.4.0)
7164
ffi (~> 1.9)
72-
sassc (2.4.0-x64-mingw32)
73-
ffi (~> 1.9)
7465
terminal-table (2.0.0)
7566
unicode-display_width (~> 1.1, >= 1.1.1)
76-
thread_safe (0.3.6)
77-
thread_safe (0.3.6-java)
78-
tzinfo (1.2.10)
79-
thread_safe (~> 0.1)
80-
tzinfo-data (1.2021.1)
81-
tzinfo (>= 1.0.0)
82-
unicode-display_width (1.7.0)
83-
wdm (0.1.1)
84-
webrick (1.7.0)
67+
unicode-display_width (1.8.0)
68+
webrick (1.9.1)
8569

8670
PLATFORMS
87-
java
8871
ruby
89-
x64-mingw32
90-
x86-mingw32
91-
x86-mswin32
9272

9373
DEPENDENCIES
9474
jekyll (~> 4.2.0)

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,13 @@ regenerate : true
6666
## 이를 통해 메인 페이지 및 카테고리 페이지에서 카테고리 순서가 고정
6767
categories_order:
6868
- "DevHistory"
69-
- "TechInsight"
7069
- "Java"
7170
- "Spring"
7271
- "SpringBoot"
7372
- "JPA"
7473
- "MySQL"
7574
- "Flyway"
7675
- "Technology"
77-
- "Docker"
7876
- "GoodCode"
7977
- "Side_Project"
8078
- "Retrospective"

_posts/2023-11-19-Book-Growing-Up-Together.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: " [Dev] 함께 자라기 - 애자일로 가는 길 "
3+
title: " [Dev] 함께 자라기 (애자일로 가는 길) "
44
categories: Book
55
author: devFancy
66
---

_posts/2024-01-01-2024-DevHistory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ author: devFancy
9595

9696
> 240129 ~ 240204
9797
98-
* [[TechInsight] 우아한테크토크 - 선착순 이벤트 서버 생존기! 47만 RPM에서 살아남다?!](https://devfancy.github.io/TechInsight-Woowa-Tech-Talk-First-Come-First-Served-Event/)
98+
* [[Technology] 우아한테크토크 - 선착순 이벤트 서버 생존기! 47만 RPM에서 살아남다?!](https://devfancy.github.io/Technology-Woowa-Tech-Talk-First-Come-First-Served-Event/)
9999

100100
* [[Hibit] 히빗 V2 업그레이드: 백엔드 개선과 개발자 성장기](https://devfancy.github.io/Hibit-Retrospective/)
101101

@@ -177,7 +177,7 @@ author: devFancy
177177

178178
> 20241118 ~ 20241124
179179
180-
* [[TechInsight] 2024 당근 테크 밋업 - 메모 및 후기 (SERVER)](https://devfancy.github.io/TechInsight-Daanggn-Tech-MeetUp-2024/)
180+
* [[Technology] 2024 당근 테크 밋업 - 메모 및 후기 (SERVER)](https://devfancy.github.io/Technology-Daanggn-Tech-MeetUp-2024/)
181181

182182
> 20241209 ~ 20241215
183183

_posts/2024-02-03-TechInsight-Woowa-Tech-Talk-First-Come-First-Served-Event.md renamed to _posts/2024-02-03-Technology-Woowa-Tech-Talk-First-Come-First-Served-Event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: " [우아한테크토크] 선착순 이벤트 서버 생존기! 47만 RPM에서 살아남다?! "
4-
categories: TechInsight
4+
categories: Technology
55
author: devFancy
66
---
77
* content

_posts/2024-11-24-TechInsight-Daanggn-Tech-MeetUp-2024.md renamed to _posts/2024-11-24-Technology-Daanggn-Tech-MeetUp-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: " 2024 당근 테크 밋업 - 메모 및 후기 (SERVER) "
4-
categories: TechInsight
4+
categories: Technology
55
author: devFancy
66
---
77
* content

page/3about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ type: page
8484

8585
*  10. 01 ~ 03. 31 [글또](https://geultto.github.io/) 10기 참가 (글또: 글쓰기 습관 형성을 위한 커뮤니티 활동, 2주에 1개의 글 작성)
8686

87-
*  09. 01 ~ 12. 31 책 '좋은 코드, 나쁜 코드' 스터디
87+
*  09. 01 ~ 09. 30 책 '좋은 코드, 나쁜 코드' 스터디
8888

8989
*  07. 01 ~ 08. 30 개인 프로젝트 "WIKI" (Kotlin, Spring Boot 기반)
9090

0 commit comments

Comments
 (0)