A framework that enables consistent assessment across environmental claims by breaking the knowledge-creation process into traceability dimensions covering evidence, methods, execution, review, publication, and linkage.
docs/: Core documentation and project planningdefinition.md: The Open Traceability Definitionwebsite/: Design specs, branding, and content draftsbranding/: Branding assets and Figma Linkscontent/: Landing page and audience-specific copy
web/: Source code for the static websitecontent/: Page content (Markdown)data/: Structured data (YAML) used throughout the site
assets/: Shared images, icons, and infographics
The website is built using Hugo.
- Hugo (extended version recommended)
- Navigate to the
webdirectory:cd web - Start the Hugo development server:
hugo server -D
- Open your browser to
http://localhost:1313.
To generate the static site files in the web/public directory:
cd web
hugoPlease place your documentation and drafts in the appropriate docs/ subfolder. For website-related design, use the docs/website/branding folder to link Figma assets.
To contribute directly to the website content:
- Update page text in
web/content/. - Update structured data in
web/data/.