杜郎俊赏 - dujun.io

开源实例之Cactus

前言

Cactus is a simple but powerful static website generator using Python and the Django template system. Cactus also makes it easy to develop locally and deploy your site to S3 directly. It works great for company, portfolio, personal, support websites and blogs.

Cactus 是一个简单而强大的静态网页生成器程序,它使用 Python 和 Django 的模板系统。它的本地开发和在 S3 上的部署都非常的简单。

实例地址

http://cactus.dujun.eu.org

实例配置

配置描述
系统Debian
开发环境服务端Python 2.7
服务器Nginx
程序Cactus 3.3.3
数据Cactus Example Blog

实例部署

权限要求

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

安装程序

程序仓库:https://github.com/eudicots/Cactus
数据仓库:https://github.com/koenbok/CactusBlog

#克隆代码
git clone https://github.com/koenbok/CactusBlog.git blog
cd blog

#安装 Cactus
pip install cactus

#生成静态文件
cactus build

实例体验

首页

文章页

进入实例深度体验

后记

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

体验更多开源实例

标签: 开源实例 个人开源实例 静态博客开源实例 Python开源实例
日期:2023-06-20