Giter VIP home page Giter VIP logo

pipe's Introduction

简介

Pipe 是一款小而美的开源博客平台,通过黑客派账号登录即可使用。

动机

产品层面:

  • 市面上缺乏支持多独立博客的平台级系统
  • 实现 B3log 构思

技术层面:

  • 在博客系统这个轮子上充分发挥 golang 的优势
  • 博客管理后台界面使用 Vue.js 进行前后端分离

案例

你也在使用的话欢迎通过 PR 更新该列表。

特性

  • 多用户博客平台
  • Markdown / Emoji
  • 聚合分类 / 标签
  • 自定义导航
  • 多主题 / 多语言
  • Atom 订阅
  • 搜索
  • Hexo/Jekyll 导入 / 导出
  • 可配置动静分离
  • 支持 SQLite / MySQL

安装

下载最新的发布包解压,进入解压目录运行 pipe/pipe.exe 可执行文件即可。

更多细节请参考 Pipe 用户指南。另外,如果你不想自己维护服务器,可以直接使用我们运维的 Pipe 服务(域名绑定请联系 QQ845765)。

文档

界面

初始化

初始化

管理后台

管理后台

编辑文章

编辑文章

默认主题

默认主题

构建

需要预先安装好如下编译环境,请尽量都使用最新版:

  1. Go
  2. Node.js

在 Linux 上可以执行 build.sh 进行自动构建,其他平台可按照下面步骤进行手动构建。

编译后端

go build -i -v

编译管理后台前端

进入 console 目录,然后:

npm install && npm run build
  • 开发环境执行 npm run dev,有点链接需要手动修改访问端口为 :3000
  • pipe.json 中 AxiosBaseURL/api 时需启动 ./pipe,为 /mock 时需运行 npm run mock

打包前台主题

进入 theme 目录,然后:

npm install && npm install --global gulp && gulp
  • 开发环境执行 gulp watch --theme=ThemeName
  • theme/js 和 theme/scss 下为基础方法和样式,可按需引入使用
  • 主题开发请参考 theme/x/Gina

贡献

作者

Pipe 的主要作者是 DanielVanessa,所有贡献者可以在这里看到。

我们非常期待你加入到这个项目中,无论是使用反馈还是代码补丁,都是对 Pipe 一份满满的爱 ❤️

讨论区

开源协议

Pipe 使用 GPLv3 作为开源授权协议,请尽量遵循,即使是在**。

鸣谢

Pipe 的诞生离不开以下项目:

  • jQuery:JavaScript 工具库,用于主题页面
  • Vue.js:渐进式 JavaScript 框架
  • Nuxt.js:Vue.js 框架
  • Vuetify:Vue.js 的 Material 组件框架
  • Gin:又快又好用的 golang HTTP web 框架
  • GORM:极好的 golang ORM 库
  • Blackfriday:golang Markdown 处理器
  • SQLite:使用广泛的嵌入式 SQL 引擎
  • GCache:golang 缓存库
  • GoLand:全宇宙暂时排名第一的 golang IDE

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

pipe's People

Contributors

88250 avatar vanessa219 avatar linkerlin avatar logeable avatar ka1em avatar localvar avatar

Watchers

杜鹏 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.