# GoMD **Repository Path**: xzws/GoMD ## Basic Information - **Project Name**: GoMD - **Description**: 使用Golang开发的简洁、易用的Markdown博客系统 - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 57 - **Created**: 2019-03-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # golang实现的博客程序 > GoMD是一款基于golang的beego框架开发的简洁markdown内容管理程序.数据库基于SQLite,因此无需其他配置,下载即可运行. ## 如何使用 > 本应用基于golang语言的[beego框架](https://beego.me/)开发,在确保安装了golang环境的条件下,执行如下命令 ```bash go get github.com/astaxie/beego go get github.com/beego/bee go get github.com/jmoiron/sqlx go get github.com/mattn/go-sqlite3 go get gopkg.in/russross/blackfriday.v2 go get github.com/Lofanmi/pinyin-golang/pinyin ``` > 安装完以上库,克隆仓库到机器上 ```shell cd $GOPATH/src/ git clone https://gitee.com/xuthus5/GoMD.git cd GoMD ``` ## 关于数据库与配置文件 数据库使用sqlite3,无需配置,编译运行程序即可使用,项目运行起来后,访问 /admin 为后台地址 默认账号密码 admin/admin > 编译运行,建议使用方法二 ``` #方法一 go run main.go #方法二 bee run ``` ## 内置两套主题 1. QuietV1 [1025](https://1025.me/) ![首页](http://dl.xuthus.cc/q-i.png) ![内容](http://dl.xuthus.cc/q-a.png) 2. fantasy [Seevil](https://github.com/Seevil/fantasy) ## 后台 ![首页](http://dl.xuthus.cc/admin.png) ![内容](http://dl.xuthus.cc/admin-a.png) 注意:需要移植主题的可以提交issue