gobuffalo/buffalo

migrating from hugo to buffalo

piti2 opened this issue · 1 comments

piti2 commented

hi there,

is there an easy process to migrate hugo projects to bufallow thanks

sio4 commented

From your question, I wonder if Buffalo is what you are looking for.

While Hugo is a "static" site generator that generates HTML files from markup contents you wrote in human language, Buffalo is a web application development framework that generates executable application binary with your code written in go programming language (along with database integration probably).

Buffalo can serve static files, and also could generate content with templates, but I think it could not be a popular/desired use case.

If you really want to use Buffalo for a static site, I think you can start it by reading the following article and documents: