Skip to content

Commit

Permalink
Added gallery menu link and edited layout
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthikChandran303 committed Jan 10, 2024
1 parent 9d7cff3 commit 69a7544
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 72 deletions.
3 changes: 3 additions & 0 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ main:
- name: Projects
url: '#projects'
weight: 30
- name: Gallery
url: #gallery
weight: 40
# - name: Talks
# url: '#talks'
# weight: 40
Expand Down
114 changes: 42 additions & 72 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,85 +77,55 @@ sections:
{{< 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:
title: Recent & Upcoming Talks
filters:
folders:
- event
design:
columns: '2'
view: compact
- block: tag_cloud
content:
title: Popular Topics
design:
columns: '2'
# - 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:
# title: Recent & Upcoming Talks
# filters:
# folders:
# - event
# design:
# columns: '2'
# view: compact
# - block: tag_cloud
# content:
# title: Popular Topics
# design:
# columns: '2'
- block: contact
id: contact
content:
title: Contact
subtitle:
text: |-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam mi diam, venenatis ut magna et, vehicula efficitur enim.
Feel free to drop a message!
# Contact (add or remove contact options as necessary)
email: [email protected]
phone: 888 888 88 88
appointment_url: 'https://calendly.com'
address:
street: 450 Serra Mall
city: Stanford
region: CA
postcode: '94305'
country: United States
country_code: US
directions: Enter Building 1 and take the stairs to Office 200 on Floor 2
office_hours:
- 'Monday 10:00 to 13:00'
- 'Wednesday 09:00 to 10:00'
# Choose a map provider in `params.yaml` to show a map from these coordinates
coordinates:
latitude: '37.4275'
longitude: '-122.1697'
contact_links:
- icon: twitter
icon_pack: fab
name: DM Me
link: 'https://twitter.com/Twitter'
- icon: skype
icon_pack: fab
name: Skype Me
link: 'skype:echo123?call'
- icon: video
icon_pack: fas
name: Zoom Me
link: 'https://zoom.com'
email: [email protected]
# Automatically link email and phone or display as text?
autolink: true
# Email form provider
Expand Down

0 comments on commit 69a7544

Please sign in to comment.