# fountain **Repository Path**: hlxjg/fountain ## Basic Information - **Project Name**: fountain - **Description**: 静态博客生成程序,Go语言编写。 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: https://azhai.gitee.io - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 59 - **Created**: 2021-02-15 - **Last Updated**: 2021-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Introduce Fountain is an static blog generator developed by Golang. ## Usage ``` ./fountain -r example/ -v -c ``` ## Windows 使用下面的方法编译exe文件,复制exe文件到 examples 下双击运行, 生成 public 目录,可以直接用浏览器打开 index.html 查看网站 ``` go build -ldflags "-s -w" -o fountain-win7-x64.exe ``` ## 深色主题 ![Dark theme](./example/themes/default/static/screen.png) ## 浅色主题 ![Light theme](./example/themes/larecipe/static/screen.png)