Go博客系統
有沒有好用的go寫的博客系統推薦個?
搜索了發現很多示例網站都是打不開的
github上的都是幾年沒更新的了
很多都是傳上去后就沒維護更新的了
Go - 博客系統 - 開源軟件 - Gitee.com
https://gitee.com/explore/blog?lang=Go
推薦使用hugo來搭建靜態博客。在本機使用hugo生成靜態頁面,然后通過git發布到github或者gitlab,可以綁定域名。
另外還可以通過Netlify這個網站來發布頁面,還能使用免費的https,只需要把本機的靜態頁面git到github或者gitlab,Netlify就會幫你發布為網頁。
https://gohugo.io/getting-started/quick-start/
The world’s fastest framework for building websites
Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
基於Golang的個人簡易博客系統
https://github.com/liangyd1024/goblog