A multi-purpose content collection
Fields that Jekyll will look for in a Resource entry.
--- title: Project Sampledescription: Sed posuere consectetur est at lobortis duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.date: 2023-05-01featured: truefeaturedOrder: 1type: projectcategories: - cat - dog - stiltonauthor: - id: jd - id: arabstract: - Elit excepturi cupiditate optio eligendi est? **Officia porro** architecto amet temporibus ratione. Dolorum vel [repellat ipsum](#) ipsam commodi accusantium? Eveniet quis alias exercitationem maxime vel, est quas Quaerat laborum quia. - Lorem soluta laborum omnis quae excepturi. Sit nisi qui iure inventore ab. Soluta voluptatibus odit libero blanditiis optio. Cumque voluptatem molestias ex fugit praesentium. Rem temporibus ex quidem rerum in.primaryLinks: - text: Testinghref: https://www.google.com/icon: pdf - text: More testinghref: https://duckduckgo.com/icon: downloadcitation: container-title: Journal of Psychoceramicsvolume: 1issue: 1doi: 10.5555/12345678 ---
In the data.yml file in the /data folder, match site.data.projects to page.project-name (project-name field in the page header):
--- title: Nonprofit Trends and Impacts layout: project project-name: nptrends ... ---
- id: hmartin first: Hannah last: Martin projects: [nptrends, otherproject]
All people that match are added to the team gallery on the project page as contributors.
Project publications can be added to a white pubs table against a dark blue background:
pubs: - title: Nonprofit Trends and Impacts 2021 href: https://www.urban.org/research/publication/nonprofit-trends-and-impacts-2021 link-text: link - title: "Findings on US Donation Trends, 2015–2020: Nonprofit Trends and Impacts 2021" href: https://www.urban.org/sites/default/files/2021/10/07/nonprofit_trends_and_impacts_2021_donation_fact_sheet.pdf link-text: pdf
title
- {String} Title of the publication to display.href
- {String} hyperlink location to publink-text
- {String} label to place on the button
description
- {String} Used in card previews and metadatadate
- {Date} format YYYY-MM-DD, time is optionaltype
- {String} lowercase name of resource type, used for filtering, displays in 'eyebrow' textcategories
- {Array} lowercase names of resource categories, used for filtering
abstract
- {String|Array} Paragraphs for abstract section, allows markdown contentprimaryLinks
- {Object} text/href/icon for a button link in top section. Icon name must match available file in_includes/svg/
featured
- {Boolean} Used on Resource index page to pull items to the topfeaturedOrder
- {Number} Number for determining ordering for featured entries. Recommended max = 4
See the main readme for author and citation documentation.