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.
This is a Jekyll-based blog site called "Accidental Technologist" focused on entrepreneurship, technology, and software development. The site uses Jekyll 4.4.1 with the Minima theme and includes features like pagination, search, SEO optimization, and Google Analytics.
# Start development server (auto-reloads on changes, warnings suppressed) ./serve.sh # Alternative: Start development server with warnings bundle exec jekyll serve # Start with livereload and no warnings SASS_SILENCE_DEPRECATIONS=import,color-functions,global-builtin bundle exec jekyll serve --livereload # Build the site bundle exec jekyll build # Create a new post with jekyll-compose bundle exec jekyll post "Post Title" # Create a new draft bundle exec jekyll draft "Draft Title" # Publish a draft bundle exec jekyll publish _drafts/draft-title.md # Create a new page bundle exec jekyll page "Page Title"
# Install dependencies bundle install # Update dependencies bundle update
_config.yml: Main configuration file with site settings, SEO defaults, and plugin configuration/page:num/_posts/: Blog posts in Markdown format (YYYY-MM-DD-title.md naming convention)_layouts/: Custom layout templates (currently has default.html)_includes/: Reusable HTML components (footer.html, header.html, social.html)assets/: Static assets including images, CSS, and JavaScript_site/: Generated static site output (git-ignored)search.json.ruby-version file