Skip to content

GarfieltBlog(webpy) is a light weight blog system base on web.py, it support Python3+

License

Notifications You must be signed in to change notification settings

Garfielt/GarfieltBlog-webpy

Repository files navigation

Garfielt-Blog

GarfieltBlog(webpy) is a light weight blog system base on web.py.It is similar to WordPress that provides commonly functions and featurs of a blog system.

效果图

Garfielt Blog是一款基于web.py的轻量级开源博客系统。

可访问 http://blog.iscsky.net 查看体验效果。

多年前挖的坑,可用于入门学习参考。

系统功能:

1、常规博客系统的增删改查,分类标签管理,数据附件管理,评论及友情链接管理;

2、自定制舒服的URL,文章标题可选转换为English或Pingyin;

3、多重缓存策略;

4、内置模板可供选择;

5、多数据库支持,目前支持Mysql、Sqlite;

……

环境要求:

Python 3.8+

本地安装使用:

1、git clone https://github.com/Garfielt/GarfieltBlog-webpy

2、cd GarfieltBlog-webpy

3、pip install web.py

4、python index.py

data目录下新提交了一个Sqlite样库,无需更改配置本地可体验使用。

前台地址:http://IP:8080

后台地址:http://IP:8080//manage/login, 用户名密码均为:admin

不建议正式上线使用,如有使用,请自负风险!

Homepage and details:

http://www.iscsky.net/

http://blog.iscsky.net

Copyright (c) Garfielt liuwt123@gmail.com.

License: MIT (see LICENSE.txt for details)