Skip to content

XiaoZhang-qd/python-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

这是一个由python脚本编写的一个播客系统,具有操作简单、配置轻松、跨平台(所有系统都可运行)、无需第三方依赖库、代码简单、逻辑简化的特点

项目地址

使用方法:

请先准备好python3的运行环境

1.克隆项目:

git clone https://github.com/XiaoZhang-qd/python-blog.git

2.进入项目目录:

cd python-blog

3.启动主程序:

python3 blog.py

如果出现下面的提示说明已经启动好主程序:

当前脚本名称:blog.py

服务器已启动:http://127.0.0.1:8000

内网访问地址:http://192.168.0.102:8000

访问下面的链接即可:

http://127.0.0.1:8000

4.将html和md文件放入articles目录或者启动网页文件管理器:

启动网页文件管理器: Linux macOS BSD...:

python3 ./articles/WJ.py

启动网页文件管理器: Windows:

python3 .\articles\WJ.py

如果出现下面的提示说明已经启动好网页管理器:

========================================

本地访问地址: http://127.0.0.1:2222

内网访问地址: http://10.0.25.16:2222

========================================

访问下面的链接即可:

http://127.0.0.1:2222

由于作者编程能力有限,部分功能我完善的不好,请多多谅解与指教

希望你可以给我的项目一个star,谢谢!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors