开源实例之Hakyll静态网站
前言
本篇是 Hakyll 生成的静态网站实例。另有《开源实例之Hakyll》为静态博客实例。
实例地址
https://hakyll-website.dujun.eu.org
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Haskell |
服务器 | Nginx |
程序 | Hakyll |
数据 | ReichertBrothers |
实例部署
本实例部署的是 reichertbrothers.com 的开源版本。
权限要求
- 具有系统读写权限
- 已安装 Haskell
- 已安装 Nginx
安装程序
官网地址:https://jaspervdj.be/hakyll
程序仓库:https://github.com/jaspervdj/hakyll
数据仓库:https://github.com/rbros/reichertbrothers.com
#安装 Hakyll
apt-get install libghc-hakyll-dev
#克隆代码
git clone https://github.com/rbros/reichertbrothers.com.git web
#生成静态文件
cd web
ghc --make site.hs
./site build
实例体验
后记
本实例仅供参考,不定期重置数据。