- An account of DeltaLumin year 1
- The Lumin Story site is designed to be a single-page story illustrating the DeltaLumin process and findings. Where possible, it is preferable to utilize imagery and interactive examples to show how we built out the project.
- Running on Jekyll. Instructions for running locally on Windows here.
- Concept derived from this issue on the LuminDashboard repo.
- The working project is live here.
Each section is its own page in the sections directory. The frontmatter for each section provides variables that will later be used to build the collection of sections into a single page programmatically:
---
layout: section
title: Introduction
bannerpath: img/intro-banner.jpg
---
The all-sections
include (here) is where this logic is located.