IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    开源实例之Utterson

    dujun发表于 2023-12-22 21:56:00
    love 0

    前言

    Utterson is a minimal static blog generator written using old-school unix tools (make, ksh, m4, awk, procmail and a pinch of elisp).

    实例地址

    https://utterson.dujun.eu.org

    实例配置

    配置描述
    系统Debian
    服务器Nginx
    程序Utterson

    实例部署

    权限要求

    • 具有系统读写权限
    • 已安装 Nginx

    安装程序

    仓库地址:https://github.com/stef/utterson

    git clone https://github.com/stef/utterson
    cd utterson
    
    mkdir blog posts
    
    cp -n cfg/utterson.cfg.example cfg/utterson.cfg
    cp -n cfg/make.cfg.example cfg/make.cfg
    
    echo "<p>Hello World</p>" >posts/first_post.html
    
    make -f Makefile.in liveposts Makefile
    make

    实例体验

    进入实例深度体验

    后记

    本实例仅供参考,不定期重置数据。

    体验更多开源实例



沪ICP备19023445号-2号
友情链接