diff --git a/config.toml b/config.toml index 2d0a6ba..4a28dff 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = 'https://hazarre.github.io/' languageCode = 'en-us' title = "HenryChang" - +enableEmoji = true # -- Markup -- # These settings are required for the theme to function. @@ -68,4 +68,5 @@ title = "HenryChang" noHl = false style = 'monokai' tabWidth = 4 + diff --git a/content/_index.md b/content/_index.md index ff786cb..99c0e29 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,12 +3,22 @@ title: Henry Chang's Homepage date: 2021-12-22T17:46:04+08:00 draft: false --- -**Interested in Full Stack Development in startup and engineering environments. Problem solving focused. Have experience in DevOps, frontend, data analytics, data visualization and machine learning.** -### **Projects Highlight** -**Interactive 3D visualization [Tutorial Website](https://quantum.bard.edu/hc) for Quantum Entanglement.** -**For all projects please see [#projects](/tags/project/).** +Interested in full-stack development in startup and engineering environments. Problem solving focused. Have experience in DevOps, frontend, data analytics, data visualization and machine learning. +Lover of cardio :running: :soccer: :flying_disc:, cooking:fork_and_knife:, outdoors :sunrise_over_mountains:, reading :book:, science :telescope:, and thinking in terms of $\ket 0$ and $ \ket 1$. -### **Education** -**Computer Science and Physics, BA, Bard College, NY. Graduated May, 2023.** +### Projects Highlight +Interactive 3D visualization [Tutorial Website](https://quantum.bard.edu/hc) for Quantum Entanglement. +For all projects please see [#projects](/tags/project/). + + +### Education +Computer Science and Physics, BA, Bard College, NY. Graduated May, 2023. + + + + + + +*:down_arrow: :down_arrow: Scroll down for contact & social links :down_arrow: :down_arrow:* \ No newline at end of file diff --git a/content/posts/about.md b/content/posts/about.md index 9acd9be..3adaa44 100644 --- a/content/posts/about.md +++ b/content/posts/about.md @@ -4,9 +4,6 @@ date: 2021-12-22T17:23:51+08:00 draft: false tags: ["about", "project", "hugo", "static site", "JAMstack"] --- -This is a static site build with [Hugo](https://gohugo.io/) and hosted on Github. - -Each page layout is structured under `layout/_default/`, with reusable componenents under `partials/`. Additionally, hugo support `shortcodes/` to add html content inside markdown posts. Some features of this blogs includes: - Math typesetting with KaTeX.js. @@ -14,4 +11,8 @@ Some features of this blogs includes: - Markdown. - Layout CSS with bootstrap.js. +See all features in action at [this example post]({{< ref "./testpost" >}}). + +This is a static site build with [Hugo](https://gohugo.io/) and hosted on Github. Each page layout is structured under `layout/_default/`, with reusable componenents under `partials/`. Additionally, hugo support `shortcodes/` to add html content inside markdown posts. + Full source code can be found on the repo https://github.com/Hazarre/Hazarre.github.io. diff --git a/content/posts/testpost.md b/content/posts/testpost.md index dfd4fde..a74ecd3 100644 --- a/content/posts/testpost.md +++ b/content/posts/testpost.md @@ -4,7 +4,7 @@ date: 2021-12-22T17:23:51+08:00 draft: false tags: ["math", "program"] --- -This is an example post to demonstrate the media formats that can be posted on this website. +This is an example post to demonstrate the media formats that can be posted on this website. For details about implementations, see [How this blog is built]({{< ref "./about" >}}) ## LaTeX math typesetting diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a2d1c2b..a3d1de9 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -37,7 +37,7 @@
Henry Chang

- Engineer interested CS, physics and problem solving. + Engineer interested in CS, physics and problem solving.

@@ -52,14 +52,15 @@
{{ range .Site.Params.otherSocial }} {{ $icon_name := print .icon_name | safeHTML }} {{ $url := print .url | safeHTML }} - + {{ end }} {{ range .Site.Params.otherSocialLinks }} {{ $text := print .text | safeHTML }} - + {{ $url := print .url | safeHTML }} + {{$text}} {{ end }} @@ -122,4 +123,6 @@
{{ range .Site.Params.custom_js -}} {{- end }} - \ No newline at end of file + + +