CLAUDE.md - Guidelines for Discovery Works Website

Build Commands

Style Guidelines

HTML

CSS

Assets

Git Workflow

Creating Standalone Pages

To create standalone pages (like privacy policies, terms of service, etc.) that are accessible by URL but not in navigation:

1. Create the page file

2. Add front matter

---
layout: default
title: "Page Title"
permalink: /url-path/
---

3. Page structure

4. Navigation control

5. Common standalone pages