Project

Project pages are part of the projects content type. You can add, delete and edit these pages in the content/projects folder.

Project pages are automatically listed on the projects page

They are also displayed on the homepage if you enable the projects section (enabled by default).

Frontmatter

# content/projects/project-1.md
---
layout: project # alternative layouts: project, project-left, project-right, project-top
title: "Water Works Revitalisation"
description: "Breathing new life into old industrial estates"
date: 2018-12-20
weight: 1
thumbnail: "images/gen/projects/project-2-1-thumbnail.webp"
image: "images/gen/projects/project-2-1.webp"
categories: ["Development"]
client: "Brisbane City Council"
role: "Building Designer"
gallery:
  - image: "images/gen/projects/project-2-1.webp"
  - image: "images/gen/projects/project-2-2.webp"
  - image: "images/gen/projects/project-2-5.webp"
  - image: "images/gen/projects/project-2-4.webp"
  - image: "images/gen/projects/project-2-3.webp"
  - image: "images/gen/projects/project-2-6.webp"
---

Layouts

There are 4 different layouts available for the project content type.

  • project
  • project-right
  • project-left
  • project-top

Select your preferred layout for each project by editing the layout field in the front-matter, for example.

# content/projects/project-1.md
---
layout: project-left # alternative layouts: project, project-left, project-right, project-top
---