Skip to content

Commit

Permalink
Update deploy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alltobebetter authored Jun 22, 2024
1 parent cdc29b6 commit 1bb7a3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ def generate_index():
sections = {
"example1": "示例类别1:",
"example2": "示例类别2:"#注意最后一行没有逗号
"""这里多加几行就是多几个类别,前面是文件夹名称,后面是显示名称"""
}

"""上面多加几行就是多几个类别,前面是文件夹名称,后面是显示名称"""
base_path = "/work/Pyekyll/" # 请改到您所在的文件路径

with open("new.md", "w", encoding="utf-8") as new_file:
Expand Down

0 comments on commit 1bb7a3c

Please sign in to comment.