开源实例之Tclssg
前言
Tclssg is a full-featured extensible static site generator written in Tcl. Its intent is to make it easy to manage a static website with an optional blog. It is aimed at Tcl programmers first. It works best for websites with a page count under 1000. Websites with a few hundred pages usually build in under a minute on modest hardware. Tclssg uses Markdown for content formatting, Bootstrap 3 for layout (with Bootstrap theme support), and Tcl code embedded in HTML for templating.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务器 | Nginx |
程序 | Tclssg 2.2.0 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Nginx
安装程序
仓库地址:https://github.com/tclssg/tclssg
sudo apt install tcl tcllib libsqlite3-tcl
git clone https://github.com/tclssg/tclssg.git
cd tclssg
chmod +x ssg.tcl
./ssg.tcl init
./ssg.tcl build --local
实例体验
后记
本实例仅供参考,不定期重置数据。