|
|
|
|
|
by codegeek
521 days ago
|
|
Not necessarily. You can keep the scope limited and then it's possible. I built my own blog engine in Go with pure Go templates, Markdown input and a mysql db. It can build to static files or just host directly on a VPS. I now run my own blog on it. It was a bit tricky at the beginning to get my requirements right but once I had them, I don't need to add features to it. I am tempted for sure at times though. |
|