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

相关文章:

  • 2021-10-19
  • 2022-01-30
  • 2021-10-01
  • 2021-05-28
  • 2021-12-11
  • 2021-11-14
猜你喜欢
  • 2022-12-23
  • 2021-05-06
  • 2021-06-20
  • 2022-12-23
  • 2021-08-17
  • 2021-10-28
相关资源
相似解决方案