Skip to content

Commit 1f3f0f2

Browse files
committed
优化页面结构:移除README文件中的Front Matter,改为在配置文件中统一管理页面元数据
1 parent 11680f4 commit 1f3f0f2

File tree

9 files changed

+21
-909
lines changed

9 files changed

+21
-909
lines changed

Gemfile

Lines changed: 0 additions & 42 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
---
2-
title: "FlyPython - Python Learning Resources"
3-
description: "A curated collection of Python learning resources including tutorials, books, courses, and best practices for developers at all levels."
4-
layout: default
5-
lang: en
6-
permalink: /
7-
---
8-
91
# 🐍 FlyPython
102

113
[python.flypython.com](https://python.flypython.com )
@@ -64,19 +56,17 @@ permalink: /
6456

6557
#### Beginner
6658
- 《Python Crash Course: A Hands-On, Project-Based Introduction to Programming for begainners》 (3rd Edition, 2023)
67-
- ※※※※※
59+
6860
- [Amazon](https://www.amazon.com/Python-Crash-Course-Hands-Project-Based/dp/1718502702)
6961

7062
- 《STARTING OUT WITH PYTHON (4TH EDITION)》
71-
- ※※※※※
7263
- [Amazon](https://www.amazon.com/Starting-Out-Python-Tony-Gaddis/dp/0134444329)
7364

7465
- 《Automate the Boring Stuff with Python: Practical Programming for Total Beginners》 (2nd Edition)
75-
- ※※※※※
7666
- [Free Online](https://automatetheboringstuff.com/) | [Amazon](https://www.amazon.com/Automate-Boring-Stuff-Python-Programming/dp/1593279922)
7767

7868
- 《Python Cookbook: Recipes for Mastering Python 3》
79-
- ※※※※※
69+
8070
- [Amazon](https://www.amazon.co.uk/Python-Cookbook-David-Beazley/dp/1449340377)
8171

8272
#### Modern Python (2023-2024)

README_cn.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
---
2-
title: "FlyPython - Python 学习资源"
3-
description: "精心策划的 Python 学习资源集合,包含教程、书籍、课程和各级别开发者的最佳实践。"
4-
layout: default
5-
lang: zh-CN
6-
permalink: /README_cn.html
7-
---
8-
91
# 🐍 FlyPython
102

113
https://flypython.com

_config.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,28 @@ defaults:
6363
type: "posts"
6464
values:
6565
layout: "post"
66-
author: "FlyPython Community"
66+
author: "FlyPython"
6767
- scope:
6868
path: ""
6969
type: "pages"
7070
values:
7171
layout: "page"
72+
- scope:
73+
path: "README.md"
74+
values:
75+
layout: "default"
76+
title: "FlyPython - Python Learning Resources"
77+
description: "A curated collection of Python learning resources including tutorials, books, courses, and best practices for developers at all levels."
78+
lang: "en"
79+
permalink: "/"
80+
- scope:
81+
path: "README_cn.md"
82+
values:
83+
layout: "default"
84+
title: "FlyPython - Python 学习资源"
85+
description: "精心策划的 Python 学习资源集合,包含教程、书籍、课程和各级别开发者的最佳实践。"
86+
lang: "zh-CN"
87+
permalink: "/README_cn.html"
7288
- scope:
7389
path: ""
7490
type: "tutorials"
@@ -84,8 +100,8 @@ defaults:
84100
google_analytics: # UA-XXXXXXXX-X
85101

86102
# Features
87-
show_downloads: true
88-
show_github_ribbon: true
103+
show_downloads: false
104+
show_github_ribbon: false
89105

90106
# Custom variables
91107
github:

content_update_summary.md

Lines changed: 0 additions & 118 deletions
This file was deleted.

docs/CONTRIBUTING.md

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)