Skip to content

Commit 07e5c9a

Browse files
committed
update
1 parent 9d03620 commit 07e5c9a

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/add_archives.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Generate Jekyll Archives
1616
uses: kannansuresh/jekyll-blog-archive-workflow@master
1717
with:
18-
archive_url: "https://rntlqvnf.github.io/archives/archivedata"
18+
archive_url: "https://githajae.github.io/archives/archivedata"
1919
archive_folder_path: "_archives"
2020

2121
- name: setup git config

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ title_separator : "-"
2121
subtitle : # site tagline that appears below site title in masthead
2222
name : "Jaehyun Ha"
2323
description : "Personal Homepage"
24-
url : "https://rntlqvnf.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
24+
url : "https://githajae.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
2525
baseurl : # the subpath of your site, e.g. "/blog"
26-
repository : rntlqvnf/blog_comment # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
26+
repository : githajae/blog_comment # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
2727
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
2828
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
2929
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
@@ -32,7 +32,7 @@ words_per_minute : 200
3232
comments:
3333
provider : "utterances" # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "custom"
3434
disqus:
35-
shortname : rntlqvnf # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
35+
shortname : githajae # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
3636
discourse:
3737
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
3838
facebook:
@@ -63,7 +63,7 @@ google:
6363
search_engine_id : # YOUR_SEARCH_ENGINE_ID
6464
instant_search : # false (default), true
6565
# SEO Related
66-
google-site-verification : google2b64f7b81ec304a9.html
66+
google_site_verification : S1FjN08abrD2znx5jlj39WpubCaGmwHocsDbXiJsoSk
6767
bing_site_verification :
6868
yandex_site_verification :
6969
naver_site_verification :
@@ -83,13 +83,13 @@ social:
8383
name : # If the user or organization name differs from the site's name
8484
links: # An array of links to social media profiles
8585
- "https://www.facebook.com/profile.php?id=100006371353751"
86-
- "https://github.com/rntlqvnf"
86+
- "https://github.com/githajae"
8787

8888
# Analytics
8989
analytics:
9090
provider : google-gtag # false (default), "google", "google-universal", "google-gtag", "custom"
9191
google:
92-
tracking_id : UA-176290246-1
92+
tracking_id : G-468ZHH1HBJ
9393
anonymize_ip : # true, false (default)
9494

9595

@@ -103,7 +103,7 @@ author:
103103
links:
104104
- label: "GitHub"
105105
icon: "fab fa-fw fa-github"
106-
url: "https://github.com/rntlqvnf"
106+
url: "https://github.com/githajae"
107107
- label: "Instagram"
108108
icon: "fab fa-fw fa-instagram"
109109
url: "https://www.instagram.com/insta_hajae/"

_layouts/about-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h4>Research Focuses</h4>
224224

225225
<div class="info-links">
226226
<a href="/assets/jhha_cv.pdf" aria-label="CV" target="_blank"><i class="fas fa-file-alt"></i> CV</a>
227-
<a href="https://github.com/rntlqvnf" aria-label="GitHub" target="_blank"><i class="fab fa-github"></i> GitHub</a>
227+
<a href="https://github.com/githajae" aria-label="GitHub" target="_blank"><i class="fab fa-github"></i> GitHub</a>
228228
<a href="https://scholar.google.com/citations?user=U6ZrhqwAAAAJ&hl=ko" aria-label="Google Scholar" target="_blank"><i class="fas fa-graduation-cap"></i> Scholar</a>
229229
</div>
230230
</div>

_posts/profession/Programming/Back-End/2020-08-24-vertx-what-is-vertx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ vertx.eventBus().consumer("mysql", message -> {
167167
[조대협 님 블로그][5]
168168

169169
[1]: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Vert.x_Logo.svg/1200px-Vert.x_Logo.svg.png
170-
[2]: https://github.com/rntlqvnf/ClearApp_BE "clearApp_BE"
170+
[2]: https://github.com/githajae/ClearApp_BE "clearApp_BE"
171171
[3]: /assets/vertx/verticle_desc.png
172172
[4]: /assets/vertx/vertx_arch.jpg
173173
[5]: https://bcho.tistory.com/860

_posts/profession/Programming/Back-End/2020-08-29-vertx-restful-1-routing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,15 @@ private void getById(RoutingContext context) {
292292
이 글에 사용한 소스들은 [github 프로젝트][10]에 확인할 수 있다.
293293

294294
[1]: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Vert.x_Logo.svg/1200px-Vert.x_Logo.svg.png
295-
[2]: https://github.com/rntlqvnf/ClearApp_BE "clearApp_BE"
295+
[2]: https://github.com/githajae/ClearApp_BE "clearApp_BE"
296296
[3]: https://mangkyu.tistory.com/46
297297
[4]: https://brainbackdoor.tistory.com/53
298298
[5]: https://www.postman.com/
299299
[6]: /assets/vertx/example1/1.PNG
300300
[7]: /assets/vertx/example1/2.PNG
301301
[8]: /assets/vertx/example1/3.PNG
302302
[9]: /assets/vertx/example1/4.PNG
303-
[10]: https://github.com/rntlqvnf/Vertx_Examples/tree/master/src/main/java/com/yshajae/vertx/example1
303+
[10]: https://github.com/githajae/Vertx_Examples/tree/master/src/main/java/com/yshajae/vertx/example1
304304

305305
[p1]: {% post_url profession/Programming/Back-End/2020-08-29-vertx-restful-1-routing %}
306306
[p2]: {% post_url profession/Programming/Back-End/2020-08-30-vertx-restful-2-jwt %}

_posts/profession/Programming/Back-End/2020-08-30-vertx-restful-2-jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,6 @@ Key 를 파일로 저장해서, 주기적으로 교체할 수 있도록 해야
204204
[7]: /assets/vertx/example2/3.PNG
205205
[8]: /assets/vertx/example2/4.PNG
206206
[9]: https://blog.naver.com/PostView.nhn?blogId=baekmg1988&logNo=221454486746
207-
[10]: https://github.com/rntlqvnf/Vertx_Examples/tree/master/src/main/java/com/yshajae/vertx/example2
207+
[10]: https://github.com/githajae/Vertx_Examples/tree/master/src/main/java/com/yshajae/vertx/example2
208208

209209
[p1]: {% post_url profession/Programming/Back-End/2020-08-29-vertx-restful-1-routing %}

_posts/profession/Programming/Back-End/2020-09-12-vertx-restful-3-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Postman 을 키자.
318318

319319
[L_1]: https://vertx.io/docs/vertx-mysql-client/java/
320320
[L_2]: https://docs.oracle.com/javase/tutorial/reflect/index.html
321-
[L_3]: https://github.com/rntlqvnf/Vertx_Examples/tree/master/src/main/java/com/yshajae/vertx/example3
321+
[L_3]: https://github.com/githajae/Vertx_Examples/tree/master/src/main/java/com/yshajae/vertx/example3
322322

323323
[P_1]: {% post_url profession/Programming/Back-End/2020-08-29-vertx-restful-1-routing %}
324324
[P_2]: {% post_url profession/Programming/Back-End/2020-08-30-vertx-restful-2-jwt %}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3>Pursuits</h3>
5252
<a href="https://www.linkedin.com/in/jae-hyun-ha-064075256/" target="_blank" rel="noopener noreferrer" class="about-icon-card" aria-label="LinkedIn">
5353
<i class="fab fa-linkedin-in"></i>
5454
</a>
55-
<a href="https://github.com/rntlqvnf" target="_blank" rel="noopener noreferrer" class="about-icon-card" aria-label="GitHub">
55+
<a href="https://github.com/githajae" target="_blank" rel="noopener noreferrer" class="about-icon-card" aria-label="GitHub">
5656
<i class="fab fa-github"></i>
5757
</a>
5858
<a href="https://scholar.google.com/citations?user=U6ZrhqwAAAAJ&hl=ko" target="_blank" rel="noopener noreferrer" class="about-icon-card" aria-label="Scholar">

0 commit comments

Comments
 (0)