Configuration

ยท 1 min read
courses

The configuration of your site can be found in config/_default/.

Full Documentation

See https://docs.hugoblox.com/getting-started/customize/

See https://docs.hugoblox.com/getting-started/customize/#menu-items

Links are automatically generated from the structure of your content directory. Simply add a folder to nest a page.

Additional links can be added under the sidebar section of your config/_default/menus.yaml:

menu:
  sidebar:
    - name: "Need help?"
      params:
        type: separator
      weight: 1
    - name: "A page"
      pageRef: "/page-filename-here"
      weight: 2
    - name: "An external link โ†—"
      url: "https://hugoblox.com"
      weight: 3

A table of contents is automatically generated from the headings your Markdown file.

It can optionally be disabled by setting toc: false in the front matter of a page:

---
title: My Page
toc: false
---
Yiqian Zhang
Authors
PhD Student in CS @ CWRU

I am an incoming PhD student in Computer Science at Case Western Reserve University, where I am fortunate to be advised by Prof. Erman Ayday. Prior to joining CWRU, I earned my M.S. in Electrical and Computer Engineering from Georgia Tech and my bachelor’s degree in Computer Science from Beijing Jiaotong University.

My research interests lie in the area of Trustworthy AI, with a focus on enhancing the reasoning capabilities of Large Language Models (LLMs) and ensuring their safety alignment.

Please feel free to reach out!