IDNTEQ

CLAUDE.md

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

Project Overview

This is a Jekyll-based personal/company website for IDNTEQ, hosted on GitHub Pages at lsadehaan.github.io. It uses the “Serial Programmer” theme and includes a blog section and interactive EMV/cryptography tools.

Build Commands

# Install dependencies
bundle install

# Run local development server
bundle exec jekyll serve

# Build for production
bundle exec jekyll build

Architecture

Content Structure

Layouts (_layouts/)

Key Files

Code Conventions