Skip to content

Commit

Permalink
content(About): added about page - blog
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 14, 2024
1 parent 2d79b76 commit ecc7f61
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 13 deletions.
4 changes: 2 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ website:
- text: About
menu:
- text: Me
href: ./about/
href: ./about/me/index.qmd
- text: This Blog
href: https://github.com/YONGHUNI/blog
href: ./about/blog/index.qmd

- text: "{{< ai orcid >}}"
href: https://orcid.org/0009-0003-6800-2731
Expand Down
11 changes: 11 additions & 0 deletions about/_metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# options specified here will apply to all posts in this folder

# freeze computational output
# (see https://quarto.org/docs/projects/code-execution.html#freeze)
freeze: auto

include-in-header: ./../misc/giscus-mode-toggle.html
include-after-body: ./../misc/div-giscus.html

# Enable banner style title blocks
title-block-banner: true
34 changes: 34 additions & 0 deletions about/blog/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: "About My Blog"
about:
id: hero-heading
image: https://rstudio.github.io/cheatsheets/html/images/logo-quarto.png
template: jolla
links:
- icon: github
text: Source code for this blog
href: https://github.com/YONGHUNI
target: _blank
- text: '![Quarto](./../../data/_quarto/icon/logo-quarto.png) Creating a Website with Quarto'
href: https://quarto.org/docs/websites/
target: _blank
- text: '![Quarto](./../../data/_quarto/icon/logo-quarto.png) Quarto Official Website'
href: https://quarto.org/
target: _blank


#format:
# html:
# page-layout: full
---

:::{#hero-heading}

## YONGHUNI's CI/CD enabled blog using GitHub-Actions!


:::


<center> More Info will soon be updated! </center>

18 changes: 7 additions & 11 deletions about.qmd → about/me/index.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: "Yonghun Suh"
aliases:
- about/
about:
id: hero-heading
image: https://avatars.githubusercontent.com/u/62800337?v=4
Expand All @@ -21,10 +19,8 @@ format:
html:
page-layout: full
lightbox: true
css: ./data/about/grid.css

include-in-header: ./misc/giscus-mode-toggle.html
include-after-body: ./misc/div-giscus.html
css: ./../../data/about/grid.css

---

:::{#hero-heading}
Expand Down Expand Up @@ -69,7 +65,7 @@ In addition to my research, I'm involved in a community-based air quality projec

::: {.g-col-6}

![](./data/about/publication_figure/landslide.PNG)
![](./../../data/about/publication_figure/landslide.PNG)

:::

Expand All @@ -96,7 +92,7 @@ In addition to my research, I'm involved in a community-based air quality projec

::: {.g-col-6}

![](./data/about/publication_figure/PBS.PNG)
![](./../../data/about/publication_figure/PBS.PNG)

:::

Expand All @@ -122,7 +118,7 @@ In addition to my research, I'm involved in a community-based air quality projec

::: {.g-col-6}

![](./data/about/publication_figure/dasymetric.PNG)
![](./../../data/about/publication_figure/dasymetric.PNG)

:::

Expand All @@ -148,7 +144,7 @@ In addition to my research, I'm involved in a community-based air quality projec

::: {.g-col-6}

![](./data/about/publication_figure/heatwave_vulnerability.PNG)
![](./../../data/about/publication_figure/heatwave_vulnerability.PNG)

:::

Expand All @@ -170,7 +166,7 @@ In addition to my research, I'm involved in a community-based air quality projec

You can either view or [download](https://github.com/YONGHUNI/blog/blob/main/data/about/CV_Yonghun_Suh_240912.pdf){target="_blank"} my CV here!

![](./data/about/CV_Yonghun_Suh_240912.pdf){width="100%" height="1000px"}
![](./../../data/about/CV_Yonghun_Suh_240912.pdf){width="100%" height="1000px"}



Binary file removed data/_quarto/icon/512px-ORCID_iD.svg_.png
Binary file not shown.
Binary file added data/_quarto/icon/logo-quarto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ecc7f61

Please sign in to comment.