当前版本:0.5.5
- 使用本工具自带的Http Server
- 导出到
Hugo
- 推送到支持
Git pages
的服务商,比如:GitHub Pages (即将推出)
- 单文件(5 Mb)跨平台可执行文件
- 两种工作模式:1、带博客后台的创作模式,2、纯文本文件服务器模式(使用命令行
-m
参数) - 自带 HTTP 服务(支持 HTTPS,使用
-p
更换端口,默认是:80) - 所有嵌入静态资源均通过
gzip
压缩,优化网络传输 - 嵌入
Markdown
编辑器:tui.editor - 导出
Hugo
数据,可以把软件当作一个静态网站的管理后端。 - 支持 i18n
Current version: 0.5.5
- Use embedding http server of this tool directly
- Export posts to
Hugo
or other static site generator - Push to any
Git pages
provider, like: GitHub Pages (Coming soon)
- Single executable file (5Mb), support
Windows
,Linux
,macOS
- Two serve mode. One with
Blog backend
, another one is static file service ( Specified by-m
command line argument ) - Self-hosting (
TLS
supported, port can be changed via command-line argument-p
, default is 80) - All static resources were gzipped for bandwidth optimization
- Embed
Markdown
editor with tui.editor - Export posts for
Hugo
, you can simply use this as a static site management tool. - i18n supported.
Thanks to JetBrains for supporting this project with a free open source license for their amazing IDE IntelliJ IDEA.