Gitmal可以将Git仓库转换为静态页面,使用类似Github风格的布局以及Markdown渲染来展示整个仓库。
项目地址
::github{repo="antonmedv/gitmal"}
Windows使用方法
从项目下载exe可运行文件,然后放入到想要转化的Git仓库里,执行即可,默认输出到当前目录下的output文件夹。
如果需要切换主题:
sh
1
.\gitmal_windows_amd64.exe --theme github-dark
或者说需要指定输出文件夹:
sh
1
.\gitmal_windows_amd64.exe --output ./dist
其他使用方式
具体参考项目主页。