From 69a7544ca51212b941d926e3bbe021f46547f21f Mon Sep 17 00:00:00 2001 From: KarthikChandran303 <55516974+KarthikChandran303@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:54:06 +0000 Subject: [PATCH] Added gallery menu link and edited layout --- config/_default/menus.yaml | 3 + content/_index.md | 114 ++++++++++++++----------------------- 2 files changed, 45 insertions(+), 72 deletions(-) diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index ad33c9b..0880f4b 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -10,6 +10,9 @@ main: - name: Projects url: '#projects' weight: 30 + - name: Gallery + url: #gallery + weight: 40 # - name: Talks # url: '#talks' # weight: 40 diff --git a/content/_index.md b/content/_index.md index 5518915..a3ce774 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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: test@example.org - 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: karthik.ihs30@gmail.com # Automatically link email and phone or display as text? autolink: true # Email form provider