Skip to content

Commit 126e888

Browse files
committed
Add .gitkeep and run formatting cleanup
1 parent 768c9c9 commit 126e888

7 files changed

Lines changed: 21 additions & 18 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ x_username: # your X handle
112112
youtube_id: # your youtube channel id (youtube.com/@<youtube_id>)
113113
zotero_username: # your zotero username
114114

115-
contact_note:
115+
contact_note:
116116

117117
# -----------------------------------------------------------------------------
118118
# Analytics and search engine verification

_layouts/about.liquid

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,20 @@ layout: default
99
<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }}
1010
{{ site.last_name }}
1111
{% if site.name_note %}
12-
<span class="tooltip-text" style="
13-
position: absolute;
14-
display: none;
15-
z-index: 1;
16-
top: 0;
17-
left: 100%;
18-
margin-left: 10px;
19-
white-space: nowrap;
20-
font-size: 1em;
21-
font-weight: normal;
22-
">
12+
<span
13+
class="tooltip-text"
14+
style="
15+
position: absolute;
16+
display: none;
17+
z-index: 1;
18+
top: 0;
19+
left: 100%;
20+
margin-left: 10px;
21+
white-space: nowrap;
22+
font-size: 1em;
23+
font-weight: normal;
24+
"
25+
>
2326
<span style="color: inherit;">{{ site.name_note }}</span>
2427
<span style="color: #6c757d; font-style: italic; margin-left: 8px;">[Kuh-yoo Huh]</span>
2528
</span>
@@ -29,7 +32,7 @@ layout: default
2932
{{ site.title }}
3033
{% endif %}
3134
</h1>
32-
35+
3336
<style>
3437
.name-with-tooltip:hover .tooltip-text {
3538
display: block !important;

_pages/visitor_map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ nav_order: 8
2828
</p>
2929
</div>
3030
</div>
31-
</div>
31+
</div>

_posts/.gitkeep

Whitespace-only changes.

_projects/.gitkeep

Whitespace-only changes.

_sass/_themes.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
--global-code-bg-color: #{$code-bg-color-light};
1010
--global-text-color: #{$black-color};
1111
--global-text-color-light: #{$grey-color};
12-
--global-theme-color: #8b1538;//#{$purple-color};
13-
--global-hover-color: #6610f2;//#{$purple-color};
12+
--global-theme-color: #8b1538; //#{$purple-color};
13+
--global-hover-color: #6610f2; //#{$purple-color};
1414
--global-hover-text-color: #{$white-color};
1515
--global-footer-bg-color: #{$grey-color-dark};
1616
--global-footer-text-color: #{$grey-color-light};

assets/json/resume.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"score": "4.08/4.33",
2727
"summary": "Graduate program focusing on intelligent information systems, NLP research, and AI systems. Conducting research on explainable AI and socially intelligible AI.",
2828
"courses": [
29-
"Advanced Natural Language Processing (A+)",
29+
"Advanced Natural Language Processing (A+)",
3030
"Introduction to Question Answering (A)",
3131
"Independent Study in Language Technologies (A)",
3232
"Directed Study in Language Technologies (A)"
33-
]
33+
]
3434
},
3535
{
3636
"institution": "University of Southern California",

0 commit comments

Comments
 (0)