Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhao-97 committed Nov 19, 2023
1 parent 0036884 commit e9d9693
Showing 1 changed file with 36 additions and 33 deletions.
69 changes: 36 additions & 33 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ sections:
title: Biography
# Choose a user profile to display (a folder name within `content/authors/`)
username: admin
- block: collection
content:
title: Recent Publications
text: |-
{{% callout note %}}
Quickly discover relevant content by [filtering publications](./publication/).
{{% /callout %}}
filters:
folders:
- publication
exclude_featured: true
design:
columns: '2'
view: citation
- block: skills
content:
title: Skills
Expand Down Expand Up @@ -85,6 +99,26 @@ sections:
description: Taught electronic engineering and researched semiconductor physics.
design:
columns: '2'

- block: markdown
content:
title: Gallery
subtitle: ''
text: |-
{{< gallery album="demo" >}}
design:
columns: '1'
# - block: collection
# id: featured
# content:
# title: Featured Publications
# filters:
# folders:
# - publication
# featured_only: true
# design:
# columns: '2'
# view: card
# - block: accomplishments
# content:
# # Note: `&shy;` is used to add a 'soft' hyphen in a long heading.
Expand Down Expand Up @@ -181,39 +215,8 @@ sections:
# view: showcase
# # For Showcase view, flip alternate rows?
# flip_alt_rows: false
- block: markdown
content:
title: Gallery
subtitle: ''
text: |-
{{< gallery album="demo" >}}
design:
columns: '1'
- block: collection
id: featured
content:
title: Featured Publications
filters:
folders:
- publication
featured_only: true
design:
columns: '2'
view: card
# - block: collection
# content:
# title: Recent Publications
# text: |-
# {{% callout note %}}
# Quickly discover relevant content by [filtering publications](./publication/).
# {{% /callout %}}
# filters:
# folders:
# - publication
# exclude_featured: true
# design:
# columns: '2'
# view: citation


# - block: collection
# id: talks
# content:
Expand Down

0 comments on commit e9d9693

Please sign in to comment.