Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

43 lines
807 B
YAML

# Jekyll configuration for GitHub Pages
title: Claude Code Templates
description: Browse and install Claude Code configuration templates for different languages and frameworks
baseurl: ""
url: "https://aitmpl.com"
# Build settings
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
# Exclude files from processing
exclude:
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
# Include files in processing
include:
- _pages
# GitHub Pages specific settings
plugins:
- jekyll-feed
- jekyll-sitemap
# Repository information
repository: davila7/claude-code-templates
# Social media and SEO
twitter:
username:
card: summary_large_image
# Google Analytics (optional - can be added later)
# google_analytics:
# Additional settings
timezone: UTC
encoding: utf-8