Gollum是一个小型的Wiki,界面看起来很清爽

安装

$ gem install gollum

 

新建

$ mkdir wiki_name

$ cd wiki_name

$ git init

wiki的数据就保存在wiki_name的repository中

 

启动

$ gollum

访问http://localhost:4567

 

参考

https://github.com/github/gollum

相关文章:

  • 2022-02-09
  • 2021-11-16
  • 2021-10-13
  • 2021-10-21
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
猜你喜欢
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
相关资源
相似解决方案