Go博客系统

有没有好用的go写的博客系统推荐个?

搜索了发现很多示例网站都是打不开的

github上的都是几年没更新的了

很多都是传上去后就没维护更新的了

Go博客系统

有没有好用的go写的博客系统推荐个?

搜索了发现很多示例网站都是打不开的github上的都是几年没更新的了很多都是传上去后就没维护更新的了

Go - 博客系统 - 开源软件 - Gitee.comhttps://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 websitesHugo 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

查看原文