generated from HugoBlox/theme-academic-cv
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added gallery menu link and edited layout
- Loading branch information
1 parent
9d7cff3
commit 69a7544
Showing
2 changed files
with
45 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|