shapeshed.com
1.0.0
这是 shapeshed.com 的源代码。
该网站使用hugo。请参阅 Hugo 的安装说明。
使用的主题是 shapeshed-minimal。安装它
mkdir themes
git clone [email protected]:shapeshed/shapeshed-minimal.git themes/shapeshed-minimal
安装 Hugo 后,生成站点
hugo
如果您想在浏览器中查看它,您也可以运行服务器
hugo serve
为了开发网站,还需要进一步依赖 minify。 Makefile
使用 cli 版本的工具以及适用于 Windows、Linux 和 OSX 的二进制文件。
Makefile 假设您正在现代 Linux 发行版上运行(我使用 Arch),但实际上只是包装了构建和部署,因此您可能需要为此推出自己的发行版。
构建和部署站点
make build && make deploy