CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

ChargeVia website - a Jekyll-based static site for “The EV Gas Station” brand. Fast charging infrastructure meets convenience store hospitality (Coz-E Corner partnership). Hosted on GitHub Pages at chargevia.net.

Brand positioning: Fun, playful, confident. Not premium/luxury (that’s other brands). Not bare-bones parking lot plugs. Gas station heritage - converting old stations, applying proven format to EVs.

Build & Development Commands

# Install dependencies
bundle install

# Local development server
bundle exec jekyll serve

# Build for production
bundle exec jekyll build

The site builds automatically on GitHub Pages when pushed to main branch.

Project Structure

/
├── _config.yml              # Jekyll config, SEO settings
├── _layouts/default.html    # Base HTML template
├── _includes/               # Reusable components
├── assets/
│   ├── css/style.css        # All styles
│   ├── images/              # Logo variants (SVG, PNG)
│   └── js/main.js           # JavaScript
├── logos/                   # Old logo versions
└── index.html               # Homepage

Root-level reference materials (not part of build):

Brand Guidelines

Colors

Typography

Voice & Tone

Logo Files

Located in assets/images/:

Social Handles

Content Guidelines

Dependencies