Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
6
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Local development:
bundle install bundle exec jekyll serve
Building the site:
bundle exec jekyll build
This is a Jekyll theme gem inspired by judo.codes styling. It's designed as a remote theme for GitHub Pages with a clean, enterprise-style layout.
Layouts:
_layouts/home.html - Hero section + modular content sections_layouts/default.html - Standard page layoutIncludes:
_includes/section.html - Reusable section blocks for features/modules/pricing/etc_includes/header.html - Site navigation_includes/footer.html - Site footerStyling:
_sass/judo/_variables.scss - Theme tokens (colors, fonts, sizing)_sass/judo/_components.scss - Component styles_sass/judo/_base.scss - Base stylesHome layout supports modular sections via front matter:
sections: - id: features title: "Section Title" subtitle: "Section Subtitle" blocks: - heading: "Block Heading" text: "Block content..."
Theme Configuration in
_config.yml:
nav arraysocial array_sass/judo/_variables.scssThe
example/ directory contains a complete demo site showing: