Skip to content

Commit

Permalink
Attempt to add projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Min-Yen Kan committed Jul 30, 2024
1 parent eb0d0ab commit d00cc3d
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ main:
- name: Publications
url: publication
weight: 50
- name: Projects
url: project
weight: 60
- name: Contact
url: contact
weight: 60
weight: 70
11 changes: 11 additions & 0 deletions content/project/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Research Projects

# Listing view
view: compact

# Optional header image (relative to `assets/media/` folder).
banner:
caption: ''
image: ''
---
Binary file added content/project/example/featured.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions content/project/example/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: Example Project

event: Wowchemy Conference
event_url: https://example.org

location: Wowchemy HQ
address:
street: 450 Serra Mall
city: Stanford
region: CA
postcode: '94305'
country: United States

summary: An example event.
abstract: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellusac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam.'

# Talk start and end times.
# End time can optionally be hidden by prefixing the line with `#`.
date: '2030-06-01T13:00:00Z'
date_end: '2030-06-01T15:00:00Z'
all_day: false

# Schedule page publish date (NOT talk date).
publishDate: '2017-01-01T00:00:00Z'

authors: []
tags: []

# Is this a featured talk? (true/false)
featured: false

image:
caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/bzdhc5b3Bxs)'
focal_point: Right

url_code: ''
url_pdf: ''
url_slides: ''
url_video: ''

# Markdown Slides (optional).
# Associate this talk with Markdown slides.
# Simply enter your slide deck's filename without extension.
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
# Otherwise, set `slides = ""`.
slides:

# Projects (optional).
# Associate this post with one or more of your projects.
# Simply enter your project's folder or file name without extension.
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`.
# Otherwise, set `projects = []`.
projects:
---

Slides can be added in a few ways:

- **Create** slides using Wowchemy's [_Slides_](https://docs.hugoblox.com/managing-content/#create-slides) feature and link using `slides` parameter in the front matter of the talk file
- **Upload** an existing slide deck to `static/` and link using `url_slides` parameter in the front matter of the talk file
- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://docs.hugoblox.com/writing-markdown-latex/).

Further event details, including page elements such as image galleries, can be added to the body of this page.

0 comments on commit d00cc3d

Please sign in to comment.