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.
|
4 months ago | |
---|---|---|
.gitignore | 11 months ago | |
README.md | 10 months ago | |
cmd.go | 5 months ago | |
config.go | 5 months ago | |
deploy.go | 5 months ago | |
generate.go | 5 months ago | |
go.mod | 10 months ago | |
init.go | 10 months ago | |
module_update.sh | 10 months ago | |
new.go | 10 months ago | |
output.go | 4 months ago | |
serve.go | 5 months ago | |
update.go | 10 months ago | |
utils.go | 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 | 服务端基本功能完成 |