CLAUDE.md

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

Project Overview

Static landing site for Дымка VPN (dymka.app) — a Telegram-based VPN service targeting Russian users. Built with Jekyll 4.3, hosted on GitHub Pages. All content is in Russian.

Build & Dev Commands

bundle install            # install dependencies
bundle exec jekyll serve  # local dev server at http://localhost:4000
bundle exec jekyll build  # build to _site/

Architecture