# pipe **Repository Path**: gongstring/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-03-21 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Pipe

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

## 简介 [Pipe](https://github.com/b3log/pipe) 是一款小而美的开源博客平台,专为程序员设计。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) ## 功能 * 多用户博客平台 * Markdown / Emoji * 聚合分类 / 标签 * 自定义导航 * 多主题 / 多语言 * Atom / RSS / Sitemap * 文章搜索 * Hexo/Jekyll 导入 / 导出 * 可配置动静分离 * 支持 SQLite / MySQL ## 界面 ### 开始使用 ![init](https://user-images.githubusercontent.com/873584/53852374-d044f780-3ffc-11e9-92bb-ea3e6c53ab1c.png) ### 管理后台 ![console-index](https://user-images.githubusercontent.com/873584/52255023-a9d36400-294b-11e9-9c9f-a99c208d6b52.png) ### 编辑文章 ![article](https://user-images.githubusercontent.com/873584/52255159-4dbd0f80-294c-11e9-980f-bc15cd0dd340.png) ### 主题选择 ![theme](https://user-images.githubusercontent.com/873584/52255174-675e5700-294c-11e9-84bf-c04fe39ce5ec.png) ### 主题 Gina ![index](https://user-images.githubusercontent.com/873584/52255024-aa6bfa80-294b-11e9-9cfc-2c6cfc3d687c.png) ## 安装 [下载](https://github.com/b3log/pipe/releases)最新的发布包解压,进入解压目录运行 pipe/pipe.exe 可执行文件即可。 ## 文档 * [《提问的智慧》精读注解版](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/choose) ## 授权 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 组件框架 * [Vditor](https://github.com/b3log/vditor): 浏览器端的 Markdown 编辑器 * [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 缓存库