sebastianks / volcano
一个微型平面文件网站和博客构建工具。
1.0.0
2021-02-14 10:22 UTC
Requires
- php: >=8.0.0
- erusev/parsedown: ^1.7
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.18
README
一个微型平面文件博客和网站构建工具。
功能
- 无数据库
- 快速
- 易于使用
- 您可以使用美观的Markdown编写内容
- 与自定义设计搭配出色
需求
- PHP 8.0.0或更高版本
- 支持
mod_rewrite
(如何设置)
入门
cd ~/path/to/project composer require sebastianks/volcano # IMPORTANT # Copy a slim starter template bundled with Volcano. cp -r vendor/sebastianks/volcano/setup/* .
Volcano现在将从/site/theme/index.php
为您提供服务,在它的最轻版本中可以非常精简,如下所示
<?php # Get our App instance $app = require __DIR__ . '/../../app.php'; # This is where the magic happens 🧙♂️ echo $app->render();
这就是Volcano的基本形态。一个更实际的现实例子可以在Wiki中找到。
接下来是什么?
您现在已使用Volcano创建了一个第一个应用🎉接下来您可以开始制作一个美丽的主题,开始创作内容或者您喜欢的其他事物。一切由您决定。
如果您需要一些信息或灵感,这里有一些资源