megrez-dev / megrez

基于 golang 的博客系统,可跨平台一键部署🚀,支持自定义主题🌈

Home Page:https://alkaidchen.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📝 Megrez

Megrez[ˈmiːɡrɛz] 基于 golang 的博客系统,可跨平台一键部署🚀,支持自定义主题🌈
Golang 1.19 Vue 2.6 Static Badge

🦄 Megrez 名称由来

Megrez 为北斗之一的天权星,古称文曲星,作为博客项目的名字再适合不过了

🚀 快速开始

Windows

click https://github.com/AlkaidChan/megrez/releases/download/0.1.0-alpha.1/megrez-windows-amd64.exe

$ ./megrez-windows-amd64.exe

MacOS

$ wget --no-check-certificate https://github.com/AlkaidChan/megrez/releases/download/0.1.0-alpha.1/megrez-darwin-amd64
$ chmod +x megrez-darwin-amd64
$ ./megrez-darwin-amd64

Linux

$ wget --no-check-certificate https://github.com/AlkaidChan/megrez/releases/download/0.1.0-alpha.1/megrez-linux-amd64
$ chmod +x megrez-linux-amd64
$ ./megrez-linux-amd64

Docker

$ docker run -it -d --name megrez -p 8080:8080 alkaidchen/megrez

🔨 编译运行

Golang: 1.19.3

$ git clone https://github.com/AlkaidChan/megrez.git
$ git submodule init
$ git submodule update
$ go mod tidy
$ go run main.go

🌈 效果预览

默认主题

管理端登录界面

管理端编辑文章界面

暗色模式

About

基于 golang 的博客系统,可跨平台一键部署🚀,支持自定义主题🌈

https://alkaidchen.com


Languages

Language:Go 98.0%Language:HTML 1.4%Language:Makefile 0.4%Language:Dockerfile 0.2%