Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 656 Bytes

DESIGNER.md

File metadata and controls

32 lines (24 loc) · 656 Bytes

For Designers

Installing first time

composer install
npm install

Starting environment

make

Editing templates

  • content/_layouts/main.blade.php contains a shared layout file included by all other templates.
  • In content/_layouts/pages/ there are templates for each collection object e.g. every organization.
  • *.blade.php files in content/ root directory are subpages that will be rendered as e.g. subpage/index.html and visible under url http://.../subpage

Variables

  • $organizations
  • $activities
  • $badges
  • $locations