dingoblog / dingo

Blog engine written in Go
MIT License
284 stars 37 forks source link

embeded all static files into binary #85

Open kran opened 5 years ago

kran commented 5 years ago

Hi @dinever :

I forked a copy of dingo, and modified it to embed all static files into binary, include the template files. the static files layout are heavily changed, so maybe it's hard to get compatible with the current codes.

I don't know if any others like this idea. Reason that I do this is the ease of deployment/migration(of course it became harder to modify themes).

If you would like to merge the commits, I'll help it. If it's useless, just ignore this. thanks :)

The repo: https://github.com/kran/dingo