# Site settings title: FlyPython subtitle: LLM Agent & AI Development Hub description: >- FlyPython is a curated bilingual hub for Python-based AI agent development, applied engineering resources, and durable Python learning references. # Site information url: "https://python.flypython.com" baseurl: "" # Author information author: name: FlyPython email: hello@flypython.com github: flypython twitter: flypython # Build settings markdown: kramdown highlighter: rouge permalink: pretty # Theme configuration - Using GitHub Pages compatible theme remote_theme: pages-themes/cayman@v0.2.0 # Plugins (GitHub Pages whitelist) plugins: - jekyll-feed - jekyll-sitemap - jekyll-seo-tag - jekyll-optional-front-matter - jekyll-relative-links # SEO settings lang: en logo: /assets/images/logo.svg # Social links github_username: flypython twitter_username: flypython # Navigation header_pages: - index.md - zh-cn.md # GitHub Pages safe collections collections: tutorials: output: true permalink: /:collection/:name/ resources: output: true permalink: /:collection/:name/ # Defaults defaults: - scope: path: "" type: "posts" values: layout: "post" author: "FlyPython" - scope: path: "" type: "pages" values: layout: "page" - scope: path: "" type: "tutorials" values: layout: "tutorial" - scope: path: "" type: "resources" values: layout: "resource" # Analytics (optional) google_analytics: # UA-XXXXXXXX-X # Features show_downloads: false show_github_ribbon: false # Custom variables github: repository_url: https://github.com/flypython/python repository_name: flypython/python # Content settings kramdown: input: GFM hard_wrap: false syntax_highlighter: rouge syntax_highlighter_opts: css_class: 'highlight' span: line_numbers: false block: line_numbers: true # Exclude from processing exclude: - Gemfile - Gemfile.lock - node_modules - vendor/bundle/ - vendor/cache/ - vendor/gems/ - vendor/ruby/ - tools/ - link_audit_report.md - content_update_summary.md