# ABlog **Repository Path**: lorock/ABlog ## Basic Information - **Project Name**: ABlog - **Description**: 一款简单而又不失功能性的md博客系统,使用beego开发。 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 17 - **Created**: 2018-11-15 - **Last Updated**: 2022-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 欢迎访问Wang博客系统 ## 博客简介 该博客系统是一款采用beego框架搭建,使用国人创造的开源编辑控件Editor.md作为主要编辑器的**无数据库**博客系统。 - 没啥特别的功能,就是简单(部署,维护,写文章,管理简单,代码更简单!) - 全平台支持 - 百万级并发(忽略I/O影响) - 灵活可拓展的MVC结构 ### 优势所在 - 放在U盘里,或者放在移动硬盘里,即插即用,用完装口袋,走人。 - 想备份自己的文章?把article文件夹一复制,收工! - 小白不会部署nginx、Apache服务器?没事,不需要的。 - 没数据库,该说是好呢,还是不好呢?:relaxed: ## 界面截图 > 浏览文章界面 ![浏览文章](https://gitee.com/wangfuying_admin/ABlog/raw/master/static/gitosc/%E6%B5%8F%E8%A7%88%E6%96%87%E7%AB%A0%E7%95%8C%E9%9D%A2.png "浏览文章") > 编辑文章界面 ![编辑文章](https://gitee.com/wangfuying_admin/ABlog/raw/master/static/gitosc/%E7%BC%96%E8%BE%91%E6%96%87%E7%AB%A0%E7%95%8C%E9%9D%A2.png "编辑文章") ### 安装与部署 #### 依赖 - golang环境:[点击下载](https://golang.org/dl/ "点击下载") - 安装beego框架:`$ go get -u github.com/astaxie/beego` - 安装bee工具:`$ go get -u github.com/beego/bee` #### 安装 - 从git上clone我的代码:`git clone https://gitee.com/wangfuying_admin/ABlog.git` - 执行编译与安装:`go build main.go` - (可选)bee封包:`bee pack` ### 相关问题与解决方案 1. 问:我喜欢作者怎么办? 答:哦~ 2. 问:How to build and install this blog system on raspberry pi ? 答:首先,请不要说英文,请用普通话。然后, I can not replay your question you just mentioned in mandarin excuse me. If you want to run it on embed platforms like raspberry pi 3 model b, you must need to know that these platforms have a ARM core, for example, pi 3b's cpu is Contex-A53 with a ARM v8 architecture, so, set GOOS=linux and GOARCH=aarch64 then run `go build main.go` in your shell, enjoyed it ! 3. 问:不能上传图片吗? 答:~~是的,至少目前现阶段不可以。抱歉。么么哒。~~可以上传图片,尼四不四撒。 ### 即将支持的新特性 1. ~~多用户管理~~(个人博客,暂不考虑) 2. 权限管理 3. 文章加密 4. 文章批量导入导出 5. 分享(已完成√) 6. 自动生成首页 7. 敬请期待 ## 作者简介 [![头像](http://www.top-sj.com/uploadfile/2017/0830/20170830054259621.png "头像")](http://www.top-sj.com/uploadfile/2017/0830/20170830054259621.png "头像") - 我,秦始皇,~~打钱~~[捐助](http://www.baidu.com/ "捐助") - Git主页:[码云](https://gitee.com/wangfuying_admin "码云") - 欢迎Star:star:和Follow:tw-1f437:! **END**