You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Young Xu e2c140706e
fix: linux cp theme failed
4 months ago
.gitignore init 11 months ago
README.md release: 0.0.1 version. 10 months ago
cmd.go feat: generate command 5 months ago
config.go feat: deploy command 5 months ago
deploy.go feat: deploy command 5 months ago
generate.go feat: deploy command 5 months ago
go.mod feat: support auto update 10 months ago
init.go release: 0.0.1 version. 10 months ago
module_update.sh release: 0.0.1 version. 10 months ago
new.go release: 0.0.1 version. 10 months ago
output.go fix: linux cp theme failed 4 months ago
serve.go feat: generate command 5 months ago
update.go feat: support auto update 10 months ago
utils.go feat: deploy command 5 months ago

README.md

mder

一个极速静态网站生成工具

快速开始

# 执行安装
go install gitter.top/mder/mder@latest
# 创建第一个项目
mder init --name "my_first_blog"
# 本地预览
mder serve
# 本地部署
mder deploy

changelog

时间节点 描述
2022-07-25 服务端基本功能完成