-
-
Notifications
You must be signed in to change notification settings - Fork 776
Toolkit files template
Tung Lin edited this page Aug 15, 2022
·
2 revisions
There are two types of resources that can be added to the Toolkit section.
- Guides
- External Resources
Entries are placed in the _guide-pages. Jekyll pulls them into the cards on the Toolkit section of the main page, and generates individual guide pages.
---
#name file as guide-name.html
title:
#if description is >210 characters, short description will be used. Keep the short description under 210 characters.
description:
short-description:
card-type: guide-page
#types of status: work-in-progress, depreciated, completed
status:
display: true
#types of practice areas: Development, Design, Project Management, Professional Development
practice-area:
tools:
-
contributors:
-
#types of sources: Hack for LA, Code for America, Other
source:
recommended-by:
#default svg is 'svg/default.svg'
svg:
resource-url-completed:
resource-url-wip:
resource-url-depreciated:
---
On the project card on Toolkit homepage:
- Title will be linked to resource-url-completed if guide status is 'completed'
- The "work in progress" text on the bottom right of the card will be linked to resource-url-wip if guide status is 'work-in-progress'
Entries are placed in the _data/internal/toolkitresources.yml. Jekyll pulls them into the cards on the Toolkit section of the main page, and generates individual External Resources pages.
---
- title:
description:
card-type:
display: true
#types of practice areas: Development, Design, Project Management, Professional Development
practice-area:
tools:
-
contributors:
recommended-by:
svg:
resource-url: ''
---
On the project card on Toolkit homepage:
- Title will be linked to resource-url
- As well as the bottom right icon
Click the arrow below each category to view links (or view original alphabetical list by clicking "Pages" above) :