gaowei-space / markdown-blog

🍭 Markdown-Blog 是一款小而美的Markdown静态博客程序 | Markdown-Blog is incredibly fast, easy to use, and converts Markdown formatted text files into beautifully rendered HTML pages.
https://blog.gaowei.tech
MIT License
432 stars 57 forks source link

app.go 报错 bindata目录被删除了 #45

Closed JssDream closed 1 year ago

JssDream commented 1 year ago

app.go文件报错 internal/bindata目录被删除了

gaowei-space commented 1 year ago

可以贴下操作步骤吗?

JssDream commented 1 year ago

image 就是这个目录好像被你删了??但是app.go里面没改,有引用

gaowei-space commented 1 year ago

image 就是这个目录好像被你删了??但是app.go里面没改,有引用

你是要进行二次开发吗?如果是的话,可以在修改代码后执行 make bindata 或者 make build,如果是搭建博客的话,可以使用二进制文件

JssDream commented 1 year ago

不是二次开发,就是拉下来看看,学习下。但是这不是报错了吗!压根不能执行

gaowei-space commented 1 year ago

不是二次开发,就是拉下来看看,学习下。但是这不是报错了吗!压根不能执行

执行前可以执行下 make bindata 生成下,再试试

JssDream commented 1 year ago

好的,我试试,刚开始学go