内容简介:有时候我们写的文档,想要发布到公网或局域网上,分享给他人。当你不想花时间在纠结怎么搭建网站,下载各种依赖等等。那么 Librarian 也许可以帮到你。Librarian 可以一键启动一个 markdown 站点,你只需要写好 markdown 文档,以及设置目录yml。github地址:下载
有时候我们写的文档,想要发布到公网或局域网上,分享给他人。当你不想花时间在纠结怎么搭建网站,下载各种依赖等等。那么 Librarian 也许可以帮到你。Librarian 可以一键启动一个 markdown 站点,你只需要写好 markdown 文档,以及设置目录yml。
github地址: https://github.com/GoAdminGroup/librarian
使用
下载Librarian
文件名 | 系统 | 系统架构 | 大小 |
---|---|---|---|
librarian_darwin_x86_64_v0.0.1.zip | macOS | x86-64 | 11.1 MB |
librarian_linux_x86_64_v0.0.1.zip | Linux | x86-64 | 14.6 MB |
librarian_linux_armel_v0.0.1.zip | Linux | x86 | 13.9 MB |
librarian_windows_i386_v0.0.1.zip | Windows | x86 | 14.1 MB |
librarian_windows_x86_64_v0.0.1.zip | Windows | x86-64 | 14.5 MB |
设置数据库
下载 librarian.db ,并放置于项目文件夹下。
设置目录
设置好目录,编写一个 nav.yml ,放置于文档文件夹下:
nav: - 介绍: README.md - 准备工作: installation.md - 快速开始: quick_start.md
运行
我们的文件夹结构如下,docs是放置markdown文档的地方。
. ├── docs │ ├── ... │ └── nav.yml ├── librarian.db └── librarian
接着我们执行:
./librarian --port=9055 --path=./docs
访问: http://localhost:9055/docs
可以看到:
关于 librarian 更多命令行参数,可以执行:
./librarian --help
欢迎关注我们的微信公众号,每天学习 Go 知识
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- django总结五:启动服务器and admin站点管理
- [站点记录] 在站点上启用 Let's Encrypt 通配符证书
- 站点优化记录
- 33.Django站点地图
- Nginx多站点/域名配置
- WEB站点性能优化实践
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Mobilizing Web Sites
Layon, Kristofer / 2011-12 / 266.00元
Everyone has been talking about the mobile web in recent years, and more of us are browsing the web on smartphones and similar devices than ever before. But most of what we are viewing has not yet bee......一起来看看 《Mobilizing Web Sites》 这本书的介绍吧!