Skip to content

Toolkit files template

Tung Lin edited this page Jul 25, 2022 · 2 revisions

There are two types of resources that can be added to the Toolkit section.

  • Guides
  • External Resources

How to add a Guide to Toolkit page.

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: 
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: ''
---

Links

On the project card on Toolkit homepage:

  • Title will be linked to resource-url if guide status is 'completed'

How to add an External Resource to Toolkit page.

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: ''
---

Links

On the project card on Toolkit homepage:

  • Title will be linked to resource-url
  • As well as the bottom right icon
Clone this wiki locally