# pipe **Repository Path**: lewisliang82/pipe ## Basic Information - **Project Name**: pipe - **Description**: 一款小而美的开源博客平台。 - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: http://pipe.b3log.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 56 - **Created**: 2019-01-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [Pipe](https://github.com/b3log/pipe) [![Build Status](https://img.shields.io/travis/b3log/pipe.svg?style=flat)](https://travis-ci.org/b3log/pipe) [![Go Report Card](https://goreportcard.com/badge/github.com/b3log/pipe)](https://goreportcard.com/report/github.com/b3log/pipe) [![Coverage Status](https://coveralls.io/repos/github/b3log/pipe/badge.svg?branch=master)](https://coveralls.io/github/b3log/pipe?branch=master) [![GitHub license](https://img.shields.io/github/license/b3log/pipe.svg)](https://github.com/b3log/pipe/blob/master/LICENSE) ## 简介 [Pipe](https://github.com/b3log/pipe) 是一款小而美的开源博客平台,通过[黑客派](https://hacpai.com)账号登录即可使用。 ## 案例 * [Akkuman 的博客](http://o0o.pub) * [Vanessa](http://vanessa.b3log.org) * [图解吧](http://tujie8.net) * [黑壳博客](http://blog.bhusk.com) * [zorke 的博客](http://pipe.b3log.org/blogs/zorke) * [一个码农](http://blog.gitor.org) 你也在使用的话欢迎通过 PR 更新该列表。 ## 功能 * 多用户博客平台 * Markdown / Emoji * 聚合分类 / 标签 * 自定义导航 * 多主题 / 多语言 * Atom 订阅 * 搜索 * Hexo/Jekyll 导入 / 导出 * 可配置动静分离 * 支持 SQLite / MySQL ## 界面 ### 初始化 ![初始化](https://user-images.githubusercontent.com/873584/34195698-e860c0c4-e599-11e7-9d4f-32307712324d.jpg) ### 管理后台 ![管理后台](https://user-images.githubusercontent.com/873584/34195907-b390adf4-e59a-11e7-8ef7-97f8393c770d.jpg) ### 编辑文章 ![编辑文章](https://user-images.githubusercontent.com/873584/34195873-975c07dc-e59a-11e7-83ca-c07272c5933c.jpg) ### 默认主题 ![默认主题](https://user-images.githubusercontent.com/873584/34195948-d2b0106c-e59a-11e7-922d-b85e7a172eef.jpg) ## 安装 [下载](https://pan.baidu.com/s/1jHPtHLO)最新的发布包解压,进入解压目录运行 pipe/pipe.exe 可执行文件即可。 **如果你不想自己维护服务器,可以直接使用我们运维的 [Pipe 服务](http://pipe.b3log.org),域名绑定请联系 QQ845765。** ## 文档 * [《提问的智慧》精读注解版](https://hacpai.com/article/1536377163156) * [用户指南](https://hacpai.com/article/1513761942333) * [开发指南](https://hacpai.com/article/1533965022328) * [主题开发指南](https://hacpai.com/article/1512550354920) * [贡献指南](https://github.com/b3log/pipe/blob/master/CONTRIBUTING.md) * [Postman 测试集](https://www.getpostman.com/collections/900ddef64ad0e60479a6) ## 社区 * [讨论区](https://hacpai.com/tag/Pipe) * [报告问题](https://github.com/b3log/pipe/issues/new) ## 授权 Pipe 使用 [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt) 开源协议,请务必遵循该开源协议相关约定。 ## 鸣谢 * [jQuery](https://github.com/jquery/jquery):JavaScript 工具库,用于主题页面 * [Vue.js](https://github.com/vuejs/vue):渐进式 JavaScript 框架 * [Nuxt.js](https://github.com/nuxt/nuxt.js):Vue.js 框架 * [Vuetify](https://github.com/vanessa219/vuetify):Vue.js 的 Material 组件框架 * [Gin](https://github.com/gin-gonic/gin):又快又好用的 golang HTTP web 框架 * [GORM](https://github.com/jinzhu/gorm):极好的 golang ORM 库 * [Blackfriday](github.com/russross/blackfriday):golang Markdown 处理器 * [SQLite](https://www.sqlite.org):使用广泛的嵌入式 SQL 引擎 * [GCache](https://github.com/bluele/gcache):golang 缓存库 ----

小而美的博客平台,为未来而构建