Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 3.03 KB

editor-manual.md

File metadata and controls

39 lines (33 loc) · 3.03 KB

Editor's Manual

Project directory structure and a short description of what the directories contain:

  • assets - various images and documents for the body of pages and blogs, e.g.:
    • careers - PDFs containing current job openings for the join section on the connect page. These files are also reused on the careers page
    • finantials - PDFs containing financial data for the financials section on the about page.
    • partner-logos - images used on the partnerships section on the about page.
    • post-images - images used for the blog post and blog listing pages.
    • post-resources - documents and presentations used on blog post pages.
    • team-photos - pictures used on the Board of Directors and Team sections of the about page.
  • blog_posts - individual blog post files
  • docs - directory containing this and other documentation files.
  • site_data - data files that controls the behavior of the website build process and various listings. Information in these files is probably used on multiple pages, e.g.:
    • navigation - files containing the links for the main and footer navigation menus that are visible on all pages.
    • partners - files containing lists with partners for the about page.
    • poi_reach - files containing various POI for the reach page.
    • team - files containing lists with bord members, staff and consultants for the about page.
    • careers.yml - file with current job openings for the join section on the connect page.
    • financials.yml - file with financial data for the financials section on the about page.
  • site_source - Markdown, HTML, JavaScript and SASS files for building the website pages and structure.

More information:

  • for creating and updating blog posts see this page
  • for creating and updating page content see this page
  • for understaning the file headers (called Front Matter) see this page
  • for understaning the site_data YAML files see this page
  • for configuring elements included in multiple pages see page

Quick Links: