-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy path_config.yml
More file actions
116 lines (101 loc) · 2.12 KB
/
_config.yml
File metadata and controls
116 lines (101 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# 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: http://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