Skip to content

Commit

Permalink
-feat: add galleries
Browse files Browse the repository at this point in the history
-chore: point image files toward old servers with fallbacks
-style: update gallery pages
  • Loading branch information
crfmc committed Jan 6, 2025
1 parent a691b07 commit 59f9898
Show file tree
Hide file tree
Showing 45 changed files with 658 additions and 23 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
_site
.sass-cache
.jekyll-metadata

galleries/img
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ paginate: 10
paginate_path: "/news/page:num"

collections:
galleries:
output: true
layout: gallery
image: https://via.placeholder.com/800x600
show_sidebar: false
people:
output: true
layout: person
Expand Down
4 changes: 2 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
link: /positions/
- name: Contact
link: /contact/
- name: Gallery
link: /gallery/
- name: Galleries
link: /galleries/
23 changes: 23 additions & 0 deletions _galleries/2017-lab-hike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: gallery
page_name: gallery
title: "September Red Sox Game!"
date: "2017-11-14"
items:
- alt: "Invite"
src: "img/image001.png"
- alt: "Attendees"
src: "img/parklab_01.jpg"
- alt: "Food on table"
src: "img/food1.jpg"
- alt: "Guacamole"
src: "img/guac.jpg"
- alt: "Drinks on table"
src: "img/drink.jpg"
- alt: "Food on table"
src: "img/food3.jpg"
- alt: "Cupcakes"
src: "img/food2.jpg"
- alt: "Baby Yoda"
src: "img/babyyoda.jpg"
---
23 changes: 23 additions & 0 deletions _galleries/2017-summer-lab-outing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: gallery
page_name: gallery
title: "2017 Summer Lab Outing"
date: "2017-09-12"
items:
- alt: "Invite"
src: "img/image001.png"
- alt: "Attendees"
src: "img/parklab_01.jpg"
- alt: "Food on table"
src: "img/food1.jpg"
- alt: "Guacamole"
src: "img/guac.jpg"
- alt: "Drinks on table"
src: "img/drink.jpg"
- alt: "Food on table"
src: "img/food3.jpg"
- alt: "Cupcakes"
src: "img/food2.jpg"
- alt: "Baby Yoda"
src: "img/babyyoda.jpg"
---
23 changes: 23 additions & 0 deletions _galleries/2019-boston-harbor-cruise-spectacle-island-clambake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: gallery
page_name: gallery
title: "2019 Boston Harbor Cruise Spectacle Island Clambake"
date: "2019-09-13"
items:
- alt: "Invite"
src: "img/image001.png"
- alt: "Attendees"
src: "img/parklab_01.jpg"
- alt: "Food on table"
src: "img/food1.jpg"
- alt: "Guacamole"
src: "img/guac.jpg"
- alt: "Drinks on table"
src: "img/drink.jpg"
- alt: "Food on table"
src: "img/food3.jpg"
- alt: "Cupcakes"
src: "img/food2.jpg"
- alt: "Baby Yoda"
src: "img/babyyoda.jpg"
---
23 changes: 23 additions & 0 deletions _galleries/josh-cooks-defense-november-21st.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: gallery
page_name: gallery
title: "Josh Cook's Defense on November 21st!"
date: "2022-11-21"
items:
- alt: "Invite"
src: "img/image001.png"
- alt: "Attendees"
src: "img/parklab_01.jpg"
- alt: "Food on table"
src: "img/food1.jpg"
- alt: "Guacamole"
src: "img/guac.jpg"
- alt: "Drinks on table"
src: "img/drink.jpg"
- alt: "Food on table"
src: "img/food3.jpg"
- alt: "Cupcakes"
src: "img/food2.jpg"
- alt: "Baby Yoda"
src: "img/babyyoda.jpg"
---
23 changes: 23 additions & 0 deletions _galleries/park-lab-cross-country-ski-trip-january.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: gallery
page_name: gallery
title: "Park Lab Cross Country Ski Trip in January!"
date: "2022-01-30"
items:
- alt: "Invite"
src: "img/image001.png"
- alt: "Attendees"
src: "img/parklab_01.jpg"
- alt: "Food on table"
src: "img/food1.jpg"
- alt: "Guacamole"
src: "img/guac.jpg"
- alt: "Drinks on table"
src: "img/drink.jpg"
- alt: "Food on table"
src: "img/food3.jpg"
- alt: "Cupcakes"
src: "img/food2.jpg"
- alt: "Baby Yoda"
src: "img/babyyoda.jpg"
---
42 changes: 42 additions & 0 deletions _galleries/park-lab-dbmi-happy-hour.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: gallery
page_name: gallery
title: "Park Lab DBMI Happy Hour"
date: "2023-05-31"
use_compbio_images: true # Use images from compbio site (https://compbio.hms.harvard.edu/)
use_drupal_images: false # Use images from drupal site (https://prod-parklab.drupalsites.harvard.edu)
use_local_images: false # Use local images
items:
- alt: "Invite"
compbio_filename: "image001.png"
drupal_filename: "image001.png"
local_filename: "image001.png"
- alt: "Attendees"
compbio_filename: "parklab_01.jpg"
drupal_filename: "parklab_01.jpg"
local_filename: "parklab_01.jpg"
- alt: "Food on table"
compbio_filename: "food1.jpg"
drupal_filename: "food1.jpg"
local_filename: "food1.jpg"
- alt: "Guacamole"
compbio_filename: "guac.jpg"
drupal_filename: "guac.jpg"
local_filename: "guac.jpg"
- alt: "Drinks on table"
compbio_filename: "drink.jpg"
drupal_filename: "drink.jpg"
local_filename: "drink.jpg"
- alt: "Food on table"
compbio_filename: "food3.jpg"
drupal_filename: "food3.jpg"
local_filename: "food3.jpg"
- alt: "Cupcakes"
compbio_filename: "food2.jpg"
drupal_filename: "food2.jpg"
local_filename: "food2.jpg"
- alt: "Baby Yoda"
compbio_filename: "babyyoda.jpg"
drupal_filename: "babyyoda.jpg"
local_filename: "babyyoda.jpg"
---
25 changes: 25 additions & 0 deletions _galleries/park-lab-kayak-4dn-annual-meeting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: gallery
page_name: gallery
title: "Park Lab Kayak at the 4DN Annual Meeting!"
date: "2022-12-09"
items:
- alt: "Invite"
src: "img/image001.png"
- alt: "Attendees"
src: "img/parklab_01.jpg"
- alt: "Food on table"
src: "img/food1.jpg"
- alt: "Guacamole"
src: "img/guac.jpg"
- alt: "Drinks on table"
src: "img/drink.jpg"
- alt: "Food on table"
src: "img/food3.jpg"
- alt: "Cupcakes"
src: "img/food2.jpg"
- alt: "Baby Yoda"
src: "img/babyyoda.jpg"
---

December 7-9, 2022
23 changes: 23 additions & 0 deletions _galleries/park-lab-members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: gallery
page_name: gallery
title: "Where are they now? From a 2012 lab hiking trip to the White Mountains."
date: "2017-06-28"
items:
- alt: "Invite"
src: "img/image001.png"
- alt: "Attendees"
src: "img/parklab_01.jpg"
- alt: "Food on table"
src: "img/food1.jpg"
- alt: "Guacamole"
src: "img/guac.jpg"
- alt: "Drinks on table"
src: "img/drink.jpg"
- alt: "Food on table"
src: "img/food3.jpg"
- alt: "Cupcakes"
src: "img/food2.jpg"
- alt: "Baby Yoda"
src: "img/babyyoda.jpg"
---
Loading

0 comments on commit 59f9898

Please sign in to comment.