This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
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.
# Install dependencies
bundle install
# Run local development server
bundle exec jekyll serve
# Build for production
bundle exec jekyll build
_config.yml - Site configuration (title, plugins, collections)_data/author.yml - Author/company information displayed in bioall_collections/_posts/ - Blog posts in markdown with YAML front matterindex.md - Blog listing page (uses blog layout)emvtools.md - Interactive EMV tools page (uses toolpage layout)_layouts/)blog.html - Blog index with post listingpost.html - Individual blog posttoolpage.html - Full-width page for tool interfacesemvtools.md - Contains all EMV tool implementations as inline JavaScript:
assets/js/categories.js - generates category pill linksemvtools.md within <script> tags